715 Commits (006589cfa144fc1efeea1d114943c0bd1624e930)

Author SHA1 Message Date
Pedro Alves c4be264168 PR other/61321 - demangler crash on casts in template parameters 11 years ago
Mike Stump f3363926de libiberty TAGS 11 years ago
Jason Merrill 1e92415738 (Makefiles): PATCH to include libcpp and libiberty in GCC etags 11 years ago
Iain Sandoe 35a88fa501 Fix PR63758 by using the _NSGetEnviron() API on Darwin 11 years ago
Jason Merrill e9a3881624 Implement N4514, C++ Extensions for Transactional Memory. 11 years ago
Mikhail Maltsev d81bf7ddc2 Fix several crashes of C++ demangler on fuzzed input. 11 years ago
Uros Bizjak 6a8796db36 Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C++" warning 11 years ago
Uros Bizjak aaae08a7e4 Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C++" warning 11 years ago
Alan Modra c20a064233 Configury changes for obstack optimization 11 years ago
Alan Modra 78d14d2b93 Silence obstack.c -Wc++compat warning 11 years ago
Alan Modra e9f40d7d68 Modify obstack.[hc] to avoid having to include other gnulib files 11 years ago
Alan Modra 314dee8ea9 Copy gnulib obstack files 11 years ago
Joel Brobecker 82ef0f7074 Do not use libiberty's getpagesize on Android 11 years ago
Nick Clifton 6899683948 Resync files in the binutils repository that are maintained in the gcc repository. 11 years ago
Iain Buclaw 3037929188 PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9 11 years ago
H.J. Lu 72f4393d8c Remove leading/trailing white spaces in ChangeLog 11 years ago
H.J. Lu 8a643cc36c Sync config/warnings.m4 with GCC 11 years ago
Iain Buclaw f91ca6bc00 Sync libiberty from GCC, replaying updates to configure scripts 11 years ago
Joel Brobecker 519b5f619b libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available. 12 years ago
Joel Brobecker dfc0f57b74 libiberty/setenv.c: Do not declare environ if defined as a macro. 11 years ago
Joel Brobecker 1f99f6d068 strerror.c: Do not declare sys_nerr or sys_errlist if already macros 12 years ago
Richard Earnshaw 7c89917ffa Sync with gcc/libiberty. 12 years ago
Jan-Benedict Glaw abdef8eb90 Sync libiberty from GCC 12 years ago
Rainer Orth d3d7100a0d Fix gnu11 fallout on Solaris 10+ 12 years ago
Joel Brobecker 5af04e20f6 Use strtod instead of strtold in libiberty/d-demangle.c 12 years ago
Iain Buclaw b55f967878 Sync libiberty with upstream GCC. 12 years ago
Andrew Burgess 173373c6f6 Delete temporary string within demangler even in failure cases. 12 years ago
Kai Tietz f69123aac5 2014-06-01 Ray Donnelly <mingw.android@gmail.com> 12 years ago
Pedro Alves 6143b8235e Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined 12 years ago
Thomas Schwinge 6e933ccc75 Fix test in libiberty/testsuite/demangle-expected. 12 years ago
Andrew Burgess 0aaa9a3aa1 cplus-demangler, free resource after a failed call to gnu_special. 12 years ago
gary 91662bad25 libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com> 12 years ago
jakub 3f48575af8 PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -fsanitize=address. (liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS, liblto_plugin_la_DEPENDENCIES): Prefer ../libiberty/noasan/libiberty.a over ../libiberty/pic/libiberty.a if the former exists. * Makefile.in: Regenerated. libiberty/ * maint-tool: Also emit rule for noasan/ subdirectory. * configure.ac (NOASANFLAG): Set and substitute. * Makefile.in: Regenerated. (NOASANFLAG): Set. (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic subdir. (stamp-noasandir): New goal. * configure: Regenerated. 12 years ago
rguenth c3c3c691f2 2014-04-01 Richard Biener <rguenther@suse.de> 13 years ago
rguenth 81ad11e32c 2014-03-28 Richard Biener <rguenther@suse.de> 13 years ago
uros a2d010462c * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void). 13 years ago
uros 10fe779dd2 * regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast the call to memcpy to (void) to avoid unused value warnings. 13 years ago
tschwinge 8458514f6a Avoid "'dc' may be uninitialized" warning. 13 years ago
tromey 281e9aa624 [PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) (NOARGS): Don't define. * libiberty.h (expandargv, writeargv): Don't use PARAMS. libiberty * _doprint.c (checkit): Use stdarg, not VA_* macros. * asprintf.c (asprintf): Use stdarg, not VA_* macros. * concat.c (concat_length, concat_copy, concat_copy2, concat) (reconcat): Use stdarg, not VA_* macros. * snprintf.c (snprintf): Use stdarg, not VA_* macros. * vasprintf.c (checkit): Use stdarg, not VA_* macros. * vsnprintf.c (checkit): Use stdarg, not VA_* macros. 13 years ago
Mike Frysinger 369be6981b libiberty: fix --enable-install-libiberty flag [PR 56780] 13 years ago
Gary Benson fd259167db libiberty: sync with gcc 13 years ago
Bill Maddox eafbc3bf7b libiberty: sync with gcc 13 years ago
ccoutant 492e19d098 Fix demangler to handle conversion operators correctly. 13 years ago
schwab f0c897ef0a config/ * picflag.m4 (m68k-*-*): Use default PIC flag. 13 years ago
uros 8467a2fd55 * cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_template *). (d_print_comp): Cast result of realloc to (struct d_saved scope *). 13 years ago
glisse 689a1abf0d 2013-10-29 Marc Glisse <marc.glisse@inria.fr> 13 years ago
gerald eec6550343 * testsuite/test-demangle.c: Include unistd.h. 13 years ago
gary 9548bbede5 libiberty/ 2013-10-25 Gary Benson <gbenson@redhat.com> 13 years ago
gerald ae6da67e35 * testsuite/test-expandargv.c: Include unistd.h. 13 years ago
gerald a903d6ac5a Fix up ChangeLog entries (name, e-mail, formatting, otherwise). 13 years ago