[PATCH v7 1/6] elf: Add SFrame support to _dl_find_object function

Andreas Schwab schwab@linux-m68k.org
Fri Jul 11 12:11:13 GMT 2025


On Jul 11 2025, Florian Weimer wrote:

> * Claudiu Zissulescu-Ianculescu:
>
>> -#endif /* __USE_GNU */
>> +/* SFrame stack trace data is valid.  */
>> +#define DLFO_FLAG_SFRAME      (1 << 0UL)
>
> Not sure if this works, usually we write it as 1ULL (sorry if I mistyped
> this before.

That doesn't make sense, the type of a shift expression is the
(promoted) type of its left operand alone.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list