]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR gas/4804
authorNick Clifton <nickc@redhat.com>
Thu, 19 Jul 2007 16:47:40 +0000 (16:47 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 19 Jul 2007 16:47:40 +0000 (16:47 +0000)
* gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target in the same way as the arm-eabi target.
* gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu target.
* gas/arm/mapshort-elf.d: Do not use this file for the arm-linux-gnu target.

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

index 77937316f4d657913f632e6cfe39f27455b996f7..396f982a75e0fedc407f81828e7267dacdc66f5f 100644 (file)
@@ -1,3 +1,13 @@
+2007-07-19  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/4804
+       * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
+       in the same way as the arm-eabi target.
+       * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
+       target.
+       * gas/arm/mapshort-elf.d: Do not use this file for the
+       arm-linux-gnu target.
+
 2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
index 9cbfc3eacd4a23137cbaf7636fcfaf7afc2d00bb..5550dac5ad36c9ced1a5cb485ffaf56143c33c5f 100644 (file)
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (EABI version)
 # This test is only valid on EABI based ports.
-#target: *-*-*eabi *-*-symbianelf
+#target: *-*-*eabi *-*-symbianelf *-*-linux-*
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols
index 09602f08091edf1252006311d6d9f16fc2258ff2..e328b4ad63e559971aa757b5ae22bdceac3823c4 100644 (file)
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (ELF version)
 # This test is only valid on ELF based ports.
-#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi *-*-syymbianelf
+#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi *-*-syymbianelf *-*-linux-*
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols
index d1e5a0a21043b4460cb2bd9c5393691281365aae..83c80824b39ec55f0ee4ca6ff1c756fffdadb106 100644 (file)
@@ -60,6 +60,7 @@ if { ([istarget "*-*-*elf*"]
          || [istarget "xscale*-*-*"]) } {
        
        if { ([istarget "*-*-*eabi"]
+             || [istarget "*-*-linux-*"]
              || [istarget "*-*-symbianelf"])} then {
            set target_machine -armeabi
        } else {