Exclude more aout targets.

This commit is contained in:
Alan Modra
2009-10-18 07:43:04 +00:00
parent bb574ded15
commit 76748ada53
8 changed files with 18 additions and 3 deletions

View File

@@ -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.