https://sourceware.org/bugzilla/show_bug.cgi?id=33374
Bug ID: 33374
Summary: Solaris x86 doesn't support -melf_x86_64 nor
-melf_i386 emulations
Product: binutils
Version: 2.46 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: Solaris x86
[hjl@gnu-cfl-3 ld]$ touch x.c
[hjl@gnu-cfl-3 ld]$ gcc -c x.c
[hjl@gnu-cfl-3 ld]$ ./ld-new -V
GNU ld (GNU Binutils) 2.45.50.20250904
Supported emulations:
elf_x86_64_sol2
elf_x86_64
elf_i386_sol2
elf_i386_ldso
elf_i386
elf_iamcu
[hjl@gnu-cfl-3 ld]$ ./ld-new -melf_x86_64 -shared x.o
./ld-new: target elf64-x86-64 not found
[hjl@gnu-cfl-3 ld]$ gcc -c x.c -m32
[hjl@gnu-cfl-3 ld]$ ./ld-new -melf_i386 -shared x.o
./ld-new: target elf32-i386 not found
[hjl@gnu-cfl-3 ld]$
--
You are receiving this mail because:
You are on the CC list for the bug.