From 71ac97b253baf9db40b2be3718e101b636ce4714 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 14 Feb 2012 01:00:50 +0000 Subject: [PATCH] * 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-*-*. --- binutils/testsuite/ChangeLog | 8 ++++++++ binutils/testsuite/binutils-all/dw2-decodedline.S | 4 ++-- binutils/testsuite/binutils-all/objdump.exp | 3 +++ 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 + + * 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 * 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" -- 2.7.4