* 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-*-*.
This commit is contained in:
parent
0dd6b7d310
commit
71ac97b253
4 changed files with 14 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-*-*"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
.version "Version 1.0"
|
||||
.version "Version 1.0"
|
||||
|
|
Loading…
Reference in a new issue