diff options
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/testranges.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index c0f2881..bf6030d 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-07-29 Alan Modra <amodra@bigpond.net.au> + + * binutils-all/testranges.s: Replace .value with .short. + 2009-07-16 Dave Korn <dave.korn.cygwin@gmail.com> H.J. Lu <hongjiu.lu@intel.com> diff --git a/binutils/testsuite/binutils-all/testranges.s b/binutils/testsuite/binutils-all/testranges.s index 565e1a2..1d02846 100644 --- a/binutils/testsuite/binutils-all/testranges.s +++ b/binutils/testsuite/binutils-all/testranges.s @@ -22,7 +22,7 @@ range_cu: .section .debug_info,"",@progbits .long debugE - debugS # Length of Compilation Unit Info debugS: - .value 0x2 # DWARF version number + .short 0x2 # DWARF version number .long abbrev0 # Offset Into Abbrev. Section .byte 0x4 # Pointer Size (in bytes) |