diff options
author | Alan Modra <amodra@gmail.com> | 1999-09-01 14:57:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-09-01 14:57:03 +0000 |
commit | c35dfbebaf92275f8c44c17c1dff8ed5476cf6a4 (patch) | |
tree | 54224a2cf34aa46d8954e489ec408e1c1b374a1d /gas | |
parent | 5856c19ac4bff88a0b2974c734a702f4b528af02 (diff) | |
download | gdb-c35dfbebaf92275f8c44c17c1dff8ed5476cf6a4.zip gdb-c35dfbebaf92275f8c44c17c1dff8ed5476cf6a4.tar.gz gdb-c35dfbebaf92275f8c44c17c1dff8ed5476cf6a4.tar.bz2 |
Coff fix for i386 gas testsuite
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/naked.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1c5d7fd..9e761b1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-09-01 H.J. Lu <hjl@gnu.org> + + * gas/i386/naked.d: Fix for coff targets. + Mon Aug 30 12:18:40 1999 Jeffrey A Law (law@cygnus.com) * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for diff --git a/gas/testsuite/gas/i386/naked.d b/gas/testsuite/gas/i386/naked.d index 9fb1244..206e300 100644 --- a/gas/testsuite/gas/i386/naked.d +++ b/gas/testsuite/gas/i386/naked.d @@ -9,7 +9,7 @@ Disassembly of section .text: 0: 66 26 ff 23 [ ]*jmpw \*%es:\(%ebx\) 4: 8a 25 50 00 00 00 [ ]*mov 0x50,%ah a: b2 20 [ ]*mov \$0x20,%dl - c: bb 00 00 00 00 [ ]*mov \$0x0,%ebx d: (R_386_)?32 .text + c: bb 00 00 00 00 [ ]*mov \$0x0,%ebx d: (R_386_)?(dir)?32 .text 11: d9 c9 [ ]*fxch %st\(1\) 13: 36 8c a4 81 d2 04 00 00 [ ]*movl %fs,%ss:0x4d2\(%ecx,%eax,4\) 1b: 8c 2c ed 00 00 00 00 [ ]*movl %gs,0x0\(,%ebp,8\) |