mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
We have interchangeably used unsigned long for some of the types defined in elfutils, assuming they're always 64-bit. This obviously fails when building gendwarfksyms on 32-bit hosts. Fix the types. Reported-by: Michal Suchánek <msuchanek@suse.de> Closes: https://lore.kernel.org/linux-modules/aRcxzPxtJblVSh1y@kitsune.suse.cz/ Tested-by: Michal Suchánek <msuchanek@suse.de> Signed-off-by: Sami Tolvanen <samitolvanen@google.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| .gitignore | ||
| cache.c | ||
| die.c | ||
| dwarf.c | ||
| gendwarfksyms.c | ||
| gendwarfksyms.h | ||
| kabi.c | ||
| Makefile | ||
| symbols.c | ||
| types.c | ||