* [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /
@ 2012-07-27 22:30 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2012-07-27 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 6b76f36b97a63fd8ab6430f52a22fc8f291ccc9a
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 12:53:46 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 22:30:00 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6b76f36b
ChangeLog: move thank yous to THANKS
(cherry picked from commit a79a972494b545458887b2c55154bcd2d38ac2b0)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /
@ 2012-07-27 22:37 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2012-07-27 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 8331fe18333ffb7945ad2464e4f444ba915f37f1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 22:37:02 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /
@ 2012-07-29 15:23 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2012-07-29 15:23 UTC (permalink / raw
To: gentoo-commits
commit: bbebb89c392739c5e195944a23ad5f8749fa4a63
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 12:46:44 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:22:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=bbebb89c
configure.ac: remove unnecessary check for yasm
(cherry picked from commit aa85dba6d084cb0d28703a9e77766f9d7376958b)
---
configure.ac | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9f32eb3..6ae009a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,17 +14,9 @@ AC_ARG_ENABLE(
[--enable-tests],
[perform tests]
),
- [
- AS_IF(
- [test "x$enable_tests" = "xyes"],
- [
- AC_CHECK_PROG([has_yasm],[yasm],["yes"],["no"])
- AS_IF([test "x$has_yasm" = "xno"],AC_MSG_ERROR(["Missing yasm assembler"]))
- ]
- )
- ]
+ [test "x$enable_tests" = "xyes"]
)
-AM_CONDITIONAL([TEST],[test "x$has_yasm" = "xyes"])
+AM_CONDITIONAL([TEST],[test "x$enable_tests" = "xyes"])
AC_ARG_ENABLE(
[xattr],
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /
@ 2012-07-29 15:28 Anthony G. Basile
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2012-07-29 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 7cb959895acc71cc560bb50b636081521dcaaab4
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 15:17:57 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:28:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=7cb95989
ChangeLog: updated
(cherry picked from commit 72eb1fd9ec3fe8d74f238700076ae14299fa0dd8)
---
ChangeLog | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1ec9b6d..acb4180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-29
+
+ * remove unnecessary check for yasm in configure.ac
+ * make tests/gnustack machine independant by generating
+ native assembly using gcc
+
2012-07-27
* Release 0.5.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-29 15:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 22:37 [gentoo-commits] proj/elfix:elfix-0.5.x commit in: / Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 15:28 Anthony G. Basile
2012-07-29 15:23 Anthony G. Basile
2012-07-27 22:30 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox