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:
authorDJ Delorie <dj@redhat.com>2011-06-14 03:01:42 +0400
committerDJ Delorie <dj@redhat.com>2011-06-14 03:01:42 +0400
commite75cc8b1d0af615ce262e2d865fec80b58e06950 (patch)
treebc3c4f4af26f3062d9f2a3e547cee7d49a96ba2d /include/demangle.h
parentf9dd2b32b9e11811201ba329b602b2a6921645b0 (diff)
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/demangle.h b/include/demangle.h
index c0624559e..53f6c54f5 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -45,7 +45,13 @@ extern "C" {
#define DMGL_VERBOSE (1 << 3) /* Include implementation details. */
#define DMGL_TYPES (1 << 4) /* Also try to demangle type encodings. */
#define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when
- present) after function signature */
+ present) after function signature.
+ It applies only to the toplevel
+ function type. */
+#define DMGL_RET_DROP (1 << 6) /* Suppress printing function return
+ types, even if present. It applies
+ only to the toplevel function type.
+ */
#define DMGL_AUTO (1 << 8)
#define DMGL_GNU (1 << 9)