https://sourceware.org/bugzilla/show_bug.cgi?id=19091
--- Comment #6 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Kaz Kojima :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b4b0e149fa667b3907382e3492b53759665fe979
commit b4b0e149fa667b3907382e3492b53
https://sourceware.org/bugzilla/show_bug.cgi?id=19090
--- Comment #3 from Ronald Hoogenboom ---
Created attachment 8717
--> https://sourceware.org/bugzilla/attachment.cgi?id=8717&action=edit
simplified patch
Simplified the patch after suggestion from Alan Modra. Not guaranteed to work
for any
https://sourceware.org/bugzilla/show_bug.cgi?id=19119
--- Comment #3 from H.J. Lu ---
(In reply to Cary Coutant from comment #2)
> Yes, gold uses the target of the first object file; only if there are
> no object files does it use the -m option (note that the option is
> marked "obsolete").
I th
https://sourceware.org/bugzilla/show_bug.cgi?id=19119
--- Comment #2 from Cary Coutant ---
Yes, gold uses the target of the first object file; only if there are
no object files does it use the -m option (note that the option is
marked "obsolete").
-cary
On Wed, Oct 14, 2015 at 7:39 AM, hjl.too
https://sourceware.org/bugzilla/show_bug.cgi?id=19119
--- Comment #1 from H.J. Lu ---
[hjl@gnu-6 pr19119]$ cat x.s
.text
.type _start,"function"
.global _start
_start:
ret
[hjl@gnu-6 pr19119]$ make
./as --32 -o x.o x.s
./ld -m elf_iamcu -o x x.o
[hjl@gnu-6 pr19119]
https://sourceware.org/bugzilla/show_bug.cgi?id=19109
--- Comment #17 from Mark Wielaard ---
That does sound like a good plan for the assembler (lets do a separate
discussion about the linker).
I do like to see a way for os/target to evaluate the risks/costs/benefits
before enabling the default