Re: Error: can't resolve `.hcu.uncommon_code' {.hcu.uncommon_code section} - `.LFB17' {.text section}

2007-04-21 Thread Jim Wilson
On Fri, 2007-04-20 at 18:55 -0700, Kristis Makris wrote: > /tmp/ccAyM42z.s: Assembler messages: > /tmp/ccAyM42z.s:787: Error: can't resolve > `.hcu.uncommon_code' {.hcu.uncommon_code section} - `.LFB17' {.text > section} You are subtracting symbols in different ELF object file sections. This is n

SUCCESS: after all workarounds, binutils-2.17.50 builds & works

2007-04-21 Thread anirkko
Just for feedback: Today's CVS snapshot "binutils-2.17.50", after applying all the workarounds reported today applied, builds fine with the configure options below on sparc-sun-solaris2.6, installs fine, and the resulting gas and gld seem to start off well in bootstrapping gcc... Thanks, and gree

Re: binutils-2.17.50 snapshot fails: bfd/ieee.c

2007-04-21 Thread Nick Clifton
Hi Arto, I have applied the attached patch to fix this problem, and the problems in ecoff.c and coff-m68k.c that you reported. I think that in these cases it is sufficient to just initialise the relevant variables. Cheers Nick bfd/ChangeLog 2007-04-21 Nick Clifton <[EMAIL PROTECTED]>