summaryrefslogtreecommitdiff
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-10-21 02:25:46 +0800
committerMark Wielaard <mark@klomp.org>2022-10-28 14:05:07 +0200
commit9f90a3d6636bbf6eec647909f870137eef2d1bd9 (patch)
treefc4fd3467687b228bf0902bc7af6abd92f1c0477 /libdwfl/ChangeLog
parent13f21dfb9bd09ad4816901ecd63daddc580a8465 (diff)
downloadelfutils-9f90a3d6636bbf6eec647909f870137eef2d1bd9.tar.gz
lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 5254ac45..6dd84a6f 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,5 +1,26 @@
2022-10-21 Yonggang Luo <luoyonggang@gmail.com>
+ * 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 <luoyonggang@gmail.com>
+
* libdwfl_crc32.c: Remove LIB_SYSTEM_H define.
2022-09-20 Yonggang Luo <luoyonggang@gmail.com>