mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Exclude more aout targets.
This commit is contained in:
parent
bb574ded15
commit
76748ada53
@ -1,3 +1,8 @@
|
||||
2009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
|
||||
|
||||
* binutils-all/copy-2.d: Exclude more aout targets.
|
||||
* binutils-all/copy-3.d: Likewise.
|
||||
|
||||
2009-09-23 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* binutils-all/readelf.s: Tolerate some whitespace differences.
|
||||
|
@ -3,7 +3,7 @@
|
||||
#objcopy: --set-section-flags foo=contents,alloc,load,code
|
||||
#name: copy with setting section flags 2
|
||||
#source: copytest.s
|
||||
#not-target: *-*-*aout
|
||||
#not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd
|
||||
# Note - we use copytest.s and a section named "foo" rather
|
||||
# than .text because for some file formats (eg PE) the .text
|
||||
# section has a fixed set of flags and these cannot be changed.
|
||||
|
@ -3,7 +3,7 @@
|
||||
#objcopy: --set-section-flags .text=alloc,data
|
||||
#name: copy with setting section flags 3
|
||||
#source: bintest.s
|
||||
#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw*
|
||||
#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw*
|
||||
# The .text # section in PE/COFF has a fixed set of flags and these
|
||||
# cannot be changed. We skip it for them.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
|
||||
|
||||
* gas/all/weakref1u.d: Exclude more aout targets.
|
||||
* gas/m68k/br-isaa.d: Likewise.
|
||||
* gas/m68k/br-isab.d: Likewise.
|
||||
* gas/m68k/br-isac.d: Likewise.
|
||||
|
||||
2009-10-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR gas/1491
|
||||
|
@ -3,7 +3,7 @@
|
||||
#source: weakref1.s
|
||||
# aout turns undefined into *ABS* symbols.
|
||||
# see weakref1.d for comments on the other not-targets
|
||||
#not-target: *-*-*aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
|
||||
#not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
|
||||
|
||||
# the rest of this file is generated with the following script:
|
||||
# # script begin
|
||||
|
@ -1,6 +1,7 @@
|
||||
#name: br-isaa.d
|
||||
#objdump: -dr
|
||||
#as: -march=isaa -pcrel
|
||||
#not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd*
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#name: br-isab.d
|
||||
#objdump: -dr
|
||||
#as: -march=isab -pcrel
|
||||
#not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd*
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#name: br-isac.d
|
||||
#objdump: -dr
|
||||
#as: -march=isac -pcrel
|
||||
#not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd*
|
||||
|
||||
.*: file format .*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user