| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge from gcc | DJ Delorie | 2013-09-12 | 1 | -0/+2 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-09-10 | 1 | -0/+24 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-09-10 | 1 | -0/+19 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-08-20 | 1 | -0/+6 |
| | | |||||
| * | 2013-07-09 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2013-07-09 | 1 | -0/+4 |
| | | | | | * makefile.vms (OBJS): Add dwarfnames.obj | ||||
| * | merge from gcc | DJ Delorie | 2013-06-01 | 1 | -0/+12 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-05-10 | 1 | -0/+8 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-04-23 | 1 | -0/+4 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-04-04 | 1 | -0/+3 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-04-03 | 1 | -0/+14 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-03-28 | 1 | -0/+4 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-03-17 | 1 | -3/+9 |
| | | |||||
| * | Fix compilation warning by MinGW GCC. | Eli Zaretskii | 2013-03-17 | 1 | -0/+5 |
| | | | | | | setenv.c [!HAVE_ENVIRON_DECL]: Avoid declaring environ if it is a macro, as this causes compiler warnings with MinGW. | ||||
| * | merge from gcc | DJ Delorie | 2013-03-01 | 1 | -0/+6 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-02-15 | 1 | -0/+5 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-02-09 | 1 | -0/+6 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2013-02-07 | 1 | -1/+5 |
| | | |||||
| * | PR other/543413 | Kai Tietz | 2013-01-31 | 1 | -0/+6 |
| | | | | | | * md5.c (md5_process_block): Handle case that size_t is a wider-integer-scalar a 32-bit unsigned integer. | ||||
| * | merge from gcc | DJ Delorie | 2013-01-07 | 1 | -0/+14 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-11-11 | 1 | -0/+12 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-10-10 | 1 | -0/+23 |
| | | |||||
| * | Replace malloc with xmalloc | H.J. Lu | 2012-08-29 | 1 | -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/free | H.J. Lu | 2012-08-29 | 1 | -0/+5 |
| | | | | | | PR binutils/14526 * argv.c (buildargv): Replace alloca with xmalloc/free. | ||||
| * | * floatformat.c (floatformat_to_double): Correctly handle numbers | Andreas Schwab | 2012-08-17 | 1 | -0/+6 |
| | | | | | | between 1 and 2. Simplify handling of denormal number. (main): Test with 1.1. | ||||
| * | libiberty/md5: fix strict alias warnings | Mike Frysinger | 2012-07-31 | 1 | -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 gcc | DJ Delorie | 2012-07-27 | 1 | -0/+6 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-07-18 | 1 | -0/+6 |
| | | |||||
| * | include/ | Doug Evans | 2012-07-13 | 1 | -0/+4 |
| | | | | | | | | * filenames.h: #include "hashtab.h". (filename_hash, filename_eq): Declare. libiberty/ * filename_cmp.c (filename_hash, filename_eq): New functions. | ||||
| * | merge from gcc | DJ Delorie | 2012-06-29 | 1 | -0/+5 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-05-22 | 1 | -0/+7 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-04-27 | 1 | -0/+7 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-04-10 | 1 | -0/+4 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-04-02 | 1 | -0/+9 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-03-08 | 1 | -0/+5 |
| | | |||||
| * | * make-relative-prefix.c (make_relative_prefix_1): Avoid warning | Jakub Jelinek | 2012-01-26 | 1 | -0/+5 |
| | | | | | about using preprocessor directives inside of macro arguments. | ||||
| * | merge from gcc | DJ Delorie | 2012-01-23 | 1 | -0/+4 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-01-10 | 1 | -0/+5 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-01-06 | 1 | -0/+27 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2012-01-03 | 1 | -0/+11 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-12-20 | 1 | -0/+5 |
| | | |||||
| * | config/: | Andreas Schwab | 2011-12-20 | 1 | -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- prefix | Andreas Schwab | 2011-12-19 | 1 | -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 gcc | DJ Delorie | 2011-11-08 | 1 | -0/+14 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-11-04 | 1 | -0/+6 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-11-02 | 1 | -4/+7 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-10-29 | 1 | -0/+4 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-10-26 | 1 | -0/+13 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-10-10 | 1 | -0/+7 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-09-28 | 1 | -0/+10 |
| | | |||||
| * | merge from gcc | DJ Delorie | 2011-09-26 | 1 | -0/+1 |
| | | |||||

