diff options
author | Jim Blandy <jimb@codesourcery.com> | 2006-12-06 00:57:04 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2006-12-06 00:57:04 +0000 |
commit | 8f2e9323f0b754011d0fa089bac65c9d28b73483 (patch) | |
tree | 2528705af49562efe0dfcd551006aaf5b2b64ba4 /gdb/ChangeLog | |
parent | 91da9340ccc0b222d729c9f775b2d4ec1480ee75 (diff) | |
download | gdb-8f2e9323f0b754011d0fa089bac65c9d28b73483.zip gdb-8f2e9323f0b754011d0fa089bac65c9d28b73483.tar.gz gdb-8f2e9323f0b754011d0fa089bac65c9d28b73483.tar.bz2 |
* gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here.
(_initialize_gdbtypes): Do it here, and don't swap it when 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 131611b..f0a6438 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-12-05 Jim Blandy <jimb@codesourcery.com> + + * gdbtypes.c (built_gdbtypes): Don't set builtin_type_void here. + (_initialize_gdbtypes): Do it here, and don't swap it when the + architecture changes. + 2006-12-05 Daniel Jacobowitz <dan@codesourcery.com> * cp-valprint.c, p-valprint.c: Revert last change. |