Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-07 | merge from gcc | DJ Delorie | 6 | -4/+928 | |
2012-11-11 | merge from gcc | DJ Delorie | 3 | -10/+57 | |
2012-10-10 | merge from gcc | DJ Delorie | 10 | -24/+187 | |
2012-08-29 | Replace malloc with xmalloc | H.J. Lu | 2 | -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. | |||||
2012-08-29 | Replace alloca with xmalloc/free | H.J. Lu | 2 | -1/+8 | |
PR binutils/14526 * argv.c (buildargv): Replace alloca with xmalloc/free. | |||||
2012-08-17 | * floatformat.c (floatformat_to_double): Correctly handle numbers | Andreas Schwab | 2 | -24/+20 | |
between 1 and 2. Simplify handling of denormal number. (main): Test with 1.1. | |||||
2012-07-31 | libiberty/md5: fix strict alias warnings | Mike Frysinger | 2 | -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. | |||||
2012-07-27 | merge from gcc | DJ Delorie | 2 | -8/+23 | |
2012-07-18 | merge from gcc | DJ Delorie | 3 | -1/+40 | |
2012-07-13 | include/ | Doug Evans | 2 | -0/+53 | |
* filenames.h: #include "hashtab.h". (filename_hash, filename_eq): Declare. libiberty/ * filename_cmp.c (filename_hash, filename_eq): New functions. | |||||
2012-06-29 | merge from gcc | DJ Delorie | 2 | -5/+5 | |
2012-05-22 | merge from gcc | DJ Delorie | 3 | -0/+12 | |
2012-04-27 | merge from gcc | DJ Delorie | 3 | -3/+116 | |
2012-04-10 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2012-04-02 | merge from gcc | DJ Delorie | 4 | -1/+22 | |
2012-03-08 | merge from gcc | DJ Delorie | 3 | -1/+15 | |
2012-01-26 | * make-relative-prefix.c (make_relative_prefix_1): Avoid warning | Jakub Jelinek | 2 | -3/+9 | |
about using preprocessor directives inside of macro arguments. | |||||
2012-01-23 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2012-01-10 | merge from gcc | DJ Delorie | 3 | -5/+16 | |
2012-01-06 | merge from gcc | DJ Delorie | 4 | -83/+282 | |
2012-01-03 | merge from gcc | DJ Delorie | 2 | -5/+29 | |
2011-12-20 | merge from gcc | DJ Delorie | 3 | -2/+7 | |
2011-12-20 | config/: | Andreas Schwab | 2 | -1/+5 | |
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call. libdecnumber/: * configure: Regenerate. libiberty/: * configure: Regenerate. | |||||
2011-12-19 | Check for warning flags without no- prefix | Andreas Schwab | 2 | -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. | |||||
2011-11-08 | merge from gcc | DJ Delorie | 2 | -2/+59 | |
2011-11-04 | merge from gcc | DJ Delorie | 2 | -3/+14 | |
2011-11-02 | merge from gcc | DJ Delorie | 2 | -8/+19 | |
2011-10-29 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2011-10-26 | merge from gcc | DJ Delorie | 2 | -80/+448 | |
2011-10-10 | merge from gcc | DJ Delorie | 3 | -0/+36 | |
2011-09-28 | merge from gcc | DJ Delorie | 3 | -0/+120 | |
2011-09-26 | merge from gcc | DJ Delorie | 1 | -0/+1 | |
2011-09-23 | merge from gcc | DJ Delorie | 3 | -3/+111 | |
2011-09-23 | merge from gcc | DJ Delorie | 2 | -4/+11 | |
2011-08-22 | merge from gcc | DJ Delorie | 4 | -42/+94 | |
2011-08-12 | merge from gcc | DJ Delorie | 2 | -6/+14 | |
2011-08-06 | merge from gcc | DJ Delorie | 4 | -18/+45 | |
2011-07-31 | Sync with gcc. | H.J. Lu | 2 | -1/+4 | |
2011-07-26 H.J. Lu <hongjiu.lu@intel.com> * testsuite/demangle-expected: Remove an extra line. | |||||
2011-07-26 | merge from gcc | DJ Delorie | 3 | -1/+21 | |
2011-07-25 | merge from gcc | DJ Delorie | 2 | -0/+8 | |
2011-07-22 | merge from gcc | DJ Delorie | 6 | -18/+102 | |
2011-07-05 | merge from gcc | DJ Delorie | 3 | -7/+32 | |
2011-07-01 | [libiberty/filename_cmp] Darwin has case-insensitive filesystems | Joel Brobecker | 2 | -6/+27 | |
include/ChangeLog: * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define on Darwin, as well as on the systems that use a DOS-like filesystem. libiberty/ChangeLog: * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of HAVE_CASE_INSENSITIVE_FILE_SYSTEM. | |||||
2011-07-01 | merge from gcc | Jan Kratochvil | 3 | -3/+84 | |
libiberty/ PR debug/49408 * cp-demangle.c (d_print_comp): Suppress argument list for function references by the '&' unary operator. Keep also already processed variant without the argument list. Suppress argument list types for function call used in an expression. * testsuite/demangle-expected: Fix excessive argument list types in `test for typed function in decltype'. New testcase for no argument list types printed. 3 new testcases for function references by the '&' unary operator.. | |||||
2011-06-22 | merge from gcc | DJ Delorie | 3 | -4/+41 | |
2011-06-13 | merge from gcc | DJ Delorie | 4 | -123/+182 | |
2011-06-13 | merge from gcc | DJ Delorie | 2 | -7/+2 | |
2011-05-17 | * strsignal.c (psignal): Change second parameter to const char *. | Corinna Vinschen | 2 | -2/+7 | |
Fix comment accordingly. | |||||
2011-04-20 | merge from gcc | DJ Delorie | 8 | -43/+34 | |
2011-04-10 | merge from gcc | DJ Delorie | 2 | -1/+7 | |