diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-16 01:17:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-16 01:17:50 +0000 |
commit | 5036d102ed967ae8fae10e2a659bcac99ec51a76 (patch) | |
tree | 88378879c4267cedf8a495ad14c60e98b63a7e96 /gdb/ChangeLog | |
parent | 48aed924816c08111e5d67943199c1ac29d5e859 (diff) | |
download | gdb-5036d102ed967ae8fae10e2a659bcac99ec51a76.zip gdb-5036d102ed967ae8fae10e2a659bcac99ec51a76.tar.gz gdb-5036d102ed967ae8fae10e2a659bcac99ec51a76.tar.bz2 |
* gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE.
* gdbarch.h, gdbarch.c: Fix typo's. Use struct's in preference to
types.
* gdbarch.h, gdbarch.c (gdbarch_debug): Add ``set archdebug'' to
command set.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 213a02f..3aafee0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 16 11:47:00 1998 Andrew Cagney <cagney@chook> + + * gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE. + * gdbarch.h, gdbarch.c: Fix typo's. Use struct's in preference to + types. + * gdbarch.h, gdbarch.c (gdbarch_debug): Add ``set archdebug'' to + command set. + Tue Dec 15 23:46:40 1998 Andrew Cagney <cagney@chook> * config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT, |