This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15267] libgcc_s.so.1 fails to link on Solaris 8/SPARC with GNU as 2.14.91
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 May 2004 16:40:32 -0000
- Subject: [Bug target/15267] libgcc_s.so.1 fails to link on Solaris 8/SPARC with GNU as 2.14.91
- References: <20040503162950.15267.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-05-08 16:40 -------
You're right, of course. No problem with GNU as + GNU ld, although we still
have the unaligned R_SPARC_32 instead of R_SPARC_UA32:
gax% elfdump -r _muldi3.o
[...]
Relocation: .rela.debug_line
type offset addend section with respect to
R_SPARC_32 0x59 0 .rela.debug_li .text
Given that the bootstrap is successful
1. with Sun as + Sun ld,
2. with GNU as + GNU ld,
3. with GNU as + Sun ld + easy workaround
I'm suspending this PR.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |SUSPENDED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15267