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 1A14813800E for ; Fri, 27 Jul 2012 22:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17164E0716; Fri, 27 Jul 2012 22:37:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEE9AE0716 for ; Fri, 27 Jul 2012 22:37:54 +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 4EA1E1B408F for ; Fri, 27 Jul 2012 22:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 11D70E5436 for ; Fri, 27 Jul 2012 22:37:53 +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: <1343428662.8331fe18333ffb7945ad2464e4f444ba915f37f1.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.5.x 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: 8331fe18333ffb7945ad2464e4f444ba915f37f1 X-VCS-Branch: elfix-0.5.x Date: Fri, 27 Jul 2012 22:37:53 +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: 14bf31fb-e47a-4b02-81cf-865e563daf8f X-Archives-Hash: 3682b89977c6a8aff2a53adc51dde226 commit: 8331fe18333ffb7945ad2464e4f444ba915f37f1 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:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=8331fe18 ChangeLog: updated (cherry picked from commit 5e34fed9bf18501b5c03a8e33ce87a184c03a38f) --- ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02f7f27..a1f6659 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 * Release 0.5.0