summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-04-26 17:00:50 +0200
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-04-26 17:00:50 +0200
commit1704baf67698c269bc81fbaec0483e53d9709702 (patch)
tree1c4d86e2825b96a4041fda42446512a89e47c68a /lib/ChangeLog
parentcdaaf2153a1f40d1be080c8ff6e10767b51a1c96 (diff)
downloadelfutils-1704baf67698c269bc81fbaec0483e53d9709702.tar.gz
Unify {BE,LE}{32,64} in lib/system.h.
lib/ * system.h (LE64, BE64): Move here the definitions from libdwfl/link_map.c. libdwfl/ * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move them to lib/system.h. Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b97aba38..1fa42491 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * system.h (LE64, BE64): Move here the definitions from
+ libdwfl/link_map.c.
+
2013-04-24 Mark Wielaard <mjw@redhat.com>
* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.