diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-08-02 11:11:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-08-02 11:11:47 +0000 |
commit | 5a2402b8e0a796b75b1d394fb73360f14e83cc33 (patch) | |
tree | 40429ff68097e7b230d471fd396f21e824048cb8 /gdb/TODO | |
parent | 7c7651b2d060887a0feadc50f525a8dfa5c24611 (diff) | |
download | gdb-5a2402b8e0a796b75b1d394fb73360f14e83cc33.zip gdb-5a2402b8e0a796b75b1d394fb73360f14e83cc33.tar.gz gdb-5a2402b8e0a796b75b1d394fb73360f14e83cc33.tar.bz2 |
Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
* 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.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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, |