diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-02 15:00:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-02 15:00:30 +0000 |
commit | b02c4cfa790d7908bf2eab1fc69b02ed81109678 (patch) | |
tree | b696fb2fa1d814bd0ccc2fa2fb95c35c4a1d487f /ld/testsuite/ld-powerpc/tlstocso.d | |
parent | 9fe54b1ca1c054c9323d232bf077abadf4d02c88 (diff) | |
download | gdb-b02c4cfa790d7908bf2eab1fc69b02ed81109678.zip gdb-b02c4cfa790d7908bf2eab1fc69b02ed81109678.tar.gz gdb-b02c4cfa790d7908bf2eab1fc69b02ed81109678.tar.bz2 |
ld/
* emultempl/ppc32elf.em (emit_stub_syms): Init to -1.
(ppc_after_open): Set emit_stubs_syms by default when shared.
(OPTION_NO_STUBSYMS): Define.
(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
PARSE_AND_LIST_ARGS_CASES): Handle --no-emit-stub-syms.
* emultempl/ppc64elf.em (emit_stub_syms): Init to -1.
(gld${EMULATION_NAME}_finish): Set emit_stubs_syms by default.
(OPTION_NO_STUBSYMS): Define.
(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
PARSE_AND_LIST_ARGS_CASES): Handle --no-emit-stub-syms.
ld/testsuite/
* ld-powerpc/tlsexe.d: Update.
* ld-powerpc/tlsexe.r: Update.
* ld-powerpc/tlsexetoc.d: Update.
* ld-powerpc/tlsexetoc.r: Update.
* ld-powerpc/tlsso.d: Update.
* ld-powerpc/tlsso.r: Update.
* ld-powerpc/tlstocso.d: Update.
* ld-powerpc/tlstocso.r: Update.
Diffstat (limited to 'ld/testsuite/ld-powerpc/tlstocso.d')
-rw-r--r-- | ld/testsuite/ld-powerpc/tlstocso.d | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-powerpc/tlstocso.d b/ld/testsuite/ld-powerpc/tlstocso.d index ce8fe51..0b84311 100644 --- a/ld/testsuite/ld-powerpc/tlstocso.d +++ b/ld/testsuite/ld-powerpc/tlstocso.d @@ -8,7 +8,7 @@ Disassembly of section \.text: -.*: +.* <00000010\.plt_call\.__tls_get_addr(|_opt)\+0>: .* f8 41 00 28 std r2,40\(r1\) .* e9 62 80 70 ld r11,-32656\(r2\) .* 7d 69 03 a6 mtctr r11 @@ -41,6 +41,7 @@ Disassembly of section \.text: .* 99 49 00 00 stb r10,0\(r9\) .* 00 00 00 00 .* .* 00 01 02 18 .* +.* <__glink_PLTresolve>: .* 7d 88 02 a6 mflr r12 .* 42 9f 00 05 bcl- 20,4\*cr7\+so,.* .* 7d 68 02 a6 mflr r11 |