bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/19118] New: Gold doesn't support EM_IAMCU


From: hjl.tools at gmail dot com
Subject: [Bug gold/19118] New: Gold doesn't support EM_IAMCU
Date: Mon, 12 Oct 2015 17:04:38 +0000

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: ---

address@hidden iamcu]$ cat x.s
        .text
        .type _start,"function"
        .global _start
_start:
        .byte 0
address@hidden 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
address@hidden iamcu]$

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]