https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Vladimir Mezentsev changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNE
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #13 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Vladimir Mezentsev
:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1bb1f55d648e9c32bbead00afc95761646a6d050
commit 1bb1f55d648e9c32bbea
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Kurt Goebel changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #12 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Vladimir Mezentsev
:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1653ae5b8440e2182ac86974b99b603bc15aa163
commit 1653ae5b8440e2182ac8
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #11 from Vladimir Mezentsev
---
The build was configured with --target=i686-linux-gnu.
Does this means that all binaries will be the 32-bit ?
I see that gprofng/libcollector/synctrace.c was built on x86_64 without -m32
option:
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #10 from Vladimir Mezentsev
---
How do you configure your build ?
It looks like there are two bugs here:
1. libgp-sync.so may not link with libc.
In run time, libgp-sync.so has to dlopen libc and use dlsym to find
pthread_cond_w
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #8 from Matthias Klose ---
no, everything on x86_64-linux-gnu so far, the i686 and aarch64 builds are
configured for these targets.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #2 from H.J. Lu ---
i686 glibc should reference pthread_cond_wait@@GLIBC_2.3.2, not
pthread_cond_wait@GLIBC_2.2.5.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
H.J. Lu changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #1 from H.J. Lu ---
Wh
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Target||i686-inux-gnu
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #6 from Matthias Klose ---
sorry, this is glibc 2.33, not 2.35.
$ echo __x86_64 | x86_64-linux-gnu-gcc -E -
# 0 ""
# 0 ""
# 0 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "" 2
# 1 ""
1
$ echo __x86_64 | x86_64-linux-gnu-gcc -m32
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #4 from H.J. Lu ---
It looks like WSIZE(64) is 1 for i686-linux-gnu. Please show the output of
# echo __x86_64 | x86_64-linux-gnu-gcc -E -
# echo __x86_64 | x86_64-linux-gnu-gcc -m32 -E -
--
You are receiving this mail because:
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Ever confirmed|1 |0
Status|WAITING
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #9 from H.J. Lu ---
gprofng/libcollector/synctrace.c is written for target. But synctrace.o
is linked against the host library. It failed to link when host != target.
--
You are receiving this mail because:
You are on the CC li
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
Matthias Klose changed:
What|Removed |Added
Target|i686-inux-gnu |i686-inux-gnu
|
https://sourceware.org/bugzilla/show_bug.cgi?id=29116
--- Comment #7 from H.J. Lu ---
Were you building x86-64 binutils on i686 Linux?
--
You are receiving this mail because:
You are on the CC list for the bug.
16 matches
Mail list logo