diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-03-30 17:52:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-03-30 17:52:10 +0000 |
commit | 5fba8300571683b3d2db0f11a0c8522016df24f9 (patch) | |
tree | 2f773f93595004656f1568d097fe3f7c8d9ed479 /gas/testsuite | |
parent | 8b4b0fac4bfb81dbdda98d49a49d1906d69183d0 (diff) | |
download | gdb-5fba8300571683b3d2db0f11a0c8522016df24f9.zip gdb-5fba8300571683b3d2db0f11a0c8522016df24f9.tar.gz gdb-5fba8300571683b3d2db0f11a0c8522016df24f9.tar.bz2 |
2001-03-30 H.J. Lu <hjl@gnu.org>
* gas/i386/relax.d: Dump with -s instead of -drw.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/relax.d | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 98d790e..f1abc4b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-03-30 H.J. Lu <hjl@gnu.org> + + * gas/i386/relax.d: Dump with -s instead of -drw. + 2001-03-29 H.J. Lu <hjl@gnu.org> * gas/i386/relax.s: New test for relaxation between sections. diff --git a/gas/testsuite/gas/i386/relax.d b/gas/testsuite/gas/i386/relax.d index 348cdcd..bd0c7da 100644 --- a/gas/testsuite/gas/i386/relax.d +++ b/gas/testsuite/gas/i386/relax.d @@ -1,10 +1,11 @@ #name: i386 relax -#objdump: -drw +#objdump: -s .*: +file format .*i386.* -Disassembly of section .text: -Disassembly of section .gnu.linkonce.t.blah: - -0+000 <.gnu.linkonce.t.blah>: - 0: eb 00 [ ]*jmp 0x2 +Contents of section .text: +Contents of section .data: +Contents of section .gcc_except_table: + 0+000 02[ ]*.[ ]* +Contents of section .gnu.linkonce.t.blah: + 0+000 eb00[ ]+..[ ]* |