summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address in copyright header.Jeff Law1999-01-113-18/+21
| | | | From-SVN: r24617
* demangle.h: Don't check IN_GCC anymore.Kaveh R. Ghazi1998-12-143-4/+5
| | | | | | | * demangle.h: Don't check IN_GCC anymore. * splay-tree.h: Likewise. From-SVN: r24306
* demangle.h: (DMGL_EDG): new macro for Kuck and AssociatesElena Zannoni1998-12-072-3/+28
| | | | | | | | | | | | | | | | * demangle.h: (DMGL_EDG): new macro for Kuck and Associates (DMGL_STYLE_MASK): modify to include Kuck and Assoc style (demangling_styles): add new edg_demangling style (EDG_DEMANGLING_STYLE_STRING): new macro (EDG_DEMANGLING): new macro * demangle.h (DMGL_HP): new macro, for HP/aCC compiler. (DMGL_STYLE_MASK): modify to include new HP's style. (demangling_styles): add new hp_demangling value. (HP_DEMANGLING_STYLE_STRING): new macro. (ARM_DEMANGLING): coerce to int. (HP_DEMANGLING): new macro. From-SVN: r24173
* * libiberty.h: Prototype xcalloc.Kaveh R. Ghazi1998-11-132-0/+9
| | | | From-SVN: r23641
* Delete whitespace at EOL.Jeff Law1998-11-101-13/+13
| | | | From-SVN: r23603
* ansidecl.h: Wrap problematic macros with !IN_GCC.Kaveh R. Ghazi1998-11-084-10/+22
| | | | | | | | * ansidecl.h: Wrap problematic macros with !IN_GCC. * demangle.h: Never define PARAMS(). * splay-tree.h: Likewise. From-SVN: r23574
* demangle.h: Don't include gansidecl.h.Kaveh R. Ghazi1998-11-073-2/+5
| | | | | | | * demangle.h: Don't include gansidecl.h. * splay-tree.h: Likewise. From-SVN: r23561
* splay-tree.h: Wrap function pointer parameter declarations in PARAMS() macro.Kaveh R. Ghazi1998-10-222-4/+9
| | | | | | | * splay-tree.h: Wrap function pointer parameter declarations in PARAMS() macro. From-SVN: r23231
* * splay-tree.h: New file.Mark Mitchell1998-10-212-0/+120
| | | | From-SVN: r23211
* backport: libiberty.h (xexit): Change decl to use modern GCC attribute to ↵Jeff Law1998-10-082-2/+14
| | | | | | | | | | | indicate exit does not return. * Merge devo and egcs include directories. 1998-08-03 Jason Molenda (jsm@bugshack.cygnus.com) * libiberty.h (xexit): Change decl to use modern GCC attribute to indicate exit does not return. From-SVN: r22942
* * getopt.h, obstack.h: Updated from gcc.Jeffrey A Law1998-09-052-154/+177
| | | | From-SVN: r22260
* * getopt.h: Updated from gcc.Jeffrey A Law1998-09-052-1/+5
| | | | From-SVN: r22255
* [multiple changes]Jeff Law1998-05-113-15/+162
| | | | | | | | | | | | | Thu Feb 12 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com> * getopt.h: Update to latest FSF version. Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com> * libiberty.h: Add extern "C" { so it can be used with C++ programs. Thu Aug 28 19:41:42 1997 Andrew Cagney <cagney@b1.cygnus.com> * libiberty.h (dupargv): Add prototype. Bring over from devo. From-SVN: r19687
* Initial revisionJason Merrill1997-08-2110-0/+2993
From-SVN: r14877