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 /gas/config | |
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 'gas/config')
-rw-r--r-- | gas/config/tc-ppc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 62c4791..0f8da73 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -4887,8 +4887,6 @@ ppc_set_current_section (segT new) static void ppc_previous (int ignore ATTRIBUTE_UNUSED) { - symbolS *tmp; - if (ppc_previous_section == NULL) { as_warn (_("no previous section to return to, ignored.")); @@ -5060,15 +5058,11 @@ ppc_znop (int ignore ATTRIBUTE_UNUSED) { unsigned long insn; const struct powerpc_opcode *opcode; - expressionS ex; char *f; symbolS *sym; char *symbol_name; char c; char *name; - unsigned int exp; - flagword flags; - asection *sec; /* Strip out the symbol name. */ symbol_name = input_line_pointer; |