diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:47:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:47:02 +0000 |
commit | 06ac6369e19ff06d1c455d8e3488e9eb9269d065 (patch) | |
tree | 4aefa23fca89464ee0397634be2bc62450034691 /include/ChangeLog | |
parent | d67b540418983bd33e7e5ba5edd32fc1538b2473 (diff) | |
download | newlib-06ac6369e19ff06d1c455d8e3488e9eb9269d065.zip newlib-06ac6369e19ff06d1c455d8e3488e9eb9269d065.tar.gz newlib-06ac6369e19ff06d1c455d8e3488e9eb9269d065.tar.bz2 |
2000-06-15 H.J. Lu <hjl@gnu.org>
* sort.h: New file. Impored from gcc.
* hashtab.h: Updated from from gcc.
2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* demangle.h (demangling_styles): Remove trailing comma in enum.
* dyn-string.h (dyn_string_append_char): Change parameter from
char to int.
2000-06-04 Alex Samuel <samuel@codesourcery.com>
* dyn-string.h: Move here from gcc/dyn-string.h. Add new functions.
* demangle.h (DMGL_GNU_NEW_ABI): New macro.
(DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI.
(current_demangling_style): Add gnu_new_abi_demangling.
(GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro.
(GNU_NEW_ABI_DEMANGLING): Likewise.
(cplus_demangle_new_abi): New declaration.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c304f8b..dead62c 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,27 @@ +2000-06-15 H.J. Lu <hjl@gnu.org> + + * sort.h: New file. Impored from gcc. + + * hashtab.h: Updated from from gcc. + +2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * demangle.h (demangling_styles): Remove trailing comma in enum. + + * dyn-string.h (dyn_string_append_char): Change parameter from + char to int. + +2000-06-04 Alex Samuel <samuel@codesourcery.com> + + * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. + + * demangle.h (DMGL_GNU_NEW_ABI): New macro. + (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. + (current_demangling_style): Add gnu_new_abi_demangling. + (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. + (GNU_NEW_ABI_DEMANGLING): Likewise. + (cplus_demangle_new_abi): New declaration. + Tue May 30 16:53:34 2000 Andrew Cagney <cagney@b1.cygnus.com> * floatformat.h (struct floatformat): Add field name. |