Changeset 3550c393 in mainline for arch/ia32/_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/ia32/_link.ld.in

    r0c8e692 r3550c393  
    4747                hardcoded_unmapped_kdata_size = .;
    4848                LONG(unmapped_kdata_end - unmapped_kdata_start);
    49                 *(.bss);                        /* uninitialized static variables */
    5049                symbol_table = .;
    5150                *(symtab.*);                    /* Symbol table, must be LAST symbol! */
    52 
     51                *(.bss);                        /* uninitialized static variables */
    5352                kdata_end = .;
    5453        }
Note: See TracChangeset for help on using the changeset viewer.