Re: Bug Report

2011-07-06 Thread Ian Lance Taylor
S Akhtar writes: > 9. A description of error encountered: > > *Unhex: unknown Intel-hex record type: 0x04* > > *Unhex: line ‘:02040010EA’::* > > *From file ‘hello.hex’; Unrecognized record type* > A snapshot of the received error is attached for reference. > *Note: Pleas

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread timo.lindfors at iki dot fi
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #18 from Timo Lindfors 2011-07-06 21:00:19 UTC --- I can confirm that http://sourceware.org/ml/binutils/2011-07/msg00075.html works for me on sheevaplug. Thanks a lot! -- Configure bugmail: http://sourceware.org/bugzilla/userp

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 Doug Kwan changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug gold/11264] linker warning "sh_link not set for section `.ARM.exidx'" when using shared library linked by gold

2011-07-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11264 Doug Kwan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #16 from cvs-commit at gcc dot gnu.org 2011-07-06 17:58:44 UTC --- CVSROOT:/cvs/src Module name:src Changes by:dougk...@sourceware.org2011-07-06 17:58:42 Modified files: gold : ChangeLog arm.cc go

[Bug ld/12965] New: unresolvable R_ARM_THM_JUMP24 relocation against symbol `memcpy@@GLIBC_2.4' while linking Chromium browser

2011-07-06 Thread marcin.juszkiewicz at linaro dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12965 Summary: unresolvable R_ARM_THM_JUMP24 relocation against symbol `memcpy@@GLIBC_2.4' while linking Chromium browser Product: binutils Version: unspecified Statu

[Bug gold/12372] Segfault with STT_GNU_IFUNC symbols on x86_64

2011-07-06 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12372 Ian Lance Taylor changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Ian La

[Bug gold/12372] Segfault with STT_GNU_IFUNC symbols on x86_64

2011-07-06 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12372 --- Comment #2 from H.J. Lu 2011-07-06 13:55:58 UTC --- Created attachment 5836 --> http://sourceware.org/bugzilla/attachment.cgi?id=5836 A testcase -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You a

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-07-06 Thread website-sourceware at interfasys dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #24 from interfaSys sàrl 2011-07-06 14:20:42 UTC --- Great news :). I'll try it out as soon as it's available via a snapshot and hopefully, this experience will make it easier for me to report issues in the future :) -- Configure

[Bug gold/12372] Segfault with STT_GNU_IFUNC symbols on x86_64

2011-07-06 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12372 --- Comment #1 from Ian Lance Taylor 2011-07-06 13:30:54 UTC --- What is the test case for this bug report? It doesn't seem to correspond to the test case in PR 12366, which has no main program. The description of the test case is written in

[Bug binutils/12964] Unportable use of sed in binutils/Makefile.am

2011-07-06 Thread marcus at mc dot pp.se
http://sourceware.org/bugzilla/show_bug.cgi?id=12964 --- Comment #1 from Marcus Comstedt 2011-07-06 10:50:19 UTC --- I suggest the following replacement: awk '/^program_transform_name=/ {print "program_transform_name=\"$(program_transform_name)\""; next} {print}' < $< > $@ Note that I also

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread timo.lindfors at iki dot fi
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #15 from Timo Lindfors 2011-07-06 10:13:00 UTC --- Thanks to Riku Voipio I now have access to hardware that can be used to debug this. Will take some time for me to find a compatible power supply and install the OS though. -- Con

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #14 from Doug Kwan 2011-07-06 07:48:56 UTC --- (In reply to comment #13) > (In reply to comment #12) > > There is no doubt that the patch is incomplete. That just fixed a single > > instance of code that must be fixed in a number

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-07-06 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #13 from Doug Kwan 2011-07-06 07:00:26 UTC --- (In reply to comment #12) > There is no doubt that the patch is incomplete. That just fixed a single > instance of code that must be fixed in a number of different places. I have a p