--- 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
--
--- 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
--- 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
--
--- 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
--- 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
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.
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
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