Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-06-16 00:50:48 +0400
committerH.J. Lu <hjl.tools@gmail.com>2000-06-16 00:50:48 +0400
commitf055d446ffceb9edadf7229ec03e6d69ad5986d8 (patch)
tree179a3a31b101e7807ac6c5cc3b8b091d7d44f5ba /include
parent06ac6369e19ff06d1c455d8e3488e9eb9269d065 (diff)
Remove entries from gcc. They don't make much senses here since
ChangeLogs in gcc and binutils are quite different.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog20
1 files changed, 2 insertions, 18 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index dead62ccb..1efc62372 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,26 +1,10 @@
2000-06-15 H.J. Lu <hjl@gnu.org>
* sort.h: New file. Impored from gcc.
+ * dyn-string.h: Likewise.
* 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.
+ * demangle.h: Likewise.
Tue May 30 16:53:34 2000 Andrew Cagney <cagney@b1.cygnus.com>