diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-02-26 00:49:27 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-02-26 00:49:27 +0000 |
commit | 11038c5ef12baafee2ab746654204a75baffe798 (patch) | |
tree | 485bd08c8fcafc581be8dcb2be7b4a836aed1a6d | |
parent | 2f79b725dd93d8d9f4cfade7bc63cdacbda21614 (diff) | |
download | gdb-11038c5ef12baafee2ab746654204a75baffe798.zip gdb-11038c5ef12baafee2ab746654204a75baffe798.tar.gz gdb-11038c5ef12baafee2ab746654204a75baffe798.tar.bz2 |
2000-02-25 H.J. Lu <hjl@gnu.org>
* gas/i386/general.l: Support a.out and coff.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/general.l | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 09b5a56..607c2f6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-02-25 H.J. Lu <hjl@gnu.org> + + * gas/i386/general.l: Support a.out and coff. + 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au> * gas/i386/intel.s: New file, intel version of opcode.s diff --git a/gas/testsuite/gas/i386/general.l b/gas/testsuite/gas/i386/general.l index 5f1041b..25a7279 100644 --- a/gas/testsuite/gas/i386/general.l +++ b/gas/testsuite/gas/i386/general.l @@ -235,7 +235,7 @@ 171 172 .code32 173 0180 EB98 jmp 1b - 174 0182 E9(FCFF|90FE)FF FF jmp xxx + 174 0182 E9(FCFF|79FE)FF FF jmp xxx 175 0187 FF250000 0000 jmp \*xxx 176 018d FF250000 0000 jmp xxx\(,1\) .*Warning:.* @@ -254,7 +254,7 @@ 185 01b5 EA000000 003412 ljmp \$0x1234,\$xxx 186 187 01bc E859FFFF FF call 1b - 188 01c1 E8(FCFF|51FE)FF FF call xxx + 188 01c1 E8(FCFF|3AFE)FF FF call xxx 189 01c6 FF150000 0000 call \*xxx 190 01cc FF150000 0000 call xxx\(,1\) .*Warning:.* |