diff options
author | Alan Modra <amodra@gmail.com> | 2012-02-14 01:00:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-02-14 01:00:50 +0000 |
commit | 71ac97b253baf9db40b2be3718e101b636ce4714 (patch) | |
tree | bf6f1bd34c9faae76fd582e06534bf85db5cdbf6 /binutils | |
parent | 0dd6b7d310e23b4cd8ff4d8b0c4e9dcd8db1f95a (diff) | |
download | gdb-71ac97b253baf9db40b2be3718e101b636ce4714.zip gdb-71ac97b253baf9db40b2be3718e101b636ce4714.tar.gz gdb-71ac97b253baf9db40b2be3718e101b636ce4714.tar.bz2 |
* 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-*-*.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-decodedline.S | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 3 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/version.s | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 604c824..9e200f0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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. diff --git a/binutils/testsuite/binutils-all/dw2-decodedline.S b/binutils/testsuite/binutils-all/dw2-decodedline.S index 3656e62..a54bdcf 100644 --- a/binutils/testsuite/binutils-all/dw2-decodedline.S +++ b/binutils/testsuite/binutils-all/dw2-decodedline.S @@ -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 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 1e2afa6..e0ee45f 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -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-*-*"] diff --git a/binutils/testsuite/binutils-all/version.s b/binutils/testsuite/binutils-all/version.s index 8e2e596..66a0566 100644 --- a/binutils/testsuite/binutils-all/version.s +++ b/binutils/testsuite/binutils-all/version.s @@ -1 +1 @@ -.version "Version 1.0" + .version "Version 1.0" |