]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/ChangeLog
Remove bfd_stdint.h
authorAlan Modra <amodra@gmail.com>
Tue, 30 Mar 2021 23:37:02 +0000 (10:07 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 31 Mar 2021 00:19:23 +0000 (10:49 +1030)
commit3dfb1b6d34ec74160735230f606b1df55c917f9d
treef57dd7b40fa1c58c7faa28759de43ca12ca48910
parent57ae980e3290c0c1a9fb4a93144cc5b24457f05a
Remove bfd_stdint.h

If we require C99 for binutils then stdint.h is available.

bfd/
* .gitignore: Delete bfd_stdint.h entry.
* Makefile.am (bfdinclude_HEADERS): Delete bfd_stdint.h.
(BUILD_HFILES, LOCAL_H_DEPS): Likewise.
* bfd-in.h: Include stdint.h in place of bfd_stdint.h.
* configure.ac: Don't invoke GCC_HEADER_STDINT.
* configure.com: Don't create bfd_stdint.h.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* bfd-in2.h: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
binutils/
* coffdump.c: Include stdint.h in place of bfd_stdint.h.
* dwarf.c: Likewise.
gas/
* config/tc-aarch64.c: Include stdint.h in place of bfd_stdint.h.
* config/tc-crx.c: Likewise.
* config/tc-nds32.h: Likewise.
include/
* cgen/basic-modes.h: Include stdint.h in place of bfd_stdint.h.
* elf/nfp.h: Likewise.
* opcode/aarch64.h: Likewise.
* opcode/cgen.h: Likewise.
* opcode/nfp.h: Likewise.
* opcode/ppc.h: Likewise.
ld/
* elf-hints-local.h: Include stdint.h in place of bfd_stdint.h.
* emultempl/nds32elf.em: Likewise.
* testsuite/ld-elf/mbind2b.c: Likewise.
* testsuite/ld-elf/pr18718.c: Likewise.
* testsuite/ld-elf/pr18720a.c: Likewise.
* testsuite/ld-elf/pr25749-1.c: Likewise.
* testsuite/ld-elf/pr25749-1a.c: Likewise.
* testsuite/ld-elf/pr25749-1b.c: Likewise.
* testsuite/ld-elf/pr25749-1c.c: Likewise.
* testsuite/ld-elf/pr25749-1d.c: Likewise.
* testsuite/ld-elf/pr25749-2.c: Likewise.
* testsuite/ld-elf/pr25754-1a.c: Likewise.
* testsuite/ld-elf/pr25754-2a.c: Likewise.
* testsuite/ld-elf/pr25754-3a.c: Likewise.
* testsuite/ld-elf/pr25754-4a.c: Likewise.
* testsuite/ld-elf/pr25754-5a.c: Likewise.
* testsuite/ld-elf/pr25754-6a.c: Likewise.
opcodes/
* aarch64-dis.c: Include stdint.h in place of bfd_stdint.h.
* aarch64-dis.h: Likewise.
* aarch64-opc.c: Likewise.
* avr-dis.c: Likewise.
* csky-dis.c: Likewise.
* nds32-asm.c: Likewise.
* nds32-dis.c: Likewise.
* nfp-dis.c: Likewise.
* riscv-dis.c: Likewise.
* s12z-dis.c: Likewise.
* wasm32-dis.c: Likewise.
58 files changed:
bfd/.gitignore
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/aclocal.m4
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/config.in
bfd/configure
bfd/configure.ac
bfd/configure.com
bfd/doc/Makefile.in
bfd/po/BLD-POTFILES.in
binutils/ChangeLog
binutils/coffdump.c
binutils/dwarf.c
gas/ChangeLog
gas/config/tc-aarch64.c
gas/config/tc-crx.c
gas/config/tc-nds32.h
gas/config/tc-pru.c
include/ChangeLog
include/cgen/basic-modes.h
include/elf/nfp.h
include/opcode/aarch64.h
include/opcode/cgen.h
include/opcode/nfp.h
include/opcode/ppc.h
ld/ChangeLog
ld/elf-hints-local.h
ld/emultempl/nds32elf.em
ld/testsuite/ld-elf/mbind2b.c
ld/testsuite/ld-elf/pr18718.c
ld/testsuite/ld-elf/pr18720a.c
ld/testsuite/ld-elf/pr25749-1.c
ld/testsuite/ld-elf/pr25749-1a.c
ld/testsuite/ld-elf/pr25749-1b.c
ld/testsuite/ld-elf/pr25749-1c.c
ld/testsuite/ld-elf/pr25749-1d.c
ld/testsuite/ld-elf/pr25749-2.c
ld/testsuite/ld-elf/pr25754-1a.c
ld/testsuite/ld-elf/pr25754-2a.c
ld/testsuite/ld-elf/pr25754-3a.c
ld/testsuite/ld-elf/pr25754-4a.c
ld/testsuite/ld-elf/pr25754-5a.c
ld/testsuite/ld-elf/pr25754-6a.c
opcodes/ChangeLog
opcodes/aarch64-dis.c
opcodes/aarch64-dis.h
opcodes/aarch64-opc.c
opcodes/avr-dis.c
opcodes/csky-dis.c
opcodes/nds32-asm.c
opcodes/nds32-dis.c
opcodes/nfp-dis.c
opcodes/riscv-dis.c
opcodes/s12z-dis.c
opcodes/wasm32-dis.c