Title: BinUtils built with arm and elf bfd support
Ooops...forgot to mention where it fails:
It fails at building BFD stating that:
*** BFD does not support target arm-*-elf*.
*** Look in bfd/config.bfd for supported targets.
-Original Message-
From: Raymond Hurst
Sent:
Title: BinUtils built with arm and elf bfd support
Hi,
I'm trying to build the binutils and gcc wirh arm and elf support.
I have tried the following targets with no success:
--target=arm-*-elf*
--target=arm-*-elf
--target=arm9e-*-elf
The build and host system is i686-pc-cygwin.
Any
--- Additional Comments From nickc at redhat dot com 2005-04-01 13:27
---
Subject: Re: Addr2line ignores the DWARF DW_AT_ranges attributes
Hi Fred,
> Proposed patch to fix the reported problem
This patch is approved - please apply.
Cheers
Nick
--
http://sources.redhat.com
Hi Fred,
Proposed patch to fix the reported problem
This patch is approved - please apply.
Cheers
Nick
___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils
As reported at
http://sourceware.org/ml/binutils/2005-03/msg00913.html
(and followups - the thread is a bit broken in the archive), the command
objdump -j .text --syms
which might be expected to only dump symbols from the .text section, in fact
dumps all symbols from the object. Confirme