Binutils is configured with option:
./configure \
--program-prefix=m68k-coff- \
--prefix=/usr/local/m68k-coff \
--target=m68k-coff \
--enable-shared
Error during compilation : This target is no longer supported in gas
--
Summary: m68k-coff This target is no longer supported in gas
--- Additional Comments From amodra at bigpond dot net dot au 2007-04-26
01:28 ---
It isn't supported because no one has cared enough to convert the m68k-coff
assembler over to use BFD.
--
What|Removed |Added
-
[EMAIL PROTECTED] tmp]$ cat x.s
.intel_syntax noprefix
mov eax, [rip] + 2
[EMAIL PROTECTED] tmp]$ gcc -c x.s
[EMAIL PROTECTED] tmp]$ objdump -d x.o
x.o: file format elf64-x86-64
Disassembly of section .text:
<.text>:
0: 8b 05 02 00 00 00 mov2(%
--- Additional Comments From klchxbec at freenet dot de 2007-04-26 05:21
---
The patch is written by IBM employee. My alternate
email id is kchowkse_at_in_ibm_com
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3990
--- You are receiving this mail because: ---
You are on t