Changeset c4c5de5 in mainline for libc/arch/mips32/_link.ld.in
- Timestamp:
- 2006-03-24T14:29:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fe1cdb
- Parents:
- 520492a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/_link.ld.in
r520492a rc4c5de5 22 22 *(.data.rel*); 23 23 } :data 24 24 25 .got : { 25 26 _gp = .; 26 27 *(.got); 27 28 } :data 29 30 .tdata : { 31 _tdata_start = .; 32 *(.tdata); 33 _tdata_end = .; 34 } :data 35 .tbss : { 36 _tbss_start = .; 37 *(.tbss); 38 _tbss_end = .; 39 } :data 40 28 41 .sbss : { 29 42 *(.scommon);
Note:
See TracChangeset
for help on using the changeset viewer.