diff options
author | Fred Fish <fnf@specifix.com> | 1992-12-04 15:09:41 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-12-04 15:09:41 +0000 |
commit | 64e738a335839609984b1957ac0426fc4f8c9427 (patch) | |
tree | 6b5c3e245f8d4654fbe0d06c5fe38198e8ae0735 | |
parent | aed656babbdd14601f1741b112984d0c1079f424 (diff) | |
download | gdb-64e738a335839609984b1957ac0426fc4f8c9427.zip gdb-64e738a335839609984b1957ac0426fc4f8c9427.tar.gz gdb-64e738a335839609984b1957ac0426fc4f8c9427.tar.bz2 |
Forgot the following for the ChangeLog:
* ch-exp.y (chill_create_fundamental_type): Chill uses fixed
width types. For example, "INT" is always 2 bytes regardless
of the values of any TARGET_*_BIT macros. So use explicit
numeric sizes for the types.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2d4e14b..b5068b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,6 +3,10 @@ Fri Dec 4 06:56:56 1992 Fred Fish (fnf@cygnus.com) * ch-exp.y (match_character_literal): Fix case where no match at all is found. + * ch-exp.y (chill_create_fundamental_type): Chill uses fixed + width types. For example, "INT" is always 2 bytes regardless + of the values of any TARGET_*_BIT macros. So use explicit + numeric sizes for the types. **** end-sanitize-chill **** Thu Dec 3 12:00:06 1992 Fred Fish (fnf@cygnus.com) |