diff options
author | Alan Modra <amodra@gmail.com> | 1999-07-27 11:43:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-07-27 11:43:20 +0000 |
commit | 6812da59f2d852cc00566e010f409d1f7e104400 (patch) | |
tree | 5c029a89f6ff43d7a03de2e3f834d05d68eee652 | |
parent | 5a2468f5c57481cb64b5c695cbed7559a1f77bd9 (diff) | |
download | gdb-6812da59f2d852cc00566e010f409d1f7e104400.zip gdb-6812da59f2d852cc00566e010f409d1f7e104400.tar.gz gdb-6812da59f2d852cc00566e010f409d1f7e104400.tar.bz2 |
Tweak for when --enable-targets includes 64-bit bfd target.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/reloc.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 728c787..7164ed3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1999-07-27 Alan Modra <alan@spri.levels.unisa.edu.au> + + * gas/i386/reloc.d: Fix so that test passes when enable-targets + includes 64-bit bfd target. + 1999-06-13 Ian Lance Taylor <ian@zembu.com> * gas/i386/katmai.d: Tweak for recent disassembler changes. diff --git a/gas/testsuite/gas/i386/reloc.d b/gas/testsuite/gas/i386/reloc.d index b2968c5..b3b6feb 100644 --- a/gas/testsuite/gas/i386/reloc.d +++ b/gas/testsuite/gas/i386/reloc.d @@ -5,7 +5,7 @@ Disassembly of section .text: -00000000 <foo>: +0+000 <foo>: 0: b3 00 [ ]*mov \$0x0,%bl 1: (R_386_)?8 .text 2: 68 00 00 00 00 [ ]*push \$0x0 3: (R_386_)?32 .text 7: 05 00 00 00 00 [ ]*add \$0x0,%eax 8: (R_386_)?32 .text |