diff options
author | DJ Delorie <dj@redhat.com> | 2012-05-22 18:05:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-05-22 18:05:41 +0000 |
commit | 67bf71fedef9e62264b5b3b3bf1b2e225560f253 (patch) | |
tree | 73d6a356a8e8f43895f74fb177b186496c22090b /libiberty/cp-demangle.c | |
parent | d0e643928fd7b43069ee249f4ce306ff2a8c6df8 (diff) | |
download | binutils-67bf71fedef9e62264b5b3b3bf1b2e225560f253.zip binutils-67bf71fedef9e62264b5b3b3bf1b2e225560f253.tar.gz binutils-67bf71fedef9e62264b5b3b3bf1b2e225560f253.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r-- | libiberty/cp-demangle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index d95b56c..27cc323 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -3715,6 +3715,7 @@ d_find_pack (struct d_print_info *dpi, case DEMANGLE_COMPONENT_SUB_STD: case DEMANGLE_COMPONENT_CHARACTER: case DEMANGLE_COMPONENT_FUNCTION_PARAM: + case DEMANGLE_COMPONENT_UNNAMED_TYPE: return NULL; case DEMANGLE_COMPONENT_EXTENDED_OPERATOR: |