Re: Conflict between MIPS PLTS and abicalls stubs

2009-03-25 Thread Daniel Jacobowitz
at list and it isn't tracked in the database. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: Build error with binutils 2.18: requires makeinfo but shouldn't

2008-06-23 Thread Daniel Jacobowitz
rching this bug I saw quite a number of these). Oh, agreed... I'm thinking about the best solution. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: Build error with binutils 2.18: requires makeinfo but shouldn't

2008-06-23 Thread Daniel Jacobowitz
On Mon, Jun 23, 2008 at 02:19:36PM -0400, Paul Smith wrote: > On Sat, 2008-06-21 at 11:59 -0400, Daniel Jacobowitz wrote: > > The release branch has the generated files in it. This is how > > binutils releases have traditionally been managed. It's the snapshots > > bef

Re: Build error with binutils 2.18: requires makeinfo but shouldn't

2008-06-21 Thread Daniel Jacobowitz
, to be sure the correct behavior is preserved. To the best of my knowledge there is no portable way to do this. If someone else wants to work on it... -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: localization of binutils to Hungarian

2008-04-29 Thread Daniel Jacobowitz
On Tue, Apr 29, 2008 at 04:27:05PM +0200, Németh Márton wrote: > Where can I reach the GNU Translation Project robot? > > Is there any documentation about this robot? It's the first google result for "gnu translation project": translationproject.org. -- Daniel

Re: localization of binutils to Hungarian

2008-04-28 Thread Daniel Jacobowitz
this to the GNU Translation Project robot, it will automatically be picked up for binutils once it's included. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: Correct ELF machine for coldfire?

2008-01-31 Thread Daniel Jacobowitz
d so forth. >> >> Should this be getting set to EM_COLDFIRE, or is the existing behavior >> correct? > > I think that it is a bug. ie the number should be EM_COLDFIRE. The GNU tools never generate EM_COLDFIRE. I think some non-G

Re: shared lib relocation problem

2007-09-21 Thread Daniel Jacobowitz
7;s __attribute__((hidden)) or -fvisibility=hidden. This is a difference between ELF linkage and Windows-style DLL linkage. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: More: binutils-2.17 build tries to modify distribution directory

2007-04-19 Thread Daniel Jacobowitz
from binutils. It will be fixed in the next release, or you can get a snapshot. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: arm-elf-as 2.16.1 always gives "relocation truncated to fit: R_ARM_PC24"

2007-02-07 Thread Daniel Jacobowitz
error, including command lines. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: binutils doc on www.gnu.org

2006-11-26 Thread Daniel Jacobowitz
hat one didn't have to go to sourceware? -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: x86_64 target for Solaris 2.10?

2006-07-24 Thread Daniel Jacobowitz
s? Try i686-pc-solaris2.10, using GDB 6.5. But I don't think GDB supports 64-bit binaries on Solaris x86. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: -al

2006-03-10 Thread Daniel Jacobowitz
On Fri, Mar 10, 2006 at 08:40:18PM -0500, George M. Gallant, Jr. wrote: > Daniel, > > I don't understand the context of you question. The patch from Nick > seems to > fix my concern. Right - it was directed at Nick. -- Daniel Jac

Re: -al

2006-03-10 Thread Daniel Jacobowitz
,1212 > keep_it = 0; > > if (!keep_it) > ! unlink (out_file_name); > > input_scrub_end (); > Is this bit unrelated? -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutil

Re: ld error: internal error, aborting at ../../bfd/cache.c line 495 in bfd_cache_lookup_worker

2006-01-31 Thread Daniel Jacobowitz
in current versions. It used to mean that a file could not be reopened, e.g. had been deleted while the linker was using it. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: objcopy --add-section doubt

2006-01-31 Thread Daniel Jacobowitz
no restriction in ELF about having multiple sections with the same name; some non-GNU tools do this a lot. -- Daniel Jacobowitz CodeSourcery ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: Building binutils-2.15.97 --enable-targets=all

2006-01-30 Thread Daniel Jacobowitz
was the latest on > ftp://sourceware.org/pub/binutils/snapshots - didn't know there was a > more recent release. binutils-060130.tar.bz2 is more recent; the things with 2.x.y version numbers are prerelease snapshots, and the matching final releases are available in the releases directory. -

Re: ld doesn't warn about undefined symbols

2005-11-04 Thread Daniel Jacobowitz
py to convert to any other formats you want to generate. > boot.bin: boot.o test.o > $(LD) $(LFLAGS) boot.o test.o -o $@ > OUTPUT_FORMAT(elf32-little) > /*OUTPUT_FORMAT(binary)*/ $(LD) $(LFLAGS) boot.o test.o -o [EMAIL PROTECTED] $(OBJCOPY) -O binary [EMAIL PROT

Re: DW_AT_high_pc and DW_AT_low_pc zero in DWARF-2 debug info in obje ct file in 64bit world

2005-11-04 Thread Daniel Jacobowitz
you will see relocations associated with the dwarf sections, at the offsets of the "bad" DW_AT_high_pc fields. This is not a bug. -- Daniel Jacobowitz CodeSourcery, LLC ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: Is this a bug? Can do mov r0, #676

2005-10-02 Thread Daniel Jacobowitz
6 it works fine. > > I've tried with the following binutils versions with identical results. > 2.13.2.1 > 2.15. > 2.16.1 > > Immediate operands are limited to 8 bits. Then why does 676 work? You should take another look at the ARM instruction

Re: [Bug ld/1343] New: need --with-lib-path = $exec_prefix for ld

2005-09-14 Thread Daniel Jacobowitz
ch thing down. The toplevel configure script propogates unknown --with options to all subdirectories. Have you tried using --with-lib-path? -- Daniel Jacobowitz CodeSourcery, LLC ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: binutils 2.16.1 assembler dwarf2 relocations break solaris native ld

2005-08-12 Thread Daniel Jacobowitz
ly file with GCC). Silly question, perhaps, but why not have gas generate R_SPARC_UA32? -- Daniel Jacobowitz CodeSourcery, LLC ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf32-i386.c line 2262 in elf_i386_relocate_section

2005-07-15 Thread Daniel Jacobowitz
de of the file in which they are defined, so converting all the symbols to local is definitely not what you want. Maybe converting them to hidden. -- Daniel Jacobowitz CodeSourcery, LLC ___ bug-binutils mailing list bug-binutils@gnu.org http://list

Re: linker seg fault

2005-07-01 Thread Daniel Jacobowitz
t make > debugging easy. > > Can anyone suggest why it is falling over. It is unlikely that anyone can help you with binutils 2.14 now; could you try a current version, i.e. 2.16.1? -- Daniel Jacobowitz CodeSourcery, LLC ___ bug-binutils maili