diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-08-01 17:41:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-08-01 17:41:50 +0000 |
commit | 1b0cad1ced68bd444470091cb12b9208767895a4 (patch) | |
tree | eb38872798c13e41b8a1a456327c08fc42e127e4 /gdb/ChangeLog | |
parent | 00a7cdc55ae2984c6323667e947cdfbd4bba4d6d (diff) | |
download | gdb-1b0cad1ced68bd444470091cb12b9208767895a4.zip gdb-1b0cad1ced68bd444470091cb12b9208767895a4.tar.gz gdb-1b0cad1ced68bd444470091cb12b9208767895a4.tar.bz2 |
* Makefile.in: Sort header definitions.
(parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with
$(annotate_h). Replace target.h with $(target_h). Replace
gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b60e885..9ecd7db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2001-08-01 Andrew Cagney <ac131313@redhat.com> + + * Makefile.in: Sort header definitions. + (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define. + Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h) + and $(dis-asm.h) with $(dis_asm_h). Replace annotate.h with + $(annotate_h). Replace target.h with $(target_h). Replace + gdbthread.h with $(gdb_thread_h). Replace symfile.h with $(symfile_h). + 2001-07-31 Mark Kettenis <kettenis@gnu.org> * config/i386/xm-i386.h: New file. |