forked from Imagelibrary/binutils-gdb
ld/
* emulparams/elf32bmip.sh: Make _gp hidden. * emulparams/elf32bmipn32-defs.sh: Likewise. * emulparams/elf32mipswindiss.sh: Likewise. * scripttempl/mips.sc: Likewise. ld/testsuite/ * ld-mips-elf/rel32-o32.d: Adjust section VMAs after the removal of _gp from the global scope. * ld-mips-elf/rel32-n32.d: Likewise. * ld-mips-elf/rel64.d: Likewise.
This commit is contained in:
@@ -42,7 +42,7 @@ SECTIONS
|
||||
*(.data)
|
||||
${CONSTRUCTING+CONSTRUCTORS}
|
||||
}
|
||||
${RELOCATING+ _gp = ALIGN(16) + 0x8000;}
|
||||
${RELOCATING+ HIDDEN (_gp = ALIGN (16) + 0x8000);}
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user