Re: objcopy in binutils doesn't work on Mac OS X

2007-02-27 Thread Nick Clifton
Hi Axel, I'm trying to rename symbols in an archive using objcopy. Your examples below use objdump rather than objcopy. Are you experiencing the same problem with both tools ? It works perfectly under Linux, but on Mac OS X, Do you mean that you can run objcopy and/or objdump on the tes

[Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 11:44 --- Hi Robert, > Hmm, wasn't '|' known to be the bitwise OR operator? Yes. But: a) Other ports use | as the line separator character. b) The patch has been in for a while now, so changing the character w

[Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread rschiele at gmail dot com
--- Additional Comments From rschiele at gmail dot com 2007-02-27 13:13 --- Well, maybe almost nobody noticed this until now because there was no official binutils release since then. Actually I consider this to be a problem because for example the msp430-libc msp430/common.h header def

Re: [Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread Nick Clifton
Hi Robert, Well, maybe almost nobody noticed this until now because there was no official binutils release since then. Actually I consider this to be a problem because for example the msp430-libc msp430/common.h header defines some constants to setup the watchdog. These constants are designed t

[Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 14:30 --- Subject: Re: No line separator character is defined for msp430-gas Hi Robert, > Well, maybe almost nobody noticed this until now because there was no official > binutils release since then. > > Actually I consi

[Bug binutils/4035] BFD failure on solaris 10 with very large shared library

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 14:48 --- Hi Laurent, Does this problem still exist with a version of objdump built from the current mainline binutils sources from the CVS repository ? Is it possible to reproduce the problem as a small test case ? (

[Bug binutils/4035] BFD failure on solaris 10 with very large shared library

2007-02-27 Thread nickc at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=4035 --- You are receiving this mail because:

[Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread rschiele at gmail dot com
--- Additional Comments From rschiele at gmail dot com 2007-02-27 15:02 --- I will do a test build of the whole toolchain now including the jtag module to test '{' as the separator and report back then... -- http://sourceware.org/bugzilla/show_bug.cgi?id=2623 --- You are receivi

[Bug binutils/4035] BFD failure on solaris 10 with very large shared library

2007-02-27 Thread laurent at oget dot net
--- Additional Comments From laurent at oget dot net 2007-02-27 15:59 --- Subject: Re: BFD failure on solaris 10 with very large shared library 27 Feb 2007 14:48:14 -, nickc at redhat dot com <[EMAIL PROTECTED]>: > > --- Additional Comments From nickc at redhat dot com 2007-02

[Bug binutils/4035] BFD failure on solaris 10 with very large shared library

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 16:53 --- Hi Laurent, > I got things to work after rebuilding the whole toolchain with the gnu > ld instead of the solaris ld, so it sounds like this might be a > solaris ld issue. OK, in which case I will close this PR.

[Bug ld/4023] Default rpath does not respect sysroot

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 17:46 --- Created an attachment (id=1584) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1584&action=view) Strip sysroot from rpaths inserted into AIX binaries. -- http://sourceware.org/bugzilla/show_bug.cgi?id=

[Bug ld/4023] Default rpath does not respect sysroot

2007-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-27 17:47 --- Hi Kyle, > It looks like the problematic code is in aix.em: Were you thinking of something like the upload patch to fix this ? I do not have access to an AIX system on which to check out the patch, so perhaps

[Bug binutils/4007] Linker failed to issue an error on bad section in segment

2007-02-27 Thread etienne_lorrain at yahoo dot fr
--- Additional Comments From etienne_lorrain at yahoo dot fr 2007-02-27 19:54 --- Patch works nicely (did it on 2.17 vanilia): /home/etienne/linux/binutils-2.17/ld/ld-new: vmlinux: section `.realmode' can't be allocated in segement 0 /home/etienne/linux/binutils-2.17/ld/ld-new: final li

[Bug gas/2623] No line separator character is defined for msp430-gas

2007-02-27 Thread rschiele at gmail dot com
--- Additional Comments From rschiele at gmail dot com 2007-02-28 04:11 --- Ok, everything of the toolchain including the jtag module built fine with '{' as separator. Since I can't see another problematic use of '{' for assembler code I think this is a reasonable choice. -- http://s

[Bug ld/4109] ld crash on broken object file

2007-02-27 Thread sliedes at cc dot hut dot fi
--- Additional Comments From sliedes at cc dot hut dot fi 2007-02-28 05:18 --- Created an attachment (id=1586) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1586&action=view) Test case -- http://sourceware.org/bugzilla/show_bug.cgi?id=4109 --- You are receiving this ma

[Bug ld/4109] New: ld crash on broken object file

2007-02-27 Thread sliedes at cc dot hut dot fi
The attached object file crashes ld, both 2.17 and HEAD: $ ld broken.o Segmentation fault -- Summary: ld crash on broken object file Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Componen

[Bug ld/4109] ld crash on broken object file

2007-02-27 Thread sliedes at cc dot hut dot fi
--- Additional Comments From sliedes at cc dot hut dot fi 2007-02-28 05:20 --- This on amd64. Sorry for forgetting to mention, I don't mean to cause extra work. :) I broke the .o, it wasn't generated by anything. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4109 --- You ar

[Bug binutils/4110] New: Broken object file crashes nm

2007-02-27 Thread sliedes at cc dot hut dot fi
The attached broken object file crashes nm, both 2.17 and HEAD, on amd64. $ nm nm-broken.o BFD: nm-broken.o: invalid string offset 4196815 >= 2575 for section `.strtab' BFD: nm-broken.o: invalid SHT_GROUP entry BFD: nm-broken.o: invalid SHT_GROUP entry BFD: nm-broken.o: invalid SHT_GROUP entry [..

[Bug binutils/4110] Broken object file crashes nm

2007-02-27 Thread sliedes at cc dot hut dot fi
--- Additional Comments From sliedes at cc dot hut dot fi 2007-02-28 05:32 --- Created an attachment (id=1587) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1587&action=view) Test case -- http://sourceware.org/bugzilla/show_bug.cgi?id=4110 --- You are receiving this ma