https://sourceware.org/bugzilla/show_bug.cgi?id=19118

            Bug ID: 19118
           Summary: Gold doesn't support EM_IAMCU
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: hjl.tools at gmail dot com
                CC: ian at airs dot com
  Target Milestone: ---

[hjl@gnu-6 iamcu]$ cat x.s
        .text
        .type _start,"function"
        .global _start
_start:
        .byte 0
[hjl@gnu-6 iamcu]$ make
./as -march=iamcu --32 -o x.o x.s
./ld -m elf_iamcu -o x x.o
./ld: fatal error: x.o: unsupported ELF machine number 6
Makefile:11: recipe for target 'x' failed
make: *** [x] Error 1
[hjl@gnu-6 iamcu]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to