[Bug gold/19119] Gold accepts bogus target emulation

2015-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 --- Comment #9 from H.J. Lu --- Just for the record, when -m is really used to select the correct emulation, gold and ld may require different emulations since ld may not be able to use the one working for gold and gold may ignore the one used

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-05 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Cary Coutant changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #8 from Cary Couta

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-05 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Bug 19119 depends on bug 19172, which changed state. Bug 19172 Summary: gold is missing emulations, at least on aarch64-linux, arm-linux-gnueabi, powerpc-linux https://sourceware.org/bugzilla/show_bug.cgi?id=19172 What|Removed

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=96f9814df23564e16909bb5ba00de4a202c63417 commit 96f9814df23564e16909bb5ba00

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-04 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Andreas Schwab changed: What|Removed |Added Depends on||19172 Referenced Bugs: https://sou

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Bug 19119 depends on bug 19200, which changed state. Bug 19200 Summary: error: unrecognised output emulation: aarch64linux https://sourceware.org/bugzilla/show_bug.cgi?id=19200 What|Removed |Added ---

[Bug gold/19119] Gold accepts bogus target emulation

2015-11-02 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Andreas Schwab changed: What|Removed |Added Depends on||19200 Referenced Bugs: https://sou

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6457197210144f50a696097c0d308d81d46d5510 commit 6457197210144f50a696097c0d308d81

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-15 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 --- Comment #4 from H.J. Lu --- In llvm gold plugin tests, there are test/tools/gold/PowerPC/mtriple.ll:; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -m elf32ppc \ test/tools/gold/X86/bcsection.ll:; RUN: %gold -r -o %T/bcsection.o -m elf_x86

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-14 Thread hjl.tools at gmail dot com
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

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-14 Thread ccoutant at gmail dot com
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

[Bug gold/19119] Gold accepts bogus target emulation

2015-10-14 Thread hjl.tools at gmail dot com
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]