summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdwfl/ChangeLog4
-rw-r--r--libdwfl/libdwfl_crc32.c1
-rw-r--r--libelf/ChangeLog4
-rw-r--r--libelf/libelf_crc32.c1
4 files changed, 8 insertions, 2 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index faa97fca..5254ac45 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-21 Yonggang Luo <luoyonggang@gmail.com>
+
+ * libdwfl_crc32.c: Remove LIB_SYSTEM_H define.
+
2022-09-20 Yonggang Luo <luoyonggang@gmail.com>
* dwfl_segment_report_module.c: Use BYTE_ORDER, LITTLE_ENDIAN and
diff --git a/libdwfl/libdwfl_crc32.c b/libdwfl/libdwfl_crc32.c
index b89d0d36..5bc7a4ad 100644
--- a/libdwfl/libdwfl_crc32.c
+++ b/libdwfl/libdwfl_crc32.c
@@ -30,6 +30,5 @@
#endif
#define crc32 attribute_hidden __libdwfl_crc32
-#define LIB_SYSTEM_H 1
#include <libdwflP.h>
#include "../lib/crc32.c"
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 86b12e81..aefb31b3 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-21 Yonggang Luo <luoyonggang@gmail.com>
+
+ * libelf_crc32.c: Remove LIB_SYSTEM_H define.
+
2022-09-20 Yonggang Luo <luoyonggang@gmail.com>
* elf32_checksum.c: Use BYTE_ORDER, LITTLE_ENDIAN and BIG_ENDIAN.
diff --git a/libelf/libelf_crc32.c b/libelf/libelf_crc32.c
index 1426faf1..f1cf4868 100644
--- a/libelf/libelf_crc32.c
+++ b/libelf/libelf_crc32.c
@@ -30,6 +30,5 @@
#endif
#define crc32 attribute_hidden __libelf_crc32
-#define LIB_SYSTEM_H 1
#include <libelf.h>
#include "../lib/crc32.c"