diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-23 05:18:43 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-23 05:19:03 -0800 |
commit | 6b3b0ab89663306d17927d630304dbbd36e84570 (patch) | |
tree | eecbc3d7e2d224602ea525556436a5fa5645d0a2 /ld/testsuite/ld-mips-elf/pie-o32.d | |
parent | 17733f5be961baa7a47fdf1471aa6948372293d6 (diff) | |
download | gdb-6b3b0ab89663306d17927d630304dbbd36e84570.zip gdb-6b3b0ab89663306d17927d630304dbbd36e84570.tar.gz gdb-6b3b0ab89663306d17927d630304dbbd36e84570.tar.bz2 |
Make linker assigned symbol dynamic only for shared object
Linker assigned symbols should be made dynamic by default only when
creating shared object or relocatable executable.
bfd/
* elflink.c (bfd_elf_record_link_assignment): Check for shared
library, instead of PIC, and don't check PDE when making linker
assigned symbol dynamic.
ld/
* testsuite/ld-frv/fdpic-pie-6.d: Updated.
* testsuite/ld-mips-elf/pie-n32.d: Likewise.
* testsuite/ld-mips-elf/pie-n64.d: Likewise.
* testsuite/ld-mips-elf/pie-o32.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pie-o32.d')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pie-o32.d | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-mips-elf/pie-o32.d b/ld/testsuite/ld-mips-elf/pie-o32.d index 4db3d2c..aa4693d 100644 --- a/ld/testsuite/ld-mips-elf/pie-o32.d +++ b/ld/testsuite/ld-mips-elf/pie-o32.d @@ -6,19 +6,19 @@ Dynamic section at offset 0x178 contains 17 entries: Tag * Type * Name/Value 0x00000004 \(HASH\) * 0x228 - 0x00000005 \(STRTAB\) * 0x304 - 0x00000006 \(SYMTAB\) * 0x264 - 0x0000000a \(STRSZ\) * 72 \(bytes\) + 0x00000005 \(STRTAB\) * 0x284 + 0x00000006 \(SYMTAB\) * 0x244 + 0x0000000a \(STRSZ\) * 28 \(bytes\) 0x0000000b \(SYMENT\) * 16 \(bytes\) - 0x70000035 \(MIPS_RLD_MAP_REL\) * 0x101c0 + 0x70000035 \(MIPS_RLD_MAP_REL\) * 0x10110 0x00000015 \(DEBUG\) * 0x0 - 0x00000003 \(PLTGOT\) * 0x10370 + 0x00000003 \(PLTGOT\) * 0x102c0 0x70000001 \(MIPS_RLD_VERSION\) * 1 0x70000005 \(MIPS_FLAGS\) * NOTPOT 0x70000006 \(MIPS_BASE_ADDRESS\) * 0x0 0x7000000a \(MIPS_LOCAL_GOTNO\) * 2 - 0x70000011 \(MIPS_SYMTABNO\) * 10 + 0x70000011 \(MIPS_SYMTABNO\) * 4 0x70000012 \(MIPS_UNREFEXTNO\) * 13 - 0x70000013 \(MIPS_GOTSYM\) * 0xa + 0x70000013 \(MIPS_GOTSYM\) * 0x4 0x6ffffffb \(FLAGS_1\) * Flags: PIE 0x00000000 \(NULL\) * 0x0 |