[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2023-10-02 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-05-15 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #16 from Alan Modra --- I am far from omniscient, so no, I can't tell you what you or Gentoo did. The patch that I committed to binutils master on top of Nick's patch merely fixed use of += in shell scripts, a feature not supporte

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-05-15 Thread lenohou at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #15 from Leno Hou --- Hi Alan Modra, When used your patch, below is not we expected. localhost files # ld -V GNU ld (Gentoo 2.25.1 p1.1) 2.25.1

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #14 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=13b8c3356bc76abc3624ea9348cc8e834594dfe0 commit 13b8c3356bc76abc3624ea9348cc

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-26 Thread lenohou at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #13 from Leno Hou --- Hi Alan, >> makefiles that wrongly passed -melf64ppc caused powerpc64le-linux-ld to give >> an >>obvious error relating to its command line rather than something more >> obscure. aclocal -> automake -> lib

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-26 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #12 from Mike Frysinger --- (In reply to Alan Modra from comment #11) i can't speak too much to ppc-specific codebases, but i think the wider ecosystem has gotten sane now (especially with libtool handling a lot now). Leno has be

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-26 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #11 from Alan Modra --- It used to be that you were much better off *not* having the big-endian linker targets available by default, so that makefiles that wrongly passed -melf64ppc caused powerpc64le-linux-ld to give an obvious er

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #10 from Mike Frysinger --- (In reply to Alan Modra from comment #9) counter point: bfd already does it for powerpc linux targets (and more): ppc -> enable BE & LE, 32 & 64, default to BE/32 ppcle -> enable BE & LE, 32 & 64

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #9 f

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=731bb67af7ba357164095a035749e3aaa9ac1f4f commit 731bb67af7ba357164095a03574

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread lenohou at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #6 from Leno Hou --- Thanks Nick, This is works fine with me, Great. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binuti

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #5

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-23 Thread blueness at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #4 from Anthony G. Basile --- (In reply to Leno Hou from comment #3) > Srry for the incorrect description, > > Again, > > we can't get elf64ppc emulation on powerpc64 little-endian( abbrev. ppc64le) > when building binutils.

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-23 Thread lenohou at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 --- Comment #3 from Leno Hou --- Srry for the incorrect description, Again, we can't get elf64ppc emulation on powerpc64 little-endian( abbrev. ppc64le) when building binutils. If there is no elf64ppc emulations, we can't build grub2 fo

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-23 Thread blueness at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Anthony G. Basile changed: What|Removed |Added CC||blueness at gentoo dot org --- Co

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-23 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Mike Frysinger changed: What|Removed |Added CC|vapier at gentoo dot org |toolchain at gentoo dot org

[Bug ld/19985] ld/configure.tgt: LE ppc64 targets do not include BE emulations

2016-04-23 Thread lenohou at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19985 Leno Hou changed: What|Removed |Added Summary|ld/configure.tgt: there is |ld/configure.tgt: LE ppc64