Re: binutils 2.16.1 assembler dwarf2 relocations break solaris native ld

2005-09-12 Thread Andrew Morrow
If it is agreed that gas should be generating R_SPARC_UA32, then should I go ahead and submit a bug for this issue? Thanks, Andrew On 8/15/05, Eric Botcazou <[EMAIL PROTECTED]> wrote: > > Silly question, perhaps, but why not have gas generate R_SPARC_UA32? > > That indeed appears to be the most

binutils 2.16.1 assembler dwarf2 relocations break solaris native ld

2005-08-11 Thread Andrew Morrow
All of the following is on Solaris 9 SPARC, using binutils-2.16.1. These are the entire contents of os_SunOS.s from NSPR 4.6.0: /* * sol_getsp() * * Return the current sp (for debugging) */ .global sol_getsp sol_getsp: retl mov %sp, %o0 /* * sol_curthread() *

binutils 2.16.1: objcopy broken on solaris x86?

2005-07-22 Thread Andrew Morrow
I'm working on Solaris 10 on an opteron machine, with 64-bit support enabled. Using binutils-2.16.1, objcopy changes the alignment fields in the elf program header of a shared library to inappropriate values for the platform. The shared library used to test was generated with gcc-4.0.1, configured