Changeset 3156582 in mainline for arch/mips/_link.ld.in
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/_link.ld.in
r8491c48 r3156582 34 34 *(.sdata); 35 35 *(.reginfo); 36 /* Unfortunately IRIX does not allow us 37 * to include this as a last section :-( 38 * BSS/SBSS addresses will be wrong */ 39 symbol_table = .; 40 *(symtab.*); 36 41 } 37 42 _gp = . + 0x8000; … … 47 52 } 48 53 49 mysymtab : {50 symbol_table = .;51 *(symtab.*); /* Symbol table, must be LAST symbol!*/52 }53 54 kdata_end = .; 54 55
Note:
See TracChangeset
for help on using the changeset viewer.