[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1 |
Date: |
Tue, 13 Feb 2018 00:19:51 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=13671
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
--- Comment #16 from H.J. Lu <hjl.tools at gmail dot com> ---
address@hidden solaris-1]$ cat dummy.s
.text
.global _start
_start:
movl address@hidden, %eax
.globl bar
.type bar, @function
bar:
leal address@hidden(,%ebx,1), %eax
call address@hidden
movl (%eax), %eax
.globl foo
.section .tbss,"awT",@nobits
.align 4
.type foo, @object
.size foo, 4
foo:
.zero 4
address@hidden solaris-1]$ gcc -c -m32 dummy.s
address@hidden solaris-1]$ ./ld -m elf_i386_sol2 dummy.o
./ld: BFD (GNU Binutils) 2.30.51.20180212 internal error, aborting at
/export/gnu/import/git/sources/binutils-gdb/bfd/elf32-i386.c:3169 in
elf_i386_relocate_section
./ld: Please report this bug.
address@hidden solaris-1]$ ld -m elf_i386 dummy.o
address@hidden solaris-1]$
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, (continued)
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/07
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/08
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/08
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/08
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/09
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/10
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/11
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at gcc dot gnu.org, 2018/02/11
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/11
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/12
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1,
hjl.tools at gmail dot com <=
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/12
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/14
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/14
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/14
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/14
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, ro at CeBiTec dot Uni-Bielefeld.DE, 2018/02/15
- [Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1, hjl.tools at gmail dot com, 2018/02/17