[Bug libc/34559] New: [m68k] Regression: unresolvable R_68K_32 relocation against symbol `fmod@@GLIBC_2.43'
"glaubitz at physik dot fu-berlin.de via Glibc-bugs" <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34559
Bug ID: 34559
Summary: [m68k] Regression: unresolvable R_68K_32 relocation
against symbol `fmod@@GLIBC_2.43'
Product: glibc
Version: 2.43
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libc
Assignee: unassigned at sourceware dot org
Reporter: glaubitz at physik dot fu-berlin.de
CC: adhemerval.zanella at linaro dot org, drepper.fsp at gmail dot com,
sam at gentoo dot org, [email protected]
Target Milestone: ---
Host: m68k-*-*
This seems to be a direct fallout of the fix for bz#34509 and happens, for
example, when building Perl on m68k:
m68k-linux-gnu-gcc -Wl,-z,relro -fstack-protector-strong -L/usr/local/lib -o
miniperl \
opmini.o perlmini.o universalmini.o av.o builtin.o caretx.o class.o deb.o
doio.o doop.o dquote.o dump.o globals.o gv.o hv.o keywords.o locale.o mathoms.o
mg.o mro_core.o numeric.o pad.o peep.o perlio.o perly.o pp.o pp_ctl.o pp_hot.o
pp_pack.o pp_sort.o pp_sys.o reentr.o regcomp.o regcomp_debug.o
regcomp_invlist.o regcomp_study.o regcomp_trie.o regexec.o run.o scope.o sv.o
taint.o time64.o toke.o utf8.o util.o miniperlmain.o -ldl -lm -lpthread -lc
-lcrypt
/usr/bin/m68k-linux-gnu-ld.bfd: pp.o(.text+0x4fc2): unresolvable R_68K_32
relocation against symbol `fmod@@GLIBC_2.43'
/usr/bin/m68k-linux-gnu-ld.bfd: final link failed
collect2: error: ld returned 1 exit status
--
You are receiving this mail because:
You are on the CC list for the bug.