aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-09-07 18:02:59 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-09-07 18:02:59 +0000
commit1ecbdee03ea43a662dda7b1fd47102b11b284925 (patch)
treed05d5ae1add4c183a1647452a72196249608fad9 /binutils
parent1390fcc2ffc083210e3706235c9383b219383fac (diff)
downloadgdb-1ecbdee03ea43a662dda7b1fd47102b11b284925.zip
gdb-1ecbdee03ea43a662dda7b1fd47102b11b284925.tar.gz
gdb-1ecbdee03ea43a662dda7b1fd47102b11b284925.tar.bz2
binutils/testsuite/
* binutils-all/testranges.s: Replace all .long by .4byte.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog4
-rw-r--r--binutils/testsuite/binutils-all/testranges.s16
2 files changed, 12 insertions, 8 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index a87670a..d212b67 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * binutils-all/testranges.s: Replace all .long by .4byte.
+
2009-09-04 DJ Delorie <dj@redhat.com>
* binutils-all/objdump.exp: Add m16c and m32c to the list of
diff --git a/binutils/testsuite/binutils-all/testranges.s b/binutils/testsuite/binutils-all/testranges.s
index b7fd7bb..0964519 100644
--- a/binutils/testsuite/binutils-all/testranges.s
+++ b/binutils/testsuite/binutils-all/testranges.s
@@ -12,26 +12,26 @@ end:
range:
range_sub:
- .long sub, end
- .long 0, 0 ;# range terminator
+ .4byte sub, end
+ .4byte 0, 0 ;# range terminator
range_cu:
- .long start, end
- .long 0, 0 ;# range terminator
+ .4byte start, end
+ .4byte 0, 0 ;# range terminator
.section .debug_info,"",%progbits
- .long debugE - debugS ;# Length of Compilation Unit Info
+ .4byte debugE - debugS ;# Length of Compilation Unit Info
debugS:
.short 0x2 ;# DWARF version number
- .long abbrev0 ;# Offset Into Abbrev. Section
+ .4byte abbrev0 ;# Offset Into Abbrev. Section
.byte 0x4 ;# Pointer Size (in bytes)
.uleb128 0x1 ;# (DIE (0xb) DW_TAG_compile_unit)
- .long range_cu - range ;# DW_AT_ranges
+ .4byte range_cu - range ;# DW_AT_ranges
.uleb128 0x2 ;# (DIE (0x6d) DW_TAG_subprogram)
.ascii "A\0" ;# DW_AT_name
- .long range_sub - range ;# DW_AT_ranges
+ .4byte range_sub - range ;# DW_AT_ranges
debugE:
.section .debug_abbrev,"",%progbits