diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-27 18:37:02 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-27 18:37:02 -0400 |
commit | 5e34fed9bf18501b5c03a8e33ce87a184c03a38f (patch) | |
tree | 6aa91b29dfa04249f845b6fc9fbcd2873bf8b2b8 | |
parent | Revert "scripts/paxmodule.c: ELF_C_RDWR_MMAP -> ELF_C_RDWR for uclibc compat" (diff) | |
download | elfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.tar.gz elfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.tar.bz2 elfix-5e34fed9bf18501b5c03a8e33ce87a184c03a38f.zip |
ChangeLog: updated
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |