merge from gcc
This commit is contained in:
parent
9b020020ec
commit
d92b26d1ae
|
@ -1,3 +1,9 @@
|
|||
2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
|
||||
|
||||
PR java/9861
|
||||
* demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
|
||||
output format for return types
|
||||
|
||||
2005-11-07 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
Add ms2.
|
||||
|
|
|
@ -35,6 +35,8 @@ extern "C" {
|
|||
#define DMGL_JAVA (1 << 2) /* Demangle as Java rather than 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 */
|
||||
|
||||
#define DMGL_AUTO (1 << 8)
|
||||
#define DMGL_GNU (1 << 9)
|
||||
|
|
Loading…
Reference in New Issue