diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-05-23 17:25:22 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-05-23 17:25:22 +0000 |
commit | 8dd76882445129d8adf64c743351a2d798d89b6f (patch) | |
tree | da28f038c8d7226b6ef98196699a8af95cda2e10 | |
parent | c69b42360d0f25726062f1e9add5285ae3f6c7f0 (diff) | |
download | gdb-8dd76882445129d8adf64c743351a2d798d89b6f.zip gdb-8dd76882445129d8adf64c743351a2d798d89b6f.tar.gz gdb-8dd76882445129d8adf64c743351a2d798d89b6f.tar.bz2 |
2002-05-23 H.J. Lu <hjl@gnu.org>
* gas/mips/elf-rel.d: Skip the padding.
* gas/mips/elfel-rel.d: Likewise.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elf-rel.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elfel-rel.d | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 99c0286..2f1c6c1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2002-05-23 H.J. Lu <hjl@gnu.org> + * gas/mips/elf-rel.d: Skip the padding. + * gas/mips/elfel-rel.d: Likewise. + +2002-05-23 H.J. Lu <hjl@gnu.org> + * gas/all/align2.d: New. * gas/all/align2.s: New. diff --git a/gas/testsuite/gas/mips/elf-rel.d b/gas/testsuite/gas/mips/elf-rel.d index 2a6e482..d0248c6 100644 --- a/gas/testsuite/gas/mips/elf-rel.d +++ b/gas/testsuite/gas/mips/elf-rel.d @@ -55,3 +55,4 @@ Contents of section \.text: 0060 3c010001 3c010001 3c010002 3c010002 .* 0070 3c010001 3c010001 2021bffe 2021c002 .* 0080 2021bffe 2021c002 20213ffe 2021bffa .* +#pass diff --git a/gas/testsuite/gas/mips/elfel-rel.d b/gas/testsuite/gas/mips/elfel-rel.d index cd353b8..b96753b 100644 --- a/gas/testsuite/gas/mips/elfel-rel.d +++ b/gas/testsuite/gas/mips/elfel-rel.d @@ -56,3 +56,4 @@ Contents of section \.text: 0060 0100013c 0100013c 0200013c 0200013c .* 0070 0100013c 0100013c febf2120 02c02120 .* 0080 febf2120 02c02120 fe3f2120 fabf2120 .* +#pass |