* binutils-all/dw2-decodedline.S: Always have whitespace before
authorAlan Modra <amodra@gmail.com>
Tue, 14 Feb 2012 01:00:50 +0000 (01:00 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 14 Feb 2012 01:00:50 +0000 (01:00 +0000)
directives.
* binutils-all/version.s: Likewise.
* binutils-all/objdump.exp (dw2-decodedline): Don't run for
hppa64*-*-hpux*, i370-*-*, i960-*-*.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/dw2-decodedline.S
binutils/testsuite/binutils-all/objdump.exp
binutils/testsuite/binutils-all/version.s

index 604c824bcb32d4e56b30adee16c4424262e02e66..9e200f0bf9f44fa82db823329abc88f81aeef04a 100644 (file)
@@ -1,3 +1,11 @@
+2012-02-14  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/dw2-decodedline.S: Always have whitespace before
+       directives.
+       * binutils-all/version.s: Likewise.
+       * binutils-all/objdump.exp (dw2-decodedline): Don't run for
+       hppa64*-*-hpux*, i370-*-*, i960-*-*.
+
 2012-02-11  Kai Tietz  <ktietz@redhat.com>
 
        * binutils-all/version.def: New file.
index 3656e6237e5208f56665f17caa674d6898c182e4..a54bdcfba177d8fed6e848b7c7875e0222b7b89a 100644 (file)
@@ -2,13 +2,13 @@
        .file 1 "dw2-decodedline.c"
        .file 2 "directory/file1.c"
        .text
-.globl f1
+       .globl f1
        .type   f1, %function
 f1:
        .loc 2 1 0
        nop
        .size   f1, .-f1
-.globl main
+       .globl main
        .type   main, %function
 main:
        .loc 1 2 0
index 1e2afa61d008e355e715956d7f8b620eb1008ad8..e0ee45f1a65395f454b838d4d042e9912845e69d 100644 (file)
@@ -207,6 +207,9 @@ if { ![is_elf_format] } then {
 # of DWARF2 line debug information.
 
 if { ![is_elf_format]
+     || [istarget "hppa64*-*-hpux*"]
+     || [istarget "i370-*-*"]
+     || [istarget "i960-*-*"]
      || [istarget "ia64*-*-*"]
      || [istarget "mcore-*-*"]
      || [istarget "moxie-*-*"]
index 8e2e5960fe05943b64a029da2fa83ed804b81223..66a0566b6a8c86adb93853f925a1f8a1f38045e8 100644 (file)
@@ -1 +1 @@
-.version "Version 1.0"
+ .version "Version 1.0"