diff options
author | Alan Modra <amodra@gmail.com> | 2009-07-29 06:10:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-07-29 06:10:18 +0000 |
commit | 9384511500f3bedcefcfd0b7d8e88dc01264a35c (patch) | |
tree | e4802971baab7a310eb922633282661fc021c678 /binutils | |
parent | 18c32df5b44a1b3e6a5e9600c9a4c4bd731d24f2 (diff) | |
download | fsf-binutils-gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.zip fsf-binutils-gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.tar.gz fsf-binutils-gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.tar.bz2 |
* binutils-all/testranges.s: Replace .value with .short.
Diffstat (limited to 'binutils')
-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) |