From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8E2F13800E for ; Fri, 27 Jul 2012 22:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CC92E0774; Fri, 27 Jul 2012 22:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD199E0774 for ; Fri, 27 Jul 2012 22:37:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C86D1B4065 for ; Fri, 27 Jul 2012 22:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ED8D8E5436 for ; Fri, 27 Jul 2012 22:37:11 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1343428622.5e34fed9bf18501b5c03a8e33ce87a184c03a38f.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5e34fed9bf18501b5c03a8e33ce87a184c03a38f X-VCS-Branch: master Date: Fri, 27 Jul 2012 22:37:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1166826-aedf-43d9-8431-b6ddce1d0142 X-Archives-Hash: 34a79474daf34c6fe52b3cdb35381a33 commit: 5e34fed9bf18501b5c03a8e33ce87a184c03a38f Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 27 22:37:02 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 27 22:37:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=5e34fed9 ChangeLog: updated --- ChangeLog | 8 ++++++++ 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