4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

merge from gcc

This commit is contained in:
DJ Delorie 2008-09-09 18:21:42 +00:00
parent fc378cf7ce
commit e841b018cb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-09 Jason Merrill <jason@redhat.com>
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_DECLTYPE.
2008-08-25 Alan Modra <amodra@bigpond.net.au> 2008-08-25 Alan Modra <amodra@bigpond.net.au>
* binary-io.h: New file, imported from gnulib, but don't * binary-io.h: New file, imported from gnulib, but don't

View File

@ -370,7 +370,9 @@ enum demangle_component_type
subtree is the first part and the right subtree the second. */ subtree is the first part and the right subtree the second. */
DEMANGLE_COMPONENT_COMPOUND_NAME, DEMANGLE_COMPONENT_COMPOUND_NAME,
/* A name formed by a single character. */ /* A name formed by a single character. */
DEMANGLE_COMPONENT_CHARACTER DEMANGLE_COMPONENT_CHARACTER,
/* A decltype type. */
DEMANGLE_COMPONENT_DECLTYPE
}; };
/* Types which are only used internally. */ /* Types which are only used internally. */