This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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] don't generate empty struct global


Wenji Huang wrote:
I do find the empty struct in generated C file.

Yes, but that empty struct does not create anything in the final kernel module. Try running "nm module.ko | grep -w global". It may still exist in the debug info, but it won't have any location.


It's harmless either way...

Josh


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