diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-14 02:37:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-14 02:37:16 +0000 |
commit | f7e85b1bc11e564d356933c447070a55ff5fa56d (patch) | |
tree | 676c86e49ebbc3c02e29a16a41cfb7a6ab77138b /gdb/ChangeLog | |
parent | aaa3c096db1beebb67015bc8711cf908f7f2559b (diff) | |
download | gdb-f7e85b1bc11e564d356933c447070a55ff5fa56d.zip gdb-f7e85b1bc11e564d356933c447070a55ff5fa56d.tar.gz gdb-f7e85b1bc11e564d356933c447070a55ff5fa56d.tar.bz2 |
CARP:
Consolidate the semi-dynamic target system dependant GDB parameters
moving them all into a new file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 40c10a8..798cd68 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Mon Dec 14 11:01:39 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * gdbarch.h, gdbarch.c: Consolidate the semi-dynamic target system + dependant GDB parameters. + (set_gdbarch_from_file): Combine set_architecture_from_file and + set_byte_order_from_file. + * top.c, defs.h, printcmd.c: Delete them from here. + * Makefile.in: Add gdbarch.[ch]. + * exec.c (exec_file_command): Call set_gdbarch_from_file. + Sun Dec 13 09:52:51 1998 Andrew Cagney <cagney@b1.cygnus.com> * defs.h (TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN): Define. |