Changes in uspace/lib/c/arch/ia64/_link.ld.in [49852df:88634420] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/_link.ld.in
r49852df r88634420 22 22 23 23 .got : { 24 _gp = .; 24 /* Tell the linker where we expect GP to point. */ 25 __gp = .; 25 26 *(.got .got.*); 26 27 } :data
Note:
See TracChangeset
for help on using the changeset viewer.