diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-07 23:32:23 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-07 16:32:23 -0700 |
commit | 63684e6319da1a8b5e666ca03361332cb8b984ef (patch) | |
tree | 0113d6f3a2dea8216c29dc11d202dc118dbe2bf3 /include/ChangeLog | |
parent | 11fa8909c85bed080170156ffef07bbeb53e7f84 (diff) | |
download | gcc-63684e6319da1a8b5e666ca03361332cb8b984ef.tar.gz |
demangle.h: (DMGL_EDG): new macro for Kuck and Associates
* demangle.h: (DMGL_EDG): new macro for Kuck and Associates
(DMGL_STYLE_MASK): modify to include Kuck and Assoc style
(demangling_styles): add new edg_demangling style
(EDG_DEMANGLING_STYLE_STRING): new macro
(EDG_DEMANGLING): new macro
* demangle.h (DMGL_HP): new macro, for HP/aCC compiler.
(DMGL_STYLE_MASK): modify to include new HP's style.
(demangling_styles): add new hp_demangling value.
(HP_DEMANGLING_STYLE_STRING): new macro.
(ARM_DEMANGLING): coerce to int.
(HP_DEMANGLING): new macro.
From-SVN: r24173
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 8d0093310fe..484782cfbe6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,18 @@ +Tue Dec 8 00:30:31 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * demangle.h: (DMGL_EDG): new macro for Kuck and Associates + (DMGL_STYLE_MASK): modify to include Kuck and Assoc style + (demangling_styles): add new edg_demangling style + (EDG_DEMANGLING_STYLE_STRING): new macro + (EDG_DEMANGLING): new macro + + * demangle.h (DMGL_HP): new macro, for HP/aCC compiler. + (DMGL_STYLE_MASK): modify to include new HP's style. + (demangling_styles): add new hp_demangling value. + (HP_DEMANGLING_STYLE_STRING): new macro. + (ARM_DEMANGLING): coerce to int. + (HP_DEMANGLING): new macro. + Fri Nov 13 19:19:11 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * libiberty.h: Prototype xcalloc. |