OSDN Git Service

* gas/arm/mapshort.s: Add a small .data section.
authorrearnsha <rearnsha>
Thu, 19 Apr 2007 23:59:45 +0000 (23:59 +0000)
committerrearnsha <rearnsha>
Thu, 19 Apr 2007 23:59:45 +0000 (23:59 +0000)
* gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
disassembly.
* gas/arm/mapshort-elf.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/arm/mapshort-eabi.d
gas/testsuite/gas/arm/mapshort-elf.d
gas/testsuite/gas/arm/mapshort.s

index 10af40c..01713e6 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gas/arm/mapshort.s: Add a small .data section.
+       * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
+       disassembly.
+       * gas/arm/mapshort-elf.d: Likewise.
+
 2007-04-19  Paul Brook  <paul@codesourcery.com>
 
        * gas/arm/thumb1_unified.d: New test.
index eac8b96..9cbfc3e 100644 (file)
@@ -21,6 +21,8 @@ SYMBOL TABLE:
 0+18 l       .text     00000000 \$a
 0+1c l       .text     00000000 \$d
 0+1f l       .text     00000000 bar
+0+00 l       .data     00000000 wibble
+0+00 l       .data     00000000 \$d
 0+00 l    d  .ARM.attributes   00000000 .ARM.attributes
 
 
index d455231..09602f0 100644 (file)
@@ -21,6 +21,8 @@ SYMBOL TABLE:
 0+18 l       .text     00000000 \$a
 0+1c l       .text     00000000 \$d
 0+1f l       .text     00000000 bar
+0+00 l       .data     00000000 wibble
+0+00 l       .data     00000000 \$d
 # The ELF based port does not generate a .ARM.attributes symbol
 
 Disassembly of section .text:
index a119447..741cb82 100644 (file)
@@ -19,3 +19,6 @@ foo:
        .byte 9
 bar:
        .byte 10
+       .data
+wibble:
+       .word 0