[Bug gold/13442] gold screws up exception handling with --incremental flag

2014-12-08 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=13442 --- Comment #8 from Espen Grindhaug --- (In reply to Cary Coutant from comment #7) > Incremental linking deliberately disables the --eh_frame_hdr option, because > of the difficulty involved in incrementally updating it. It could be rebuilt >

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-12-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #54 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-12-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #55 from Nick Clifton --- Hi Alexander, These should be fixed now. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailin

binutils-2.24 build fails on HPUX PA-RISC

2014-12-08 Thread Stuart Kemp
Building binutils-2.24 fails on HPUX PA-RISC 11.31 using HP's compiler uname -a: HP-UX hphost B.11.31 U 9000/800 Compiler: B9007AA C.11.31.08 HP C/aC++ Developer's Bundle Configured as: ./configure --disable-nls CC=cc system set as hppa2.0w-hp-hpux11

Re: binutils-2.24 build fails on HPUX PA-RISC

2014-12-08 Thread Alan Modra
On Mon, Dec 08, 2014 at 01:30:34PM -0700, Stuart Kemp wrote: > > Building binutils-2.24 fails on HPUX PA-RISC 11.31 using HP's compiler Yes, you need a compiler that supports "long long". I don't know if yours does. If it does, you might need to tweak binutils/elfcomm.h HOST_WIDEST_INT define.