mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Add .got.plt to testsuite/script_test_2.t
The .got.plt section must be placed right after the .got section. Otherwise, GOT offset will be wrong. PR gold/20246 * testsuite/script_test_2.t: Add .got.plt after .got.
This commit is contained in:
parent
712ec27916
commit
3328c04b10
@ -1,3 +1,8 @@
|
||||
2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gold/20246
|
||||
* testsuite/script_test_2.t: Add .got.plt after .got.
|
||||
|
||||
2016-06-10 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
|
||||
|
||||
* mips.cc (struct Mips_abiflags): New struct.
|
||||
|
@ -33,6 +33,7 @@ SECTIONS
|
||||
. = ALIGN(0x100);
|
||||
.data : { *(.data) }
|
||||
.got : { *(.got .toc) }
|
||||
.got.plt : { *(.got.plt) }
|
||||
.bss : { *(.bss) }
|
||||
|
||||
/* Now the real test. */
|
||||
|
Loading…
Reference in New Issue
Block a user