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/testsuite/binutils-all/testranges.s | |
parent | 18c32df5b44a1b3e6a5e9600c9a4c4bd731d24f2 (diff) | |
download | gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.zip gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.tar.gz gdb-9384511500f3bedcefcfd0b7d8e88dc01264a35c.tar.bz2 |
* binutils-all/testranges.s: Replace .value with .short.
Diffstat (limited to 'binutils/testsuite/binutils-all/testranges.s')
-rw-r--r-- | binutils/testsuite/binutils-all/testranges.s | 2 |
1 files changed, 1 insertions, 1 deletions
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) |