From 9e8a081c07112c16a771b2981bfc1be9225a0e00 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 21 Sep 2006 09:41:34 +0000 Subject: [PATCH] * ld-m68k/plt1-68020.d: Fix patterns to match also for 64-bit hosts. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-m68k/plt1-68020.d | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6141f6718..fd9f422dd 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-09-21 Andreas Schwab + + * ld-m68k/plt1-68020.d: Fix patterns to match also for 64-bit + hosts. + 2006-09-20 Kai Tietz * bootstrap/bootstrap.exp: Fix x86_64-mingw32 target test. diff --git a/ld/testsuite/ld-m68k/plt1-68020.d b/ld/testsuite/ld-m68k/plt1-68020.d index 964acb6bd..54463b916 100644 --- a/ld/testsuite/ld-m68k/plt1-68020.d +++ b/ld/testsuite/ld-m68k/plt1-68020.d @@ -6,24 +6,24 @@ Disassembly of section \.plt: 00020800 : 20800: 2f3b 0170 0000 movel %pc@\(30404 <_GLOBAL_OFFSET_TABLE_\+0x4>\),%sp@- 20806: fc02 - 20808: 4efb 0171 0000 jmp %pc@\(30408 <_GLOBAL_OFFSET_TABLE_\+0x8>\)@\(00000000\) + 20808: 4efb 0171 0000 jmp %pc@\(30408 <_GLOBAL_OFFSET_TABLE_\+0x8>\)@\(0*\) 2080e: fbfe 20810: 0000 0000 orib #0,%d0 00020814 : - 20814: 4efb 0171 0000 jmp %pc@\(3040c <_GLOBAL_OFFSET_TABLE_\+0xc>\)@\(00000000\) + 20814: 4efb 0171 0000 jmp %pc@\(3040c <_GLOBAL_OFFSET_TABLE_\+0xc>\)@\(0*\) 2081a: fbf6 2081c: 2f3c 0000 0000 movel #0,%sp@- 20822: 60ff ffff ffdc bral 20800 00020828 : - 20828: 4efb 0171 0000 jmp %pc@\(30410 <_GLOBAL_OFFSET_TABLE_\+0x10>\)@\(00000000\) + 20828: 4efb 0171 0000 jmp %pc@\(30410 <_GLOBAL_OFFSET_TABLE_\+0x10>\)@\(0*\) 2082e: fbe6 20830: 2f3c 0000 000c movel #12,%sp@- 20836: 60ff ffff ffc8 bral 20800 0002083c : - 2083c: 4efb 0171 0000 jmp %pc@\(30414 <_GLOBAL_OFFSET_TABLE_\+0x14>\)@\(00000000\) + 2083c: 4efb 0171 0000 jmp %pc@\(30414 <_GLOBAL_OFFSET_TABLE_\+0x14>\)@\(0*\) 20842: fbd6 20844: 2f3c 0000 0018 movel #24,%sp@- 2084a: 60ff ffff ffb4 bral 20800 -- 2.11.4.GIT