Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1315418
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table |
| Date | 2016-01-23 00:50 +0100 |
| Message-ID | <qTTCR-2K6-83@gated-at.bofh.it> (permalink) |
| References | <qTkYp-41z-5@gated-at.bofh.it> <qTrdx-8tf-15@gated-at.bofh.it> <qTTt9-2G5-51@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 22 Jan 2016 15:34:28 -0800 Andrew Morton <akpm@linux-foundation.org> wrote: > > Support for the above is enabled by default for all architectures except > > IA-64, whose symbols are too far apart to capture in this manner. > > scripts/kallsyms.c: In function 'record_relative_base': > scripts/kallsyms.c:744: error: 'ULLONG_MAX' undeclared (first use in this function) > scripts/kallsyms.c:744: error: (Each undeclared identifier is reported only once > scripts/kallsyms.c:744: error: for each function it appears in.) > > That's with (ancient) glibc-headers-2.5-3. It appears that limits.h's > ULLONG_MAX requires "#ifdef __USE_ISOC99". I'm not sure what's the > correct way of turning this on. Actually, how about we replace it with -1ULL and get on with life.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-21 11:50 +0100
Re: [PATCH v2] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-21 12:40 +0100
[PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-21 18:30 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Kees Cook <keescook@chromium.org> - 2016-01-22 00:00 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Andrew Morton <akpm@linux-foundation.org> - 2016-01-22 00:30 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-22 09:30 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Andrew Morton <akpm@linux-foundation.org> - 2016-01-22 22:10 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-22 23:00 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Balbir Singh <bsingharora@gmail.com> - 2016-01-23 14:30 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Michael Ellerman <mpe@ellerman.id.au> - 2016-01-22 04:50 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-01-22 07:50 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Andrew Morton <akpm@linux-foundation.org> - 2016-01-22 00:00 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Andrew Morton <akpm@linux-foundation.org> - 2016-01-23 00:40 +0100
Re: [PATCH v3] kallsyms: add support for relative offsets in kallsyms address table Andrew Morton <akpm@linux-foundation.org> - 2016-01-23 00:50 +0100
csiph-web