gcc/libiberty
Ian Lance Taylor a51753e47f re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
	(d_last_char): Define new macro.
	(d_make_name): Reject an empty name.
	(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
	(d_substitution, d_print_identifier): Likewise.
	(d_print_comp) [D_COMP_OPERATOR]: Likewise.
	(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
	(d_print_mod) Use new d_last_char macro.
	(d_print_cast): Use new d_last_char macro.
	(is_ctor_or_dtor): Don't leak memory.

	Fix handling of member function modifiers:
	* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
	D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
	(d_dump): Dump new d_comp_type values.
	(d_make_comp): Accept new d_comp_type values.
	(has_return_type): Only accept _THIS variants of qualifiers.
	(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
	qualifiers.
	(d_cv_qualifiers): Add member_fn parameter.  Change all callers.
	(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
	qualifiers and printing them at the end, add _THIS qualifiers to
	the modifier list.
	(d_print_comp) [D_COMP_*_THIS]: New cases.
	(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
	qualifiers.
	(d_print_mod_list): Add suffix parameter.  Change all callers.
	Keep walking the list even if the current modifier has been
	printed.
	(d_print_mod): Handle new _THIS qualifiers.
	(d_print_function_type): Handle new _THIS qualifiers when deciding
	whether to print a parenthesis.  Put a space before the
	parenthesis in some cases.  Call d_print_mod_list again at the
	end, passing suffix as 1.
	(is_ctor_or_dtor): Look for new _THIS qualifiers.
	* testsuite/demangle-expected: Add test case.

	Fix for PR gcc/13304:
	* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
	before the '<' is itself a '<', insert a space.
	(d_print_cast): Likewise.
	* testsuite/demangle-expected: Add test case.

	Fix for PR gcc/13244:
	* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
	which uses the '>' operator in an extra layer of parens.
	* testsuite/demangle-expected: Add test case.

From-SVN: r74290
2003-12-04 19:48:44 +00:00
..
config
testsuite re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <") 2003-12-04 19:48:44 +00:00
COPYING.LIB
ChangeLog re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <") 2003-12-04 19:48:44 +00:00
Makefile.in safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
README Update email addresses for bugs and patches. 2002-09-19 18:07:23 +00:00
_doprnt.c
acconfig.h acconfig.h: New file. 2003-02-13 01:54:07 +00:00
aclocal.m4 re PR bootstrap/12100 (time.h:402: error: previous declaration of `clock'evious declaration of `clock') 2003-09-02 19:29:10 -04:00
alloca.c
argv.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
asprintf.c asprintf.c: Change comment to note that -1 is returned upon error. 2003-06-03 18:19:17 +00:00
atexit.c
basename.c
bcmp.c
bcopy.c
bsearch.c
bzero.c
calloc.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
choose-temp.c
clock.c
concat.c
config.h-vms
config.in configure.in: Add check for malloc.h needed by m68k for function free(). 2003-06-19 15:04:03 -04:00
config.table * config.table: Accept i[345867]86 variant. 2003-05-19 22:49:26 -04:00
configure configure.in: Check if $MAKEINFO is missing. 2003-10-01 10:11:29 -07:00
configure.in configure.in: Check if $MAKEINFO is missing. 2003-10-01 10:11:29 -07:00
copying-lib.texi
copysign.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
cp-demangle.c re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <") 2003-12-04 19:48:44 +00:00
cplus-dem.c cplus-dem.c (demangle_template): Register a new Btype only when needed. 2003-10-20 23:21:30 +00:00
dyn-string.c cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3. 2002-04-01 21:55:12 +00:00
fdmatch.c
ffs.c
fibheap.c fibheap.c (fibheap_replace_key_data): Change type of OKEY to FIBHEAPKEY_T. 2003-09-06 05:28:03 +00:00
floatformat.c floatformat.c: Include "config.h" and <string.h> if available. 2003-12-03 18:36:50 +00:00
fnmatch.c
fnmatch.txh
functions.texi safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
gather-docs
getcwd.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
getopt.c re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error) 2003-04-15 14:24:26 +00:00
getopt1.c
getpagesize.c
getpwd.c
getruntime.c configure.in (AC_TYPE_PID_T): Use it. 2002-05-07 18:50:53 +00:00
hashtab.c hashtab.c (htab_find_slot_with_hash): Decrease n_deleted instead of increasing n_elements when inserting to deleted slot. 2003-10-30 17:00:51 +00:00
hex.c safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
index.c
insque.c
lbasename.c lbasename.c: Add 2002 to copyright. 2002-06-18 02:04:33 +00:00
libiberty.texi fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
lrealpath.c Makefile.in (CFILES): Add lrealpath.c. 2003-02-20 22:11:13 +00:00
maint-tool * maint-tool (deps): Scan for headers in $srcdir also. 2003-04-15 15:21:38 -04:00
make-relative-prefix.c Makefile.in (CFILES): Add lrealpath.c. 2003-02-20 22:11:13 +00:00
make-temp-file.c
makefile.vms
md5.c md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be used with arguments in... 2002-11-16 13:38:43 +01:00
memchr.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
memcmp.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
memcpy.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
memmove.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
mempcpy.c mempcpy.c, [...]: New files. 2003-04-16 02:56:46 +00:00
memset.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
mkstemps.c
mpw-config.in
mpw-make.sed
mpw.c
msdos.c
objalloc.c
obstack.c
obstacks.texi
partition.c
pex-common.h Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-djgpp.c Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-mpw.c Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-msdos.c Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-os2.c Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-unix.c Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
pex-win32.c pex-win32.c (pexecute): Mark parameters this_pname and temp_base as unused. 2003-07-05 00:52:07 +00:00
pexecute.txh Makefile.in (CFILES): Add pex-*.c. 2003-01-24 20:02:11 +00:00
physmem.c re PR bootstrap/10974 (Bootstrap failure) 2003-06-09 05:20:02 +00:00
putenv.c
random.c
regex.c re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error) 2003-04-15 14:24:26 +00:00
rename.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
rindex.c
safe-ctype.c safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
setenv.c
sigsetmask.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
snprintf.c configure.in (funcs, [...]): Add snprintf and vsnprintf. 2003-04-16 22:42:07 +00:00
sort.c
spaces.c
splay-tree.c splay-tree.c (splay_tree_predecessor): Fix comment. 2003-05-07 18:19:36 +00:00
stpcpy.c mempcpy.c, [...]: New files. 2003-04-16 02:56:46 +00:00
stpncpy.c Fix typo in last checkin. 2003-04-16 04:42:38 +00:00
strcasecmp.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
strchr.c
strdup.c * strdup.c (strdup): Tweak implementation to use memcpy. 2003-04-15 02:11:43 +00:00
strerror.c strerror.c: Revert last change. 2003-10-02 19:06:29 +00:00
strncasecmp.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
strncmp.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
strrchr.c
strsignal.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
strstr.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
strtod.c strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen. 2002-03-18 19:52:14 +00:00
strtol.c
strtoul.c
ternary.c
tmpnam.c
vasprintf.c Jan Hubicka <jh@suse.cz> 2003-10-30 20:18:13 +00:00
vfork.c
vfprintf.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
vmsbuild.com
vprintf.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
vsnprintf.c vsnprintf.c (vsnprintf): Don't pad string with extra nulls. 2003-04-22 19:58:57 +00:00
vsprintf.c argv.c: Fix comments. 2003-04-15 20:36:33 +00:00
waitpid.c configure.in (AC_TYPE_PID_T): Use it. 2002-05-07 18:50:53 +00:00
xatexit.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
xexit.c
xmalloc.c argv.c: Use ANSI_PROTOTYPES instead of __STDC__. 2003-04-15 03:35:47 +00:00
xmemdup.c
xstrdup.c
xstrerror.c

README

This directory contains the -liberty library of free software.
It is a collection of subroutines used by various GNU programs.
Current members include:

	getopt -- get options from command line
	obstack -- stacks of arbitrarily-sized objects
	strerror -- error message strings corresponding to errno
	strtol -- string-to-long conversion
	strtoul -- string-to-unsigned-long conversion

We expect many of the GNU subroutines that are floating around to
eventually arrive here.

The library must be configured from the top source directory.  Don't
try to run configure in this directory.  Follow the configuration
instructions in ../README.

Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to
"gcc-patches@gcc.gnu.org".  Thank you.

ADDING A NEW FILE
=================

There are two sets of files:  Those that are "required" will be
included in the library for all configurations, while those
that are "optional" will be included in the library only if "needed."

To add a new required file, edit Makefile to add the source file
name to CFILES and the object file to REQUIRED_OFILES.

To add a new optional file, it must provide a single function, and the
name of the function must be the same as the name of the file.

    * Add the source file name to CFILES.

    * Add the function to name to the funcs shell variable in
      configure.in.

    * Add the function to the AC_CHECK_FUNCS lists just after the
      setting of the funcs shell variable.  These AC_CHECK_FUNCS calls
      are never executed; they are there to make autoheader work
      better.

    * Consider the special cases of building libiberty; as of this
      writing, the special cases are newlib and VxWorks.  If a
      particular special case provides the function, you do not need
      to do anything.  If it does not provide the function, add the
      object file to LIBOBJS, and add the function name to the case
      controlling whether to define HAVE_func.

The optional file you've added (e.g. getcwd.c) should compile and work
on all hosts where it is needed.  It does not have to work or even
compile on hosts where it is not needed.

ADDING A NEW CONFIGURATION
==========================

On most hosts you should be able to use the scheme for automatically
figuring out which files are needed.  In that case, you probably
don't need a special Makefile stub for that configuration.

If the fully automatic scheme doesn't work, you may be able to get
by with defining EXTRA_OFILES in your Makefile stub.  This is
a list of object file names that should be treated as required
for this configuration - they will be included in libiberty.a,
regardless of whatever might be in the C library.