aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-27 18:37:02 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-27 18:37:02 -0400
commit5e34fed9bf18501b5c03a8e33ce87a184c03a38f (patch)
tree6aa91b29dfa04249f845b6fc9fbcd2873bf8b2b8 /ChangeLog
parentRevert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat" (diff)
downloadelfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.tar.gz
elfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.tar.bz2
elfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.zip
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff41deb..ad6a9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-07-27
+
+ * switch from yasm to gcc for assembler for arches other than
+ x86 and amd64
+ * opening an ELF_C_RDWR does not work for either libelf or
+ elfutils, so revert to ELF_C_RDWR_MMAP. This does, however,
+ break linking against libelf
+
2012-07-24
* scripts/{revdep-pax,paxmodule.c,pypaxctl}: python2/3 compat