* binutils-all/testranges.s: Replace .value with .short.
This commit is contained in:
parent
18c32df5b4
commit
9384511500
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue