From 9f90a3d6636bbf6eec647909f870137eef2d1bd9 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 21 Oct 2022 02:25:46 +0800 Subject: lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h Signed-off-by: Yonggang Luo --- libdwfl/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'libdwfl/ChangeLog') diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 5254ac45..6dd84a6f 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,24 @@ +2022-10-21 Yonggang Luo + + * argp-std.c: Don't include unistd.h. + * core-file.c: Don't include unistd.h, endian.h, byteswap.h and + system.h. + * dwfl_build_id_find_debuginfo.c: Don't include unistd.h. + * dwfl_build_id_find_elf.c: Likewise. + * dwfl_end.c: Likewise. + * dwfl_frame.c: Likewise. + * dwfl_module.c: Likewise. + * dwfl_module_getdwarf.c: Likewise. + * dwfl_report_elf.c: Likewise. + * dwfl_segment_report_module.c: Don't include endian.h and unistd.h. + * find-debuginfo.c: Don't include unistd.h. + * gzip.c: Likewise. + * image-header.c: Don't include system.h, unistd.h and endian.h. + * link_map.c: Don't include byteswap.h and endian.h. + * linux-pid-attach.c: Don't include unistd.h. + * offline.c: Likewise. + * open.c: Likewise. + 2022-10-21 Yonggang Luo * libdwfl_crc32.c: Remove LIB_SYSTEM_H define. -- cgit v1.2.1