[Toybox] [PATCH] Tell the compiler toybox_version can go in rodata.

Rob Landley rob at landley.net
Wed Dec 27 04:09:56 PST 2023


On 12/25/23 11:39, enh via Toybox wrote:
> Fixes https://landley.net/notes.html#17-12-2023.

Eh, "fixes"...

$ scripts/probes/findglobals
R 24	toybox_version
B 80	toys
B 4096	libbuf
B 4096	toybuf
D 7648	toy_list
B 8232	this

Still a separate named globally exported (non-static) symbol. Better, but not a
fix for the problem. I want the named symbol to be static, just so I don't have
to explain it. :)

Rob


More information about the Toybox mailing list