[Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
--- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:23 --- (From update of attachment 2817) leave this attachment to enable download. -- What|Removed |Added --

[Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
--- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:21 --- Created an attachment (id=2818) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2818&action=view) contains the Makefile, Assembly file and C file to reproduce the problem contains the Makefile, Assembly

[Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
--- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:20 --- (From update of attachment 2817) will attach the code again as text to enable viewing. -- What|Removed |Added --

[Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
--- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:18 --- here are the output and error messages: veneer2> make arm-elf-as -mno-fpu -march=armv4t -mcpu=arm7tdmi -mthumb-interwork -o First

[Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
--- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:16 --- Created an attachment (id=2817) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2817&action=view) contains the Makefile, Assembly file and C file to reproduce the problem Makefile, ARM assembly, C code

[Bug ld/6726] New: enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275

2008-07-07 Thread adsouzp at netscape dot net
using arm-elf-ld: when: - you have an asm file with .data & .text with Thumb interworking enabled and .data is not accessed anywhere and will be garbage-collected - you have a C file compiled in Thumb mode with Thumb interworking enabled - you enable --gc-sections you get an assert from ldlang.

Re: Installation problems binutils-2.18

2008-07-07 Thread Brian Dessent
wim wrote: > 1 Output of make: make.log.gz > > 2 Logfile of configure: config.log.gz > > 3 config.status config.status.gz > > 4 Makefile Makefile.gz The error occurs when configuring inside the libiberty subdirectory, but you've attach

Re: FW: objdump says 'no recognized debugging informatio'

2008-07-07 Thread Nick Clifton
Hi Sharath, If you use a recent version of binutils, build from the CVS sources, you should also find that "objdump --debugging" now also works. I recently added a patch to make it display DWARF debug information if it fails to find any STAB debug information in a given file. Cheers Nic