Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync toplevel with upstream GCC. | Corinna Vinschen | 2016-03-22 | 1 | -5/+10 |
| | | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | ||||
* | merge from gcc | DJ Delorie | 2014-09-28 | 1 | -2/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2013-12-23 | 1 | -0/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2013-04-03 | 1 | -0/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2012-11-11 | 1 | -0/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2012-10-10 | 1 | -0/+3 |
| | |||||
* | merge from gcc | Jason Merrill | 2012-01-07 | 1 | -0/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2011-11-08 | 1 | -2/+11 |
| | |||||
* | merge from gcc | DJ Delorie | 2011-09-23 | 1 | -1/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2011-06-13 | 1 | -1/+7 |
| | |||||
* | merge from gcc | DJ Delorie | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2010-02-03 | 1 | -0/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2010-01-11 | 1 | -0/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2009-10-02 | 1 | -0/+14 |
| | |||||
* | update copyright dates | Alan Modra | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | update copyright dates | Alan Modra | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2009-07-17 | 1 | -0/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2009-03-18 | 1 | -2/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2008-12-10 | 1 | -0/+13 |
| | |||||
* | merge from gcc | DJ Delorie | 2008-10-07 | 1 | -1/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2008-09-09 | 1 | -1/+3 |
| | |||||
* | include/ | David Daney | 2008-01-27 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-26 David Daney <ddaney@avtrex.com> * demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER as new enum values. (demangle_component): Add struct s_character to union u. libiberty/ 2008-01-26 David Daney <ddaney@avtrex.com> * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER cases. (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and DEMANGLE_COMPONENT_JAVA_RESOURCE cases. (d_make_character): New function. (d_java_resource): Same. (d_special_name): Handle "Gr" case. (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER cases. * testsuite/demangle-expected: Add test for java resource name mangling. | ||||
* | merge from gcc | DJ Delorie | 2007-08-31 | 1 | -0/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2007-04-26 | 1 | -14/+23 |
| | |||||
* | merge from gcc | DJ Delorie | 2007-01-30 | 1 | -5/+36 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-12-11 | 1 | -0/+2 |
| | |||||
* | include/ | Richard Henderson | 2005-05-25 | 1 | -0/+3 |
| | | | | | | | | | * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test. | ||||
* | Update the address and phone number of the FSF organization | Nick Clifton | 2005-05-10 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-27 | 1 | -36/+34 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | * demangle.h: Instead of checking ANSI_PROTOTYPES, just include | Ian Lance Taylor | 2004-01-13 | 1 | -6/+1 |
| | | | | "libiberty.h". | ||||
* | Merge from gcc. | Ian Lance Taylor | 2004-01-13 | 1 | -0/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-01-12 | 1 | -2/+364 |
| | |||||
* | 2003-07-06 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2003-07-06 | 1 | -0/+8 |
| | | | | * demangle.h: Support C++. | ||||
* | merge from gcc | DJ Delorie | 2002-06-25 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-05 | 1 | -6/+3 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-03 | 1 | -0/+5 |
| | |||||
* | * demangle.h (no_demangling): New. | Richard Henderson | 2001-12-06 | 1 | -0/+2 |
| | | | | | | | (NO_DEMANGLING_STYLE_STRING): New. * cplus-dem.c (libiberty_demanglers): Add no_demangling case. (cplus_demangle): Support no_demangling. | ||||
* | merge from gcc | DJ Delorie | 2001-10-07 | 1 | -5/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-05-08 | 1 | -2/+4 |
| | |||||
* | * libiberty/cp-demangle.c (struct demangling_def): New fields: | Jim Blandy | 2001-03-20 | 1 | -0/+26 |
| | | | | | | | | | | | | | is_constructor and is_destructor. (demangling_new): Initialize them. (demangle_ctor_dtor_name): Set them, if we detect a constructor or destructor. (demangle_v3_with_details, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): New functions. * include/demangle.h (enum gnu_v3_constructor_kinds, is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, is_gnu_v3_mangled_dtor): New declarations. | ||||
* | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 2001-03-14 | 1 | -1/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-02-02 | 1 | -1/+4 |
| | |||||
* | * demangle.h: Change "new_abi" to "v3" everywhere. | DJ Delorie | 2000-12-05 | 1 | -7/+7 |
| | |||||
* | * demangle.h: Add gnat and java demangle styles. | Hans-Peter Nilsson | 2000-11-15 | 1 | -2/+9 |
| | |||||
* | 2000-06-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-06-15 | 1 | -20/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | * sort.h: New file. Impored from gcc. * 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. | ||||
* | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1999-05-03 | 1 | -0/+95 |