This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: FYI: Small build fix for unusual configuration


This might be just shifting the problem into the future, but this works
with less code and will make it easier to add more formats, should that
be necessary:

>      for (size_t i = 0;
>-	i < sizeof vmlinux_suffixes / sizeof vmlinux_suffixes[0];
>+	i + 1 < (sizeof vmlinux_suffixes / sizeof vmlinux_suffixes[0]) + 1;

PM

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