diff options
author | Alan Modra <amodra@gmail.com> | 2012-11-23 03:28:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-11-23 03:28:13 +0000 |
commit | 776fc41826bb3fba1c6ced6c28f54347004a694b (patch) | |
tree | 0af7af0fdd818bc99c56584ffe9daf8c8ccb014a /ld/testsuite/ld-powerpc/tlsexe.d | |
parent | 798e46b9172894d7d217de4f34a17bfdf2aa5b53 (diff) | |
download | gdb-776fc41826bb3fba1c6ced6c28f54347004a694b.zip gdb-776fc41826bb3fba1c6ced6c28f54347004a694b.tar.gz gdb-776fc41826bb3fba1c6ced6c28f54347004a694b.tar.bz2 |
include/opcode/
* ppc.h (ppc_parse_cpu): Update prototype.
opcodes/
* ppc-dis.c (ppc_parse_cpu): Add "sticky" param. Track bits
set from ppc_opts.sticky in it. Delete "retain_mask".
(powerpc_init_dialect): Choose default dialect from info->mach
before parsing -M options. Handle more bfd_mach_ppc variants.
Update common default to power7.
gas/
* config/tc-ppc.c (sticky): New var.
(md_parse_option, ppc_machine): Update ppc_parse_cpu calls.
gas/testsuite/
* gas/ppc/astest2.d: Pass -Mppc to objdump.
ld/testsuite/
* ld-powerpc/plt1.d: Update for default "at" branch hints.
* ld-powerpc/tlsexe.d: Likewise.
* ld-powerpc/tlsexetoc.d: Likewise.
* ld-powerpc/tlsopt1.d: Likewise.
* ld-powerpc/tlsopt1_32.d: Likewise.
* ld-powerpc/tlsopt2.d: Likewise.
* ld-powerpc/tlsopt2_32.d: Likewise.
* ld-powerpc/tlsopt4.d: Likewise.
* ld-powerpc/tlsopt4_32.d: Likewise.
* ld-powerpc/tlsso.d: Likewise.
* ld-powerpc/tlstocso.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-powerpc/tlsexe.d')
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsexe.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-powerpc/tlsexe.d b/ld/testsuite/ld-powerpc/tlsexe.d index 7b374c0..01796df 100644 --- a/ld/testsuite/ld-powerpc/tlsexe.d +++ b/ld/testsuite/ld-powerpc/tlsexe.d @@ -71,7 +71,7 @@ Disassembly of section \.text: .* (00 01 02 00|00 00 00 00) .* .* <__glink_PLTresolve>: .* (7d 88 02 a6|a6 02 88 7d) mflr r12 -.* (42 9f 00 05|05 00 9f 42) bcl- 20,4\*cr7\+so,.* +.* (42 9f 00 05|05 00 9f 42) bcl 20,4\*cr7\+so,.* .* (7d 68 02 a6|a6 02 68 7d) mflr r11 .* (e8 4b ff f0|f0 ff 4b e8) ld r2,-16\(r11\) .* (7d 88 03 a6|a6 03 88 7d) mtlr r12 |