[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-17 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #31 from gagan singh sidhu (gagz, broly, w/e u want) --- that is fair. and you are right. if those messages were available, it would have been helpful. and yeah my change doesn’t really provide anything in terms of output unless

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-17 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #29 from gagan singh sidhu (gagz, broly, w/e u want) --- hi cliffz, thanks for this information. i saw your commit and while it’s not wrong, i was hoping you would be open to suggestions: 1. we don’t need both the changes to elf

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-16 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #27 from gagan singh sidhu (gagz, broly, w/e u want) --- it does, cliffz. thank you so much for troubleshooting the issue. if you don’t mind, would you allow me to mail you in the future to learn about how exactly you pinpointed t

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-16 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 gagan singh sidhu (gagz, broly, w/e u want) changed: What|Removed |Added Attachment #12468|0 |1

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-16 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #23 from gagan singh sidhu (gagz, broly, w/e u want) --- Created attachment 12468 --> https://sourceware.org/bugzilla/attachment.cgi?id=12468&action=edit patch for mips targets (do not support ifuncs) -- You are receiving this

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-16 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #22 from gagan singh sidhu (gagz, broly, w/e u want) --- nick would you mind testing to see if this occurs using a "mipsel-unknown-linux-gnu" target? if not, then maybe the if conditional can be tidied up a little better by adding

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #21 from gagan singh sidhu (gagz, broly, w/e u want) --- compiles cleanly. so this is also another plausible fix. let's get something upstream pronto pls -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #20 from gagan singh sidhu (gagz, broly, w/e u want) --- if (bed->elf_osabi == ELFOSABI_NONE && bed->target_id != MIPS_ELF_DATA) bed->elf_osabi = ELFOSABI_GNU; else if (bed->target_id == MIPS_ELF_D

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #19 from gagan singh sidhu (gagz, broly, w/e u want) --- is it possible havving something like bed->elf_target_id == MIPS_ELF_DATA in the "else if" could fix this/ i haen't tested yet i'm practicing, but i am wondering if making th

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #18 from gagan singh sidhu (gagz, broly, w/e u want) --- looking at the binutils and searching for the keyword, is it possible 'gas' is the problem?: GagansMacPro:mkbu Gagan$ grep -rn gnu_indirect_function . Binary file ./gas/as-n

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #17 from gagan singh sidhu (gagz, broly, w/e u want) --- config.log reports the following relevant variables. seems there's confusion between ld and gcc for indirect_function: libc_cv_gcc_indirect_function=no libc_cv_gcc_unwind_fi

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-15 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #14 from gagan singh sidhu (gagz, broly, w/e u want) --- hello nick, now i see: cd /Volumes/xtoolshit/bglibc && /Volumes/xtoolshit/hdr3/cross/bin/../lib/gcc/mips64el-none-linux-gnu/9.3.0/../../../../mips64el-none-linux-gnu/bin/ar

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-14 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #8 from gagan singh sidhu (gagz, broly, w/e u want) --- Created attachment 12455 --> https://sourceware.org/bugzilla/attachment.cgi?id=12455&action=edit glibc build directory containing assert fail -- You are receiving this mai

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-09 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #5 from gagan singh sidhu (gagz, broly, w/e u want) --- hi, so the error when building the o32 library is on the following line: /Applications/Xcode.app/Contents/Developer/usr/bin/make subdir=rt -C rt ..=../ others mips64el-none

[Bug binutils/25803] cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-08 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25803 --- Comment #2 from gagan singh sidhu (gagz, broly, w/e u want) --- so it is being looked at? i couldn't udpate the importance of the other post, nor give other important information;. this an important issue. i wish i was as familiar with bin

[Bug binutils/25803] New: cross compilation of glibc using mips64el-none-linux-gnu as the host

2020-04-08 Thread broly at mac dot com
/bugzilla/show_bug.cgi?id=22302 Status: UNCONFIRMED Severity: critical Priority: P1 Component: binutils Assignee: unassigned at sourceware dot org Reporter: broly at mac dot com Target Milestone: --- Host: mips64el-*-linux

[Bug ld/22302] Unable to link glibc-2.24 for mips64-linux-gnuabi64 (assertion fail elfxx-mips.c:9011)

2020-03-30 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22302 broly at mac dot com changed: What|Removed |Added CC||broly at mac dot com

[Bug ld/22302] Unable to link glibc-2.24 for mips64-linux-gnuabi64 (assertion fail elfxx-mips.c:9011)

2020-03-30 Thread broly at mac dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22302 --- Comment #1 from broly at mac dot com --- hi, sorry to bump this, but i’ve been having the exact same problem when trying to make a multilib glibc using a mips64el-none-linux-gnu binutils/gcc. specifically, if i am trying to build the o32