]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/bfd-in2.h
PR 14072
authorNick Clifton <nickc@redhat.com>
Thu, 17 May 2012 15:13:28 +0000 (15:13 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 17 May 2012 15:13:28 +0000 (15:13 +0000)
commitdf7b86aa4cb63ce86e60949b8160438bc0f9e389
tree5b75db54327715ae68627e815ba9552c4c0046ec
parent134fa82ef4b30284ea5f18b2a3902f6f3d3e2fa4
PR 14072
* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.
* sysdep.h: Generate an error if included before config.h.
* alpha-opc.c: Include sysdep.h before any other header file.
* alpha-dis.c: Likewise.
* avr-dis.c: Likewise.
* cgen-opc.c: Likewise.
* cr16-dis.c: Likewise.
* cris-dis.c: Likewise.
* crx-dis.c: Likewise.
* d10v-dis.c: Likewise.
* d10v-opc.c: Likewise.
* d30v-dis.c: Likewise.
* d30v-opc.c: Likewise.
* h8500-dis.c: Likewise.
* i370-dis.c: Likewise.
* i370-opc.c: Likewise.
* m10200-dis.c: Likewise.
* m10300-dis.c: Likewise.
* micromips-opc.c: Likewise.
* mips-opc.c: Likewise.
* mips61-opc.c: Likewise.
* moxie-dis.c: Likewise.
* or32-opc.c: Likewise.
* pj-dis.c: Likewise.
* ppc-dis.c: Likewise.
* ppc-opc.c: Likewise.
* s390-dis.c: Likewise.
* sh-dis.c: Likewise.
* sh64-dis.c: Likewise.
* sparc-dis.c: Likewise.
* sparc-opc.c: Likewise.
* spu-dis.c: Likewise.
* tic30-dis.c: Likewise.
* tic54x-dis.c: Likewise.
* tic80-dis.c: Likewise.
* tic80-opc.c: Likewise.
* tilegx-dis.c: Likewise.
* tilepro-dis.c: Likewise.
* v850-dis.c: Likewise.
* v850-opc.c: Likewise.
* vax-dis.c: Likewise.
* w65-dis.c: Likewise.
* xgate-dis.c: Likewise.
* xtensa-dis.c: Likewise.
* rl78-decode.opc: Likewise.
* rl78-decode.c: Regenerate.
* rx-decode.opc: Likewise.
* rx-decode.c: Regenerate.

* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.
* sysdep.h: Generate an error if included before config.h.

* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.
* aclocal.m4: Regenerate.
* bfd-in.h: Generate an error if included before config.h.
* sysdep.h: Likewise.
* bfd-in2.h: Regenerate.
* compress.c: Remove #include "config.h".
* plugin.c: Likewise.
* elf32-m68hc1x.c: Include sysdep.h before alloca-conf.h.
* elf64-hppa.c: Likewise.
* som.c: Likewise.
* xsymc.c: Likewise.

* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.

* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.am: Use wrappers around C files generated by flex.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* itbl-lex-wrapper.c: New file.
* config/bfin-lex-wrapper.c: New file.
* cgen.c: Include as.h before setjmp.h.
* config/tc-dlx.c: Include as.h before any other header.
* config/tc-h8300.c: Likewise.
* config/tc-lm32.c: Likewise.
* config/tc-mep.c: Likewise.
* config/tc-microblaze.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-msp430.c: Likewise.
* config/tc-or32.c: Likewise.
* config/tc-tic4x.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-xtensa.c: Likewise.

* configure.in: Add check that sysdep.h has been included before
any system header files.
* configure: Regenerate.
* config.in: Regenerate.
* unwind-ia64.h: Include config.h.
101 files changed:
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/compress.c
bfd/config.in
bfd/configure
bfd/configure.in
bfd/elf32-m68hc1x.c
bfd/elf64-hppa.c
bfd/plugin.c
bfd/som.c
bfd/sysdep.h
bfd/xsym.c
binutils/ChangeLog
binutils/aclocal.m4
binutils/config.in
binutils/configure
binutils/configure.in
binutils/unwind-ia64.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/aclocal.m4
gas/cgen.c
gas/config.in
gas/config/bfin-lex-wrapper.c [new file with mode: 0644]
gas/config/tc-dlx.c
gas/config/tc-h8300.c
gas/config/tc-lm32.c
gas/config/tc-mep.c
gas/config/tc-microblaze.c
gas/config/tc-mmix.c
gas/config/tc-msp430.c
gas/config/tc-or32.c
gas/config/tc-tic4x.c
gas/config/tc-tic54x.c
gas/config/tc-xtensa.c
gas/configure
gas/configure.in
gas/doc/Makefile.in
gas/itbl-lex-wrapper.c [new file with mode: 0644]
gold/ChangeLog
gold/config.in
gold/configure
gold/configure.ac
ld/ChangeLog
ld/config.in
ld/configure
ld/configure.in
ld/sysdep.h
opcodes/ChangeLog
opcodes/alpha-dis.c
opcodes/alpha-opc.c
opcodes/avr-dis.c
opcodes/cgen-opc.c
opcodes/config.in
opcodes/configure
opcodes/configure.in
opcodes/cr16-dis.c
opcodes/cris-dis.c
opcodes/crx-dis.c
opcodes/d10v-dis.c
opcodes/d10v-opc.c
opcodes/d30v-dis.c
opcodes/d30v-opc.c
opcodes/h8500-dis.c
opcodes/i370-dis.c
opcodes/i370-opc.c
opcodes/m10200-dis.c
opcodes/m10300-dis.c
opcodes/micromips-opc.c
opcodes/mips-opc.c
opcodes/mips16-opc.c
opcodes/moxie-dis.c
opcodes/or32-opc.c
opcodes/pj-dis.c
opcodes/ppc-dis.c
opcodes/ppc-opc.c
opcodes/rl78-decode.c
opcodes/rl78-decode.opc
opcodes/rx-decode.c
opcodes/rx-decode.opc
opcodes/s390-dis.c
opcodes/sh-dis.c
opcodes/sh64-dis.c
opcodes/sparc-dis.c
opcodes/sparc-opc.c
opcodes/spu-dis.c
opcodes/sysdep.h
opcodes/tic30-dis.c
opcodes/tic54x-dis.c
opcodes/tic80-dis.c
opcodes/tic80-opc.c
opcodes/tilegx-dis.c
opcodes/tilepro-dis.c
opcodes/v850-dis.c
opcodes/v850-opc.c
opcodes/vax-dis.c
opcodes/w65-dis.c
opcodes/xgate-dis.c
opcodes/xtensa-dis.c