This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Print cache size and geometry auxv types on LD_SHOW_AUXV=1


* Tulio Magno Quites Machado Filho:

> +    _dl_printf ("%luB line size, ", line);

Does _dl_printf support %lu?  If it does, this looks okay to me.
AT_L1D_CACHEGEOMETRY is 43, so the array-based approach is still not too
bad.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]