mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
Since we require C11 now, we can assume many headers exist, and clean up all of the conditional includes. It's not like any of this code actually accounted for the headers not existing, just whether we could include them. The strings.h cleanup is a little nuanced: it isn't in C11, but every use of it in the codebase will include strings.h only if string.h doesn't exist. Since we now assume the C11 string.h exists, we'll never include strings.h, so we can delete it.
67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
2021-01-11 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2020-11-01 Simon Marchi <simon.marchi@polymtl.ca>
|
|
|
|
* configure: Re-generate.
|
|
|
|
2020-09-08 David Faust <david.faust@oracle.com>
|
|
|
|
* sem-be.c: Regenerate.
|
|
* sem-le.c: Likewise.
|
|
|
|
2020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
|
|
|
|
* bpf.c: Include bpf-helpers.h.
|
|
* bpf-helpers.h: Provide a prototype for bpf_trace_printk.
|
|
* configure.ac: Set simulator bitsize to 64.
|
|
* configure (includedir): Regenerate.
|
|
* sim-if.c: Include stdlib.h.
|
|
* traps.c: Likewise.
|
|
|
|
2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
|
|
David Faust <david.faust@oracle.com>
|
|
|
|
* arch.c: Likewise.
|
|
* arch.h: Likewise.
|
|
* cpu.c: Likewise.
|
|
* cpu.h: Likewise.
|
|
* cpuall.h: Likewise.
|
|
* decode-be.c: Likewise.
|
|
* decode-be.h: Likewise.
|
|
* decode-le.c: Likewise.
|
|
* decode-le.h: Likewise.
|
|
* defs-be.h: Likewise.
|
|
* defs-le.h: Likewise.
|
|
* sem-be.c: Likewise.
|
|
* sem-le.c: Likewise.
|
|
|
|
2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
|
|
David Faust <david.faust@oracle.com>
|
|
|
|
* Makefile.in: New file.
|
|
* bpf-helpers.c: Likewise.
|
|
* bpf-helpers.def: Likewise.
|
|
* bpf-helpers.h: Likewise.
|
|
* bpf-sim.h: Likewise.
|
|
* bpf.c: Likewise.
|
|
* config.in: Likewise.
|
|
* configure.ac: Likewise.
|
|
* decode.h: Likewise.
|
|
* eng.h: Likewise.
|
|
* mloop.in: Likewise.
|
|
* sim-if.c: Likewise.
|
|
* sim-main.h: Likewise.
|
|
* traps.c: Likewise.
|
|
* configure: Generate.
|
|
* aclocal.m4: Likewise.
|