BinUtils built with arm and elf bfd support

2005-04-01 Thread Raymond Hurst
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:

BinUtils built with arm and elf bfd support

2005-04-01 Thread Raymond Hurst
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

[Bug binutils/806] Addr2line ignores the DWARF DW_AT_ranges attributes

2005-04-01 Thread nickc at redhat dot com
--- 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

Re: [Bug binutils/806] Addr2line ignores the DWARF DW_AT_ranges attributes

2005-04-01 Thread Nick Clifton
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

[Bug binutils/813] New: Objdump not always respecting -j switch

2005-04-01 Thread dk at artimi dot com
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