aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-22 00:51:34 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-28 03:32:47 -0500
commit9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d (patch)
treed4281c6c51fb6fb3991d40024d06419f2e8e69dc /sim/igen/ChangeLog
parent88d7273afd433e00801cca8195bb04a1415f0ee5 (diff)
downloadgdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.zip
gdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.tar.gz
gdb-9f34b60a43db147aa186ac97d9d6fc4cde7d4a3d.tar.bz2
sim: igen: drop config.h & header checking
While the configure script was checking for a bunch of headers, only one of them was conditionally included in the source (unistd.h). The rest were always included. Based on those usage this whole time, we can reasonably assume that the build also has unistd.h. All the other files including config.h never actually used any defines from the header.
Diffstat (limited to 'sim/igen/ChangeLog')
-rw-r--r--sim/igen/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index 69af85d..1141db9 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,5 +1,19 @@
2021-02-28 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (filter_filename.o): Delete unused target.
+ (distclean): Remove config.h.
+ (config.h, stamp-h): Delete targets.
+ * configure.ac (AC_CONFIG_HEADER): Delete call.
+ (AC_CHECK_HEADERS, AC_HEADER_DIRENT): Likewise.
+ (AC_OUTPUT): Remove 2nd arg.
+ * filter.c: Remove config.h include.
+ * filter_host.c, igen.c, lf.c, misc.c, misc.h: Likewise.
+ * table.c: Likewise. Remove HAVE_UNISTD_H check.
+ * configure: Regenerate.
+ * config.in: Removed.
+
+2021-02-28 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (program_transform_name, AR, RANLIB): Delete.
* configure.ac (AC_ARG_PROGRAM, AC_PROG_RANLIB): Delete calls.
(AC_SUBST): Delete AR & CFLAGS calls.