Changeset b81e7c6 in mainline


Ignore:
Timestamp:
2006-03-16T12:39:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48627ab
Parents:
e591928
Message:

Fix _gp to point to the beginning of .got section in ia64 linker script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia64/_link.ld.in

    re591928 rb81e7c6  
    1919
    2020        .got ALIGN(0x4000) : SUBALIGN(0x4000) {
     21                _gp = .;
    2122                *(.got*);
    2223        } :data
    2324        .data : {
    24                 _gp = .;
    2525                *(.opd);
    2626                *(.data);
Note: See TracChangeset for help on using the changeset viewer.