diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-17 11:16:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-17 11:16:16 +0000 |
commit | 5afcbc6009f565e4d9eaed3db87b443f25ea29a0 (patch) | |
tree | ea16c61864e8ad46530b067f384bd0aa81c07d16 /gas | |
parent | 40bdaaa8eda86bf285af6b11b72738f90adcad0c (diff) | |
download | fsf-binutils-gdb-5afcbc6009f565e4d9eaed3db87b443f25ea29a0.zip fsf-binutils-gdb-5afcbc6009f565e4d9eaed3db87b443f25ea29a0.tar.gz fsf-binutils-gdb-5afcbc6009f565e4d9eaed3db87b443f25ea29a0.tar.bz2 |
Allow system-specific gunk after canonical file format.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-reloc-1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-reloc-4.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-reloc-5.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-reloc-7.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-reloc-8.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-tls-1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/alpha/elf-usepv-1.d | 2 |
8 files changed, 18 insertions, 7 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1b6b2ec..8597df3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com> + + * gas/alpha/elf-reloc-1.d: Allow system-specific gunk after + canonical file format. + * gas/alpha/elf-reloc-4.d: Likewise. + * gas/alpha/elf-reloc-5.d: Likewise. + * gas/alpha/elf-reloc-7.d: Likewise. + * gas/alpha/elf-reloc-8.d: Likewise. + * gas/alpha/elf-tls-1.d: Likewise. + * gas/alpha/elf-usepv-1.d: Likewise. + 2003-06-16 Hans-Peter Nilsson <hp@axis.com> * gas/cris: Match output having $ register prefix. Deal with diff --git a/gas/testsuite/gas/alpha/elf-reloc-1.d b/gas/testsuite/gas/alpha/elf-reloc-1.d index 660f393..3985975 100644 --- a/gas/testsuite/gas/alpha/elf-reloc-1.d +++ b/gas/testsuite/gas/alpha/elf-reloc-1.d @@ -1,7 +1,7 @@ #objdump: -r #name: alpha elf-reloc-1 -.*: file format elf64-alpha +.*: file format elf64-alpha.* RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE diff --git a/gas/testsuite/gas/alpha/elf-reloc-4.d b/gas/testsuite/gas/alpha/elf-reloc-4.d index f149298..29b32e2 100644 --- a/gas/testsuite/gas/alpha/elf-reloc-4.d +++ b/gas/testsuite/gas/alpha/elf-reloc-4.d @@ -1,7 +1,7 @@ #objdump: -r #name: alpha elf-reloc-4 -.*: file format elf64-alpha +.*: file format elf64-alpha.* RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE diff --git a/gas/testsuite/gas/alpha/elf-reloc-5.d b/gas/testsuite/gas/alpha/elf-reloc-5.d index 0fd9261..017fd7f 100644 --- a/gas/testsuite/gas/alpha/elf-reloc-5.d +++ b/gas/testsuite/gas/alpha/elf-reloc-5.d @@ -1,7 +1,7 @@ #objdump: -dr #name: alpha elf-reloc-5 -.*: file format elf64-alpha +.*: file format elf64-alpha.* Disassembly of section \.text: diff --git a/gas/testsuite/gas/alpha/elf-reloc-7.d b/gas/testsuite/gas/alpha/elf-reloc-7.d index 9ff7ff1..c51b667 100644 --- a/gas/testsuite/gas/alpha/elf-reloc-7.d +++ b/gas/testsuite/gas/alpha/elf-reloc-7.d @@ -1,7 +1,7 @@ #objdump: -r #name: alpha elf-reloc-7 -.*: file format elf64-alpha +.*: file format elf64-alpha.* RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE diff --git a/gas/testsuite/gas/alpha/elf-reloc-8.d b/gas/testsuite/gas/alpha/elf-reloc-8.d index 68f5678..8ba78c3 100644 --- a/gas/testsuite/gas/alpha/elf-reloc-8.d +++ b/gas/testsuite/gas/alpha/elf-reloc-8.d @@ -1,7 +1,7 @@ #objdump: -r #name: alpha elf-reloc-8 -.*: file format elf64-alpha +.*: file format elf64-alpha.* RELOCATION RECORDS FOR \[\.text\]: OFFSET *TYPE *VALUE diff --git a/gas/testsuite/gas/alpha/elf-tls-1.d b/gas/testsuite/gas/alpha/elf-tls-1.d index 7f80de7..7dee62a 100644 --- a/gas/testsuite/gas/alpha/elf-tls-1.d +++ b/gas/testsuite/gas/alpha/elf-tls-1.d @@ -1,7 +1,7 @@ #objdump: -r #name: alpha elf-tls-1 -.*: file format elf64-alpha +.*: file format elf64-alpha.* RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE diff --git a/gas/testsuite/gas/alpha/elf-usepv-1.d b/gas/testsuite/gas/alpha/elf-usepv-1.d index ba150be..cd0603f 100644 --- a/gas/testsuite/gas/alpha/elf-usepv-1.d +++ b/gas/testsuite/gas/alpha/elf-usepv-1.d @@ -1,7 +1,7 @@ #objdump: --syms #name: alpha elf-usepv-1 -.*: file format elf64-alpha +.*: file format elf64-alpha.* SYMBOL TABLE: 0*0000000 l d .text 0*0000000 |