diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-12-13 13:02:10 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-12-13 13:02:10 +0000 |
commit | c0d8293fa5db1cc418c9ef3cfff23c4e57dcc48a (patch) | |
tree | fdbd4498ab37fdf9bab9a6aca220b8f76f2aed2d /gas | |
parent | 61aff869b912a1b28b9c058b62cc90791ba5497d (diff) | |
download | gdb-c0d8293fa5db1cc418c9ef3cfff23c4e57dcc48a.zip gdb-c0d8293fa5db1cc418c9ef3cfff23c4e57dcc48a.tar.gz gdb-c0d8293fa5db1cc418c9ef3cfff23c4e57dcc48a.tar.bz2 |
* gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
.text alignments.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elf-rel25.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elf-rel25a.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 28d7451..eee9203 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-12-13 Richard Sandiford <rsandifo@redhat.com> + + * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different + .text alignments. + 2004-12-11 Alan Modra <amodra@bigpond.net.au> * gas/alpha/elf-usepv-1.d: Update for changed section syms. diff --git a/gas/testsuite/gas/mips/elf-rel25.d b/gas/testsuite/gas/mips/elf-rel25.d index 579fea6..18c48b6 100644 --- a/gas/testsuite/gas/mips/elf-rel25.d +++ b/gas/testsuite/gas/mips/elf-rel25.d @@ -12,4 +12,4 @@ Disassembly of section \.text: .*: 279c0000 addiu \$28,\$28,0 .*: R_MIPS_LO16 _gp_disp .*: 0399e021 addu \$28,\$28,\$25 -.*: 00000000 nop +#pass diff --git a/gas/testsuite/gas/mips/elf-rel25a.d b/gas/testsuite/gas/mips/elf-rel25a.d index c7145c0..5c45f1e 100644 --- a/gas/testsuite/gas/mips/elf-rel25a.d +++ b/gas/testsuite/gas/mips/elf-rel25a.d @@ -12,4 +12,4 @@ Disassembly of section \.text: .*: R_MIPS_HI16 _gp .*: 279c0000 addiu \$28,\$28,0 .*: R_MIPS_LO16 _gp - \.\.\. +#pass |