diff options
author | Alan Modra <amodra@gmail.com> | 2012-10-29 10:09:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-10-29 10:09:34 +0000 |
commit | ce23608fa264db7678dcd80feddcf3bcb2b82a5e (patch) | |
tree | 46ef70d94b20804e9c5ff5b12dc6f78b7f0a32d3 /binutils/testsuite | |
parent | bdaacd3a1cd99649f66538b497dbcb75cae141af (diff) | |
download | gdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.zip gdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.tar.gz gdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.tar.bz2 |
binutils/
* dlltool.c (INIT_SEC_DATA): Move.
(secdata <DLLTOOL_PPC>): Use here too.
binutils/testsuite/
* binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
and rs6000.
gas/
* config/tc-ppc.c (ppc_znop): Remove unused vars.
ld/
* configure.tgt (powerpcle-pe,winnt,cygwin): Add deffilep.o
and pe-dll.o.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/copy-3.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 6745baa..229b284 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-10-29 Alan Modra <amodra@gmail.com> + + * binutils-all/copy-3.d: Exclude all cygwin and mingw targets, + and rs6000. + 2012-10-24 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/ar.exp (bfdtest1): Remove findfile. diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d index 551517c..655986a 100644 --- a/binutils/testsuite/binutils-all/copy-3.d +++ b/binutils/testsuite/binutils-all/copy-3.d @@ -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 hppa*-*-hpux* i*86-*-cygwin* i*86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw* +#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* *-*-cygwin* *-*-mingw* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd rs6000-*-* # The .text # section in PE/COFF has a fixed set of flags and these # cannot be changed. We skip it for them. |