diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-16 15:05:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-16 15:05:19 +0000 |
commit | 115c338d2048878b2c73614204e53c894bf81cfd (patch) | |
tree | 008b23fcd90820c350ab0a990cf0884cf5699ce6 /gdb/ChangeLog | |
parent | dcf46491d817c78708176a83fb034a7b72664d0c (diff) | |
download | gdb-115c338d2048878b2c73614204e53c894bf81cfd.zip gdb-115c338d2048878b2c73614204e53c894bf81cfd.tar.gz gdb-115c338d2048878b2c73614204e53c894bf81cfd.tar.bz2 |
CARP:
Swap the GDB builtin types when ever the architecture changes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 840415d..705b890 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,10 @@ start-sanitize-carp start-sanitize-vr4xxx +Thu Dec 17 02:01:58 1998 Andrew Cagney <cagney@chook> + + * gdbtypes.c (_initialize_gdbtypes): Register all builtin types + with gdbarch so that they are updated whenever the architecture is + changed. + Thu Dec 17 01:58:16 1998 Andrew Cagney <cagney@chook> * gdbarch.h (GDB_MULTI_ARCH): New macro, default to zero. |