diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-23 05:33:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-23 05:33:31 +0000 |
commit | 60edd2d3f1f08fff5dc35137a16c5ec4eaa8392e (patch) | |
tree | e20fc32fe2972019b370009826148be677658b7f /gas | |
parent | 2c32d9a41f0f85577387da4a6cb7ed19414b6967 (diff) | |
download | gdb-60edd2d3f1f08fff5dc35137a16c5ec4eaa8392e.zip gdb-60edd2d3f1f08fff5dc35137a16c5ec4eaa8392e.tar.gz gdb-60edd2d3f1f08fff5dc35137a16c5ec4eaa8392e.tar.bz2 |
* gas/elf/ehopt0.d: Tweak for bigendian targets.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/ehopt0.d | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3f19256..d2eb0c9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 Alan Modra <amodra@one.net.au> + + * gas/elf/ehopt0.d: Tweak for bigendian targets. + 2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * gas/mips/abs.d: Remove $ before register names, per latest diff --git a/gas/testsuite/gas/elf/ehopt0.d b/gas/testsuite/gas/elf/ehopt0.d index a339c19..a13c4f2 100644 --- a/gas/testsuite/gas/elf/ehopt0.d +++ b/gas/testsuite/gas/elf/ehopt0.d @@ -4,6 +4,6 @@ .*: +file format .* Contents of section .eh_frame: - 0+000 10000000 00000000 017a0001 781a0004 .* - 0+010 01000000 12000000 18000000 00000000 .* - 0+020 08000000 04080000 0044 .* + 0+000 (10|00)0000(00|10) 00000000 017a0001 781a0004 .* + 0+010 (01|00)0000(00|01) (12|00)0000(00|12) (18|00)0000(00|18) 00000000 .* + 0+020 (08|00)0000(00|08) 04(08|00)0000 (00|08)44 .* |