Changeset 0d3ff9a in mainline for contrib/arch/ia64/vmaxlma.c


Ignore:
Timestamp:
2006-02-23T00:35:31Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b6fba84
Parents:
769e8c1
Message:

Init stack base fix
Removing commented code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/ia64/vmaxlma.c

    r769e8c1 r0d3ff9a  
    6060                error("map failed");
    6161               
    62         /*vma = elf[ELF_VMA];*/
    6362        lma = elf[ELF_LMA];
    6463        elf[ELF_VMA] = lma;
    65         entry = elf[ELF_ENTRY];
    66         entry &= ((~0LL)>>3);
     64        entry = lma;
    6765        elf[ELF_ENTRY] = entry;
    68         elf[ELF_ENTRY] = 0x100000;
    69         /*elf[ELF_LMA] = vma;*/
    7066       
    7167        if (munmap(elf, LENGTH) == -1)
Note: See TracChangeset for help on using the changeset viewer.