Changeset 941cc8b in mainline for uspace/lib/libc/arch/amd64/_link.ld.in
- Timestamp:
- 2007-10-28T20:55:39Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c2295ab
- Parents:
- a052d7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/amd64/_link.ld.in
ra052d7f r941cc8b 31 31 _tbss_end = .; 32 32 } :data 33 33 _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss)); 34 34 .bss : { 35 35 *(COMMON);
Note:
See TracChangeset
for help on using the changeset viewer.