Changeset c4c5de5 in mainline for libc/arch/ia64/_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/ia64/_link.ld.in
r520492a rc4c5de5 27 27 *(.sdata); 28 28 } :data 29 .tdata : { 30 _tdata_start = .; 31 *(.tdata); 32 _tdata_end = .; 33 } :data 34 .tbss : { 35 _tbss_start = .; 36 *(.tbss); 37 _tbss_end = .; 38 } :data 29 39 .bss : { 30 40 *(.sbss);
Note:
See TracChangeset
for help on using the changeset viewer.