aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2001-12-10 06:19:51 +0000
committerFred Fish <fnf@specifix.com>2001-12-10 06:19:51 +0000
commit34a2fedd5a31e78b736af18d7936458eabf7e71b (patch)
tree84aeef33d8a5c9aa88784b755931ce4c808a670d /gdb/ChangeLog
parentaa468c6030d2452404ac88b0a707c07b5ce41b1b (diff)
downloadgdb-34a2fedd5a31e78b736af18d7936458eabf7e71b.zip
gdb-34a2fedd5a31e78b736af18d7936458eabf7e71b.tar.gz
gdb-34a2fedd5a31e78b736af18d7936458eabf7e71b.tar.bz2
Approved by Jim Blandy:
2001-12-09 Fred Fish <fnf@redhat.com> * gdbtypes.c (build_gdbtypes): For builtin_type_char, pass TYPE_FLAG_NOSIGN to init_type() rather than setting it after the type is created.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 526d253..473c0e3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2001-12-09 Fred Fish <fnf@redhat.com>
+ * gdbtypes.c (build_gdbtypes): For builtin_type_char, pass
+ TYPE_FLAG_NOSIGN to init_type() rather than setting it after the
+ type is created.
+
+2001-12-09 Fred Fish <fnf@redhat.com>
+
* gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_CONST,
TYPE_VOLATILE, TYPE_INCOMPLETE): Move macros that test the
bits to location in file where the bits are defined.