diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 04:44:36 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 04:44:36 +0000 |
commit | ae0f48c2ede75dac26d7b24607f7efb9849d5055 (patch) | |
tree | b50a2cb9233e0525224fce44ff1b7d51f3cbd1ed | |
parent | ba2c2b1c42378e876c8565de3053d6d8d1076398 (diff) | |
download | gdb-ae0f48c2ede75dac26d7b24607f7efb9849d5055.zip gdb-ae0f48c2ede75dac26d7b24607f7efb9849d5055.tar.gz gdb-ae0f48c2ede75dac26d7b24607f7efb9849d5055.tar.bz2 |
casts for ultrix compiler
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index eee8ef7..37a19a6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com) + + * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING, + LUCID_DEMANGLING): ultrix compilers require enums to be + enums and ints to be ints and casts where they meet. cast some + enums into ints. + Thu Oct 15 04:35:51 1992 John Gilmore (gnu@cygnus.com) * bfd.h: Update after comment changes. |