|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | add support for x32 ABI | ||
|---|---|---|---|
| Product: | binutils | Reporter: | Mike Frysinger <vapier> |
| Component: | gold | Assignee: | Ian Lance Taylor <ian> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | enhancement | CC: | ccoutant, hjl.tools |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | x86_64-linux-gnu | |
| Build: | Last reconfirmed: | ||
|
Description
Mike Frysinger
2012-06-09 07:14:15 UTC
X32 has been supported in gold for a while: [hjl@gnu-4 kernel]$ ld.gold -V GNU gold (Linux/GNU Binutils 2.22.52.0.5.20120609) 1.11 Supported targets: elf32-i386 elf32-i386-freebsd elf32-i386-nacl elf32-x86-64 elf32-x86-64-freebsd elf32-x86-64-nacl elf64-x86-64 elf64-x86-64-freebsd elf64-x86-64-nacl Supported emulations: elf_i386 elf_i386_nacl elf32_x86_64 elf32_x86_64_nacl elf_x86_64 elf_x86_64_nacl [hjl@gnu-4 kernel]$ Did you run into any problems? ok, i was testing with 2.22 (which supports x32, but not in gold). 2.22.52.0.3 seems to work great. sorry for the noise. |