From 5a2402b8e0a796b75b1d394fb73360f14e83cc33 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 2 Aug 2000 11:11:47 +0000 Subject: Thu Jul 27 17:38:35 2000 Andrew Cagney * configure.in (targetfile): Ignore TM_FILE, don't just issue warning. (tm_h, xm_h, nm_h, GDB_TM_FILE, GDB_XM_FILE, GDB_NM_FILE): Define. * acconfig.h (GDB_XM_FILE, GDB_TM_FILE, GDB_NM_FILE): Add. * config/nm-empty.h: Delete. * defs.h (xm.h, nm.h, tm.h): Only include when GDB_XM_FILE, GDB_NM_FILE or GDB_TM_FILE defined. * Makefile.in (defs_h): Replace tm.h, xm.h and nm.h with tm_h, xm_h and nm_h macro that are defined by configure. (tm_h, xm_h, tm_h): New. * configure, config.in: Regenerate * TODO: Update. --- gdb/TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/TODO') diff --git a/gdb/TODO b/gdb/TODO index 63ee0b4..e72a3a7 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -351,12 +351,6 @@ fundamental architectural change. Add built-by, build-date, tm, xm, nm and anything else into gdb binary so that you can see how the GDB was created. -Some of these (*m.h) would be added to the generated config.h. That -in turn would fix a long standing bug where by the build process many -not notice a changed tm.h file. Since everything depends on config.h, -a change to *m.h forces a change to config.h and, consequently forces -a rebuild. - -- Add an "info bfd" command that displays supported object formats, -- cgit v1.1