https://sourceware.org/bugzilla/show_bug.cgi?id=34200
Icenowy Zheng <uwu at icenowy dot me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |uwu at icenowy dot me
--- Comment #4 from Icenowy Zheng <uwu at icenowy dot me> ---
I met a similar problem on libgobject-2.0.so from AOSC OS's glib 2.88.2, in
which a 843419 sequence is hit on 0x2eff8 , and at 0x1dff8 there's a suspicious
843419-like sequence (the instruction at 0x1dffc is reading from x0 while
writing to x0 (with x0 as Rn assigned in 0x1dff8), so I think it's not a real
843419 sequence, but it would match the 843419 predicate in ld and with ld 2.35
the adrp is patched to adr (and a veneer is generated)).
--
You are receiving this mail because:
You are on the CC list for the bug.