Changeset 3550c393 in mainline for arch/amd64/_link.ld.in


Ignore:
Timestamp:
2005-12-11T21:36:42Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba276f7
Parents:
0c8e692
Message:

Symtab returns correct addresses even when symtab is befor bss.
Some tab completion optimization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/_link.ld.in

    r0c8e692 r3550c393  
    4949
    5050                *(.eh_frame);
    51                 *(.bss);                /* uninitialized static variables */
    5251
    5352                symbol_table = .;
    5453                *(symtab.*);            /* Symbol table, must be LAST symbol!*/
     54
     55                *(.bss);                /* uninitialized static variables */
    5556
    5657                kdata_end = .;
Note: See TracChangeset for help on using the changeset viewer.