summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccHEADmasterDJ Delorie2013-11-122-9/+16
|
* merge from gccDJ Delorie2013-10-293-14/+14
|
* merge from gccDJ Delorie2013-10-253-2/+149
|
* merge from gccDJ Delorie2013-10-232-3/+10
|
* merge from gccDJ Delorie2013-10-165-1/+26
|
* merge from gccDJ Delorie2013-09-121-0/+2
|
* merge from gccDJ Delorie2013-09-103-170/+26
|
* merge from gccDJ Delorie2013-09-103-2/+189
|
* merge from gccDJ Delorie2013-08-202-2/+17
|
* merge from gccDJ Delorie2013-07-221-1/+1
|
* merge from gccDJ Delorie2013-07-211-1/+1
|
* 2013-07-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-07-092-1/+6
| | | | * makefile.vms (OBJS): Add dwarfnames.obj
* merge from gccDJ Delorie2013-06-014-58/+80
|
* merge from gccDJ Delorie2013-05-102-11/+10
|
* merge from gccDJ Delorie2013-04-232-8/+29
|
* merge from gccDJ Delorie2013-04-043-44/+34
|
* merge from gccDJ Delorie2013-04-033-13/+150
|
* merge from gccDJ Delorie2013-03-282-1/+7
|
* merge from gccDJ Delorie2013-03-175-35/+36
|
* Fix compilation warning by MinGW GCC.Eli Zaretskii2013-03-172-0/+8
| | | | | setenv.c [!HAVE_ENVIRON_DECL]: Avoid declaring environ if it is a macro, as this causes compiler warnings with MinGW.
* merge from gccDJ Delorie2013-03-013-3/+11
|
* merge from gccDJ Delorie2013-02-153-1/+28
|
* merge from gccDJ Delorie2013-02-092-4/+12
|
* merge from gccDJ Delorie2013-02-072-3/+6
|
* PR other/543413Kai Tietz2013-01-312-2/+7
| | | | | * md5.c (md5_process_block): Handle case that size_t is a wider-integer-scalar a 32-bit unsigned integer.
* merge from gccDJ Delorie2013-01-076-4/+928
|
* merge from gccDJ Delorie2012-11-113-10/+57
|
* merge from gccDJ Delorie2012-10-1010-24/+187
|
* Replace malloc with xmallocH.J. Lu2012-08-292-38/+16
| | | | | | | * argv.c (dupargv): Replace malloc with xmalloc. Don't check xmalloc return. (buildargv): Likewise. Also replace strdup with xstrdup. (expandargv): Don't check dupargv return.
* Replace alloca with xmalloc/freeH.J. Lu2012-08-292-1/+8
| | | | | PR binutils/14526 * argv.c (buildargv): Replace alloca with xmalloc/free.
* * floatformat.c (floatformat_to_double): Correctly handle numbersAndreas Schwab2012-08-172-24/+20
| | | | | between 1 and 2. Simplify handling of denormal number. (main): Test with 1.1.
* libiberty/md5: fix strict alias warningsMike Frysinger2012-07-312-4/+13
| | | | | | | | | | | | | Current libiberty md5 code triggers these warnings with gcc-4.7.1 for me: libiberty/md5.c: In function ‘md5_finish_ctx’: libiberty/md5.c:117:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] libiberty/md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] The change below fixes things for me. The optimized output (-O2) is the same before/after my change on x86_64-linux. I imagine it'll be the same for most targets. It seems simpler than using a union on the md5_ctx buffer since these are the only two locations in the code where this occurs.
* merge from gccDJ Delorie2012-07-272-8/+23
|
* merge from gccDJ Delorie2012-07-183-1/+40
|
* include/Doug Evans2012-07-132-0/+53
| | | | | | | * filenames.h: #include "hashtab.h". (filename_hash, filename_eq): Declare. libiberty/ * filename_cmp.c (filename_hash, filename_eq): New functions.
* merge from gccDJ Delorie2012-06-292-5/+5
|
* merge from gccDJ Delorie2012-05-223-0/+12
|
* merge from gccDJ Delorie2012-04-273-3/+116
|
* merge from gccDJ Delorie2012-04-102-2/+8
|
* merge from gccDJ Delorie2012-04-024-1/+22
|
* merge from gccDJ Delorie2012-03-083-1/+15
|
* * make-relative-prefix.c (make_relative_prefix_1): Avoid warningJakub Jelinek2012-01-262-3/+9
| | | | about using preprocessor directives inside of macro arguments.
* merge from gccDJ Delorie2012-01-232-1/+5
|
* merge from gccDJ Delorie2012-01-103-5/+16
|
* merge from gccDJ Delorie2012-01-064-83/+282
|
* merge from gccDJ Delorie2012-01-032-5/+29
|
* merge from gccDJ Delorie2011-12-203-2/+7
|
* config/:Andreas Schwab2011-12-202-1/+5
| | | | | | | | | * warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call. libdecnumber/: * configure: Regenerate. libiberty/: * configure: Regenerate.
* Check for warning flags without no- prefixAndreas Schwab2011-12-192-2/+14
| | | | | | | | | | | config/: * warnings.m4 (ACX_PROG_CC_WARNING_OPTS) (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Run the test without the no- prefix. libdecnumber/: * configure: Regenerate. libiberty/: * configure: Regenerate.
* merge from gccDJ Delorie2011-11-082-2/+59
|