[Bug binutils/14779] readelf.c:403:3: error: unknown type name 'mbstate_t'

2015-02-04 Thread antoine64leca at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14779 Antoine Leca changed: What|Removed |Added CC||antoine64leca at hotmail dot com ---

[Bug binutils/17531] readelf crashes on fuzzed samples

2015-02-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #74 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f3853b34448594744f284fa96f26e41fd533a50d commit f3853b34448594744f284fa96f

[Bug binutils/17531] readelf crashes on fuzzed samples

2015-02-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #75 from Nick Clifton --- Hi Alexander, > Not sure if it supposed to be fixed already but the following samples still > crash for me (without valgrind): > > 0239616b > 0d903ffb > 206b89bd > 5b5f0592 > 705e010d > 731b937f > 8a415f

[Bug binutils/17512] libbfd/binutils: crashes on fuzzed samples

2015-02-04 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #191 from Nick Clifton --- Hi Alexander, > Problems with `nm-new -DClpSs --special-syms --synthetic` (32-bit) > Errors: > 2 Invalid free() / delete / delete[] / realloc() > 101 Invalid read of size ... > 220 Invalid

[Bug ld/12365] undefined references produced by linker plugin are silently ignored

2015-02-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=12365 --- Comment #18 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8962a307ae3dd59166a4a6dc4e60a4da880686cd commit 8962a307ae3dd59166a4a6dc4e60a4d

[Bug binutils/17531] readelf crashes on fuzzed samples

2015-02-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #76 from Alexander Cherepanov --- Created attachment 8102 --> https://sourceware.org/bugzilla/attachment.cgi?id=8102&action=edit Problems with `readelf -agteAruhlsSdIncVWw --dyn-syms -D` (32-bit) Files: 2 Errors: 8 Conditi

[Bug binutils/17512] libbfd/binutils: crashes on fuzzed samples

2015-02-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17512 --- Comment #192 from Alexander Cherepanov --- (In reply to Nick Clifton from comment #191) > > Problems with `nm-new -DClpSs --special-syms --synthetic` (32-bit) > I could not reproduce these failures. :-{ Maybe they have already been > fix

[Bug binutils/17926] New: Explicit #include "getopt.h" to make opt* visible in binutils/dwarf.c

2015-02-04 Thread antoine64leca at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17926 Bug ID: 17926 Summary: Explicit #include "getopt.h" to make opt* visible in binutils/dwarf.c Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: nor

[Bug binutils/17531] readelf crashes on fuzzed samples

2015-02-04 Thread cherepan at mccme dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #77 from Alexander Cherepanov --- (In reply to Nick Clifton from comment #75) > Fascinating. Valgrind was actually preventing the seg-faults from > occurring. I would never have suspected that. It happens sometimes, and it's k

binutils 2.25 dwarf.c error during compile on Solaris 10 with SunStudio12.

2015-02-04 Thread JONES, BILL
binutils team... I am compiling on a Sun T5220 with Solaris 10 and SunStudio12. Version: cc: Sun C 5.12 SunOS_sparc 2011/11/16 dwarf.c is blowing up. cc -DHAVE_CONFIG_H -I. -I/appl/local-201501ss/include -I/opt/solarisstudio12.3/include -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR=

Re: binutils 2.25 dwarf.c error during compile on Solaris 10 with SunStudio12.

2015-02-04 Thread Alan Modra
On Wed, Feb 04, 2015 at 06:59:23PM +, JONES, BILL wrote: > binutils team... > > I am compiling on a Sun T5220 with Solaris 10 and SunStudio12. > Version: > cc: Sun C 5.12 SunOS_sparc 2011/11/16 > > dwarf.c is blowing up. > > > cc -DHAVE_CONFIG_H -I. -I/appl/local-201501ss/include > -I/opt/

[Bug ld/17739] Assertion fail ../../bfd/elf32-sh.c:4504 on sh4 when compiling Qt5

2015-02-04 Thread sourceware-bugzilla at mkarcher dot dialup.fu-berlin.de
https://sourceware.org/bugzilla/show_bug.cgi?id=17739 --- Comment #4 from Michael Karcher --- Thanks for your comment, which seems to be spot-on. It allowed me to create a minimal example that exhibits the same assertation failure if linked with --gc-sections: .section data.kept

RE: binutils 2.25 dwarf.c error during compile on Solaris 10 with SunStudio12.

2015-02-04 Thread JONES, BILL
Alan, Thanks for the clue. In SunStudio12, to use C99, you have to have "-xc99" in the CFLAGS. I am wondering if binutils has this restriction for C99, why configure is not catching this. Bill -Original Message- From: Alan Modra [mailto:amo...@gmail.com] Sent: Wednesday, February 04

[Bug ld/17739] Assertion fail ../../bfd/elf32-sh.c:4504 on sh4 when compiling Qt5

2015-02-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17739 --- Comment #5 from Alan Modra --- Note that there is more wrong with sh_elf_check_relocs/sh_elf_gc_sweep_hook than just the reloc mismatch. For instance, this from check_relocs case R_SH_GOTPLT32: #ifdef INCLUDE_SHMEDIA case R_SH_GOT

RE: binutils 2.25 dwarf.c error during compile on Solaris 10 with SunStudio12.

2015-02-04 Thread JONES, BILL
Defining CFLAGS="-xc99 $CFLAGS" for all binutils causes other issues for other parts of binutils package. #if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2) /* We can't use any bfd types here since readelf may define BFD64 and objdump may not. */ #define HOST_WIDEST_INT l

Re: binutils 2.25 dwarf.c error during compile on Solaris 10 with SunStudio12.

2015-02-04 Thread Alan Modra
On Thu, Feb 05, 2015 at 02:02:49AM +, JONES, BILL wrote: > Defining CFLAGS="-xc99 $CFLAGS" for all binutils causes other issues for > other parts of binutils package. > > #if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2) > /* We can't use any bfd types here since readelf

[Bug binutils/17926] Explicit #include "getopt.h" to make opt* visible in binutils/dwarf.c

2015-02-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17926 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7cc78d0780858b2f4a76c2867351cbfbb339c327 commit 7cc78d0780858b2f4a76c2867351c

[Bug binutils/17926] Explicit #include "getopt.h" to make opt* visible in binutils/dwarf.c

2015-02-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17926 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|