gcc/libiberty
Pedro Alves bc2eed9a8e Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined
Running the demangler's testsuite with CP_DEMANGLE_DEBUG defined
crashes, with:

 Program received signal SIGSEGV, Segmentation fault.
 0x000000000040a8c3 in d_dump (dc=0x1, indent=12) at ../../src/libiberty/cp-demangle.c:567
 567       switch (dc->type)

 (gdb) bt 3
 #0  0x000000000040a8c3 in d_dump (dc=0x1, indent=12) at ../../src/libiberty/cp-demangle.c:567
 #1  0x000000000040ae47 in d_dump (dc=0x7fffffffd098, indent=10) at ../../src/libiberty/cp-demangle.c:787
 #2  0x000000000040ae47 in d_dump (dc=0x7fffffffd0c8, indent=8) at ../../src/libiberty/cp-demangle.c:787

Note dc=0x1, which is obviously a bogus pointer.  This is the end of
d_dump recursing for a component type that that doesn't actually have
subtrees:

 787       d_dump (d_left (dc), indent + 2);
 788       d_dump (d_right (dc), indent + 2);

This fixes the two cases the testsuite currently trips on.

libiberty/
2014-05-28  Pedro Alves  <palves@redhat.com>

	* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM
	and DEMANGLE_COMPONENT_NUMBER.

From-SVN: r211035
2014-05-28 21:55:41 +00:00
..
config
testsuite Fix test in libiberty/testsuite/demangle-expected. 2014-05-22 13:56:45 +02:00
.gitignore
COPYING.LIB
ChangeLog Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined 2014-05-28 21:55:41 +00:00
Makefile.in re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) 2014-04-17 14:25:25 +02:00
README
_doprnt.c include 2014-01-21 15:09:10 +00:00
aclocal.m4 aclocal.m4: Assume strncmp works in cross case. 2011-12-20 08:08:30 +00:00
alloca.c
argv.c Replace malloc with xmalloc 2012-08-28 18:03:21 -07:00
asprintf.c include 2014-01-21 15:09:10 +00:00
at-file.texi
atexit.c
basename.c
bcmp.c
bcopy.c
bsearch.c
bzero.c
calloc.c
choose-temp.c
clock.c
concat.c include 2014-01-21 15:09:10 +00:00
config.h-vms
config.in strnlen.c: New file. 2012-09-18 16:03:01 +00:00
configure re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) 2014-04-17 14:25:25 +02:00
configure.ac re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) 2014-04-17 14:25:25 +02:00
configure.com
copying-lib.texi copying-lib.texi (Library Copying): Don't use @heading inside @enumerate. 2012-06-29 10:59:48 +00:00
copysign.c
cp-demangle.c Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined 2014-05-28 21:55:41 +00:00
cp-demangle.h Fix demangler to handle conversion operators correctly. 2013-11-22 14:25:49 -08:00
cp-demint.c
cplus-dem.c cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possible previous call to gnu_special. 2014-05-14 14:18:49 +00:00
crc32.c
dwarfnames.c dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name. 2012-04-27 14:14:14 +00:00
dyn-string.c
fdmatch.c
ffs.c
fibheap.c
filename_cmp.c filenames.h: #include "hashtab.h". 2012-07-13 22:12:28 +00:00
floatformat.c floatformat.h (floatformat_ibm_long_double): Delete. 2013-08-20 15:01:41 +09:30
fnmatch.c
fnmatch.txh
fopen_unlocked.c
functions.texi strnlen.c: New file. 2012-09-18 16:03:01 +00:00
gather-docs
getcwd.c
getopt.c
getopt1.c
getpagesize.c
getpwd.c
getruntime.c
gettimeofday.c
hashtab.c hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal to wordsize. 2013-05-06 11:40:54 -04:00
hex.c
index.c
insque.c
lbasename.c
libiberty.texi make-obstacks-texi.pl: New. 2013-03-06 09:38:22 +01:00
lrealpath.c
maint-tool re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) 2014-04-17 14:25:25 +02:00
make-relative-prefix.c make-relative-prefix.c (make_relative_prefix_1): Avoid warning about using preprocessor directives inside of macro arguments. 2012-01-26 15:26:25 +01:00
make-temp-file.c
makefile.vms makefile.vms (OBJS): Add dwarfnames.obj 2013-07-09 07:43:35 +00:00
md5.c 2013-01-31 Kai Tietz <ktietz@redhat.com> 2013-01-31 09:11:43 +01:00
memchr.c
memcmp.c
memcpy.c
memmem.c
memmove.c
mempcpy.c
memset.c
mkstemps.c
msdos.c
objalloc.c PR other/54411: integer overflow in objalloc_alloc 2012-09-18 10:34:05 +02:00
obstack.c
obstacks.texi make-obstacks-texi.pl: New. 2013-03-06 09:38:22 +01:00
partition.c
pex-common.c
pex-common.h
pex-djgpp.c
pex-msdos.c
pex-one.c
pex-unix.c pex-unix.c (to_ptr32): Fix style. 2012-04-04 08:44:30 +00:00
pex-win32.c pex-win32.c (pex_win32_exec_child): Only close original file descriptors if child is launched successfully. 2012-07-26 19:18:47 -04:00
pexecute.c
pexecute.txh
physmem.c
putenv.c
random.c
regex.c * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void). 2014-03-13 23:04:07 +01:00
rename.c
rindex.c
safe-ctype.c
setenv.c
setproctitle.c * setproctitle.c (setproctitle): Use "GNU/Linux" in comment. 2011-10-29 00:09:39 +00:00
sha1.c re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) 2013-01-31 09:17:58 +01:00
sigsetmask.c
simple-object-coff.c
simple-object-common.h simple-object-xcoff.c: New file. 2013-01-01 21:04:42 -05:00
simple-object-elf.c
simple-object-mach-o.c re PR middle-end/56526 (false positive for maybe-uninitialized) 2013-03-05 16:16:49 +01:00
simple-object-xcoff.c simple-object-xcoff.c: New file. 2013-01-01 21:04:42 -05:00
simple-object.c simple-object.c (simple_object_internal_write): Handle EINTR and short writes. 2014-04-01 07:45:48 +00:00
simple-object.txh
snprintf.c include 2014-01-21 15:09:10 +00:00
sort.c
spaces.c
splay-tree.c
stack-limit.c stack-limit.c: Includes ansidecl.h. 2012-04-02 07:51:26 +00:00
stpcpy.c
stpncpy.c
strcasecmp.c
strchr.c
strdup.c
strerror.c
strncasecmp.c
strncmp.c
strndup.c
strnlen.c strnlen.c: New file. 2012-09-18 16:03:01 +00:00
strrchr.c
strsignal.c
strstr.c
strtod.c
strtol.c
strtoul.c
strverscmp.c
timeval-utils.c
tmpnam.c
unlink-if-ordinary.c
vasprintf.c include 2014-01-21 15:09:10 +00:00
vfork.c
vfprintf.c
vprintf.c
vsnprintf.c include 2014-01-21 15:09:10 +00:00
vsprintf.c
waitpid.c
xatexit.c
xexit.c
xmalloc.c
xmemdup.c
xstrdup.c
xstrerror.c
xstrndup.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.in 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 in Makefile.in and the object
      file to CONFIGURED_OFILES.

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

    * 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.

Finally, in the build directory of libiberty, configure with
"--enable-maintainer-mode", run "make maint-deps" to update
Makefile.in, and run 'make stamp-functions' to regenerate
functions.texi.

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.