summaryrefslogtreecommitdiffstats
path: root/libiberty/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2013-09-121-0/+2
|
* merge from gccDJ Delorie2013-09-101-0/+24
|
* merge from gccDJ Delorie2013-09-101-0/+19
|
* merge from gccDJ Delorie2013-08-201-0/+6
|
* 2013-07-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-07-091-0/+4
| | | | * makefile.vms (OBJS): Add dwarfnames.obj
* merge from gccDJ Delorie2013-06-011-0/+12
|
* merge from gccDJ Delorie2013-05-101-0/+8
|
* merge from gccDJ Delorie2013-04-231-0/+4
|
* merge from gccDJ Delorie2013-04-041-0/+3
|
* merge from gccDJ Delorie2013-04-031-0/+14
|
* merge from gccDJ Delorie2013-03-281-0/+4
|
* merge from gccDJ Delorie2013-03-171-3/+9
|
* Fix compilation warning by MinGW GCC.Eli Zaretskii2013-03-171-0/+5
| | | | | 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-011-0/+6
|
* merge from gccDJ Delorie2013-02-151-0/+5
|
* merge from gccDJ Delorie2013-02-091-0/+6
|
* merge from gccDJ Delorie2013-02-071-1/+5
|
* PR other/543413Kai Tietz2013-01-311-0/+6
| | | | | * 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-071-0/+14
|
* merge from gccDJ Delorie2012-11-111-0/+12
|
* merge from gccDJ Delorie2012-10-101-0/+23
|
* Replace malloc with xmallocH.J. Lu2012-08-291-0/+7
| | | | | | | * 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-291-0/+5
| | | | | PR binutils/14526 * argv.c (buildargv): Replace alloca with xmalloc/free.
* * floatformat.c (floatformat_to_double): Correctly handle numbersAndreas Schwab2012-08-171-0/+6
| | | | | between 1 and 2. Simplify handling of denormal number. (main): Test with 1.1.
* libiberty/md5: fix strict alias warningsMike Frysinger2012-07-311-0/+5
| | | | | | | | | | | | | 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-271-0/+6
|
* merge from gccDJ Delorie2012-07-181-0/+6
|
* include/Doug Evans2012-07-131-0/+4
| | | | | | | * 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-291-0/+5
|
* merge from gccDJ Delorie2012-05-221-0/+7
|
* merge from gccDJ Delorie2012-04-271-0/+7
|
* merge from gccDJ Delorie2012-04-101-0/+4
|
* merge from gccDJ Delorie2012-04-021-0/+9
|
* merge from gccDJ Delorie2012-03-081-0/+5
|
* * make-relative-prefix.c (make_relative_prefix_1): Avoid warningJakub Jelinek2012-01-261-0/+5
| | | | about using preprocessor directives inside of macro arguments.
* merge from gccDJ Delorie2012-01-231-0/+4
|
* merge from gccDJ Delorie2012-01-101-0/+5
|
* merge from gccDJ Delorie2012-01-061-0/+27
|
* merge from gccDJ Delorie2012-01-031-0/+11
|
* merge from gccDJ Delorie2011-12-201-0/+5
|
* config/:Andreas Schwab2011-12-201-0/+4
| | | | | | | | | * 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-191-0/+4
| | | | | | | | | | | 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-081-0/+14
|
* merge from gccDJ Delorie2011-11-041-0/+6
|
* merge from gccDJ Delorie2011-11-021-4/+7
|
* merge from gccDJ Delorie2011-10-291-0/+4
|
* merge from gccDJ Delorie2011-10-261-0/+13
|
* merge from gccDJ Delorie2011-10-101-0/+7
|
* merge from gccDJ Delorie2011-09-281-0/+10
|
* merge from gccDJ Delorie2011-09-261-0/+1
|
OpenPOWER on IntegriCloud