[Bug gas/4426] New: m68k-coff This target is no longer supported in gas
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 Product: binutils Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: ivbx at mail dot ru CC: bug-binutils at gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: m68k-coff http://sourceware.org/bugzilla/show_bug.cgi?id=4426 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/4426] 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 Status|NEW |RESOLVED Resolution||INVALID http://sourceware.org/bugzilla/show_bug.cgi?id=4426 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/4429] New: Disassembler doesn't support PC relative in Intel mode
[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(%rip),%eax# 0x8 [EMAIL PROTECTED] tmp]$ objdump -d -Mintel x.o x.o: file format elf64-x86-64 Disassembly of section .text: <.text>: 0: 8b 05 02 00 00 00 moveax,DWORD PTR ds:0x2 [EMAIL PROTECTED] tmp]$ -- Summary: Disassembler doesn't support PC relative in Intel mode Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC target triplet: x86_64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=4429 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/3990] [PATCH] IA64 gas DV: reports spurious WAW hazards
--- 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 the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils