[Bug ld/7103] STT_IFUNC is in OS-specific range

2008-12-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-23 09:04 --- Hi H.J. You are correct, the value should be 7. I have removed the STT_IFUNC support in binutils (for now), but should the feature be officially approved I will re-add the support, with the correct value for

Re: gprof histogram support for more than 16 bits?

2008-12-23 Thread Nick Clifton
Hi Brian, Last time I added this support locally, it amounted to about 200 lines of patches, but my patches don't support both 16-bit and 32-bit at the same time without a recompile of gprof, so it will need some rework before folding it in. Is this something that anyone would be

[Bug binutils/7011] strip crashes in _bfd_elf_compute_section_file_positions

2008-12-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 10:07 --- Subject: Bug 7011 CVSROOT:/cvs/src Module name:src Branch: binutils-2_19-branch Changes by: ni...@sourceware.org2008-12-23 10:06:46 Modified files: bfd:

[Bug binutils/7011] strip crashes in _bfd_elf_compute_section_file_positions

2008-12-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-23 10:08 --- Hi Matthias, I have checked the patch into the 2.19 branch, but it is up to the release manager to decide if there should be a 2.19.1 point release. I will email him and see what he thinks. Cheers Nick --

Re: ld patch to prevent uninitialized data in TI COFF output

2008-12-23 Thread Nick Clifton
Hi Johan, The attached patches correct an issue that exists in ld when the object code format is TI COFF. Thanks you very much for submitting this patch. I have checked it into the binutils sources along with these changelog entries. Cheers Nick bfd/ChangeLog 2008-12-23 Johan Olmutz

[Bug ld/7093] LD is unable to create reloacatable from binary

2008-12-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-23 11:41 --- Created an attachment (id=3624) -- (http://sourceware.org/bugzilla/attachment.cgi?id=3624action=view) Check input file type before processing it as an ARM ELF object file --

[Bug ld/7093] LD is unable to create reloacatable from binary

2008-12-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-23 11:44 --- Hi Soren, Thanks for reporting this bug. I have checked in the uploaded patch to fix the problem, along with the changelog entry below. By the way - are you aware of the .incbin assembler pseudo-op which

[Bug ld/7093] LD is unable to create reloacatable from binary

2008-12-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-12-23 11:44 --- oops - forgot the changelog entry: bfd/ChangeLog 2008-12-23 Nick Clifton ni...@redhat.com PR 7093 * elf32-arm.c (bfd_elf32_arm_init_maps): Only process ARM ELF object files. --

[Bug ld/7093] LD is unable to create reloacatable from binary

2008-12-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 11:46 --- Subject: Bug 7093 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2008-12-23 11:46:17 Modified files: bfd: ChangeLog elf32-arm.c Log message:

[Bug ld/7036] Branch relaxing fails

2008-12-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2008-12-23 14:37 --- Subject: Bug 7036 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2008-12-23 14:36:40 Modified files: bfd: ChangeLog elfxx-ia64.c Log message:

[Bug ld/7036] Branch relaxing fails

2008-12-23 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-12-23 14:50 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2008-12-24 01:06 --- I still see this bug on binutils from trunk arm-none-linux-gnueabi-ld --hash-style=gnu -b binary /dev/null arm-none-linux-gnueabi-ld: BFD (GNU Binutils) 2.19.51.20081204 internal error, aborting at

[Bug ld/5692] ld segfault linked to bfd elf error

2008-12-23 Thread raj dot khem at gmail dot com
-- What|Removed |Added CC||raj dot khem at gmail dot ||com

[Bug binutils/9682] New: Compilation error (gcc 4.3.2)

2008-12-23 Thread curtmackevo at gmail dot com
coff-ppc.c:1546: error: format not a string literal and no format arguments coff-ppc.c:1547: error: format not a string literal and no format arguments coff-ppc.c:1548: error: format not a string literal and no format arguments Which correspond to: fprintf (file, _(h1)); fprintf (file, _(h2));