public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-libs/elfutils/files/
@ 2013-08-07 18:01 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2013-08-07 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1a16dacf411080c87eccfcdf88eb676fb299f87e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 18:01:41 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 18:01:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=1a16dacf

dev-libs/elfutils: add argp-standalone support

---
 .../elfutils-0.155-link-argp-standalone.patch      | 54 +++++++++++++++++++++-
 1 file changed, 52 insertions(+), 2 deletions(-)

diff --git a/dev-libs/elfutils/files/elfutils-0.155-link-argp-standalone.patch b/dev-libs/elfutils/files/elfutils-0.155-link-argp-standalone.patch
index 4c0e341..73d1f5f 100644
--- a/dev-libs/elfutils/files/elfutils-0.155-link-argp-standalone.patch
+++ b/dev-libs/elfutils/files/elfutils-0.155-link-argp-standalone.patch
@@ -1,6 +1,6 @@
 diff -Naur elfutils-0.155.orig/libdw/Makefile.am elfutils-0.155/libdw/Makefile.am
 --- elfutils-0.155.orig/libdw/Makefile.am	2012-08-27 18:27:31.000000000 +0000
-+++ elfutils-0.155/libdw/Makefile.am	2013-05-19 19:53:39.943546921 +0000
++++ elfutils-0.155/libdw/Makefile.am	2013-05-30 02:04:17.659757520 +0000
 @@ -111,7 +111,7 @@
  		-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
  		-Wl,--version-script,$<,--no-undefined \
@@ -12,7 +12,7 @@ diff -Naur elfutils-0.155.orig/libdw/Makefile.am elfutils-0.155/libdw/Makefile.a
  
 diff -Naur elfutils-0.155.orig/src/Makefile.am elfutils-0.155/src/Makefile.am
 --- elfutils-0.155.orig/src/Makefile.am	2012-08-27 18:29:31.000000000 +0000
-+++ elfutils-0.155/src/Makefile.am	2013-05-19 19:59:30.707535687 +0000
++++ elfutils-0.155/src/Makefile.am	2013-05-30 02:04:17.659757520 +0000
 @@ -95,26 +95,26 @@
  # XXX While the file is not finished, don't warn about this
  ldgeneric_no_Wunused = yes
@@ -54,3 +54,53 @@ diff -Naur elfutils-0.155.orig/src/Makefile.am elfutils-0.155/src/Makefile.am
  
  ldlex.o: ldscript.c
  ldlex_no_Werror = yes
+diff -Naur elfutils-0.155.orig/tests/Makefile.am elfutils-0.155/tests/Makefile.am
+--- elfutils-0.155.orig/tests/Makefile.am	2012-08-27 18:27:31.000000000 +0000
++++ elfutils-0.155/tests/Makefile.am	2013-05-30 02:04:26.019757466 +0000
+@@ -243,12 +243,12 @@
+ get_aranges_LDADD = $(libdw) $(libelf) $(libmudflap)
+ allfcts_LDADD = $(libdw) $(libelf) $(libmudflap)
+ line2addr_no_Wformat = yes
+-line2addr_LDADD = $(libdw) $(libmudflap)
+-addrscopes_LDADD = $(libdw) $(libmudflap)
+-funcscopes_LDADD = $(libdw) $(libmudflap)
+-funcretval_LDADD = $(libdw) $(libmudflap)
+-allregs_LDADD = $(libdw) $(libmudflap)
+-find_prologues_LDADD = $(libdw) $(libmudflap)
++line2addr_LDADD = $(libdw) $(libmudflap) -largp
++addrscopes_LDADD = $(libdw) $(libmudflap) -largp
++funcscopes_LDADD = $(libdw) $(libmudflap) -largp
++funcretval_LDADD = $(libdw) $(libmudflap) -largp
++allregs_LDADD = $(libdw) $(libmudflap) -largp
++find_prologues_LDADD = $(libdw) $(libmudflap) -largp
+ #show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) $(libmudflap)
+ asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
+ asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
+@@ -259,23 +259,23 @@
+ asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
+ asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
+ asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
+-dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
++dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl -largp
+ rdwrmmap_LDADD = $(libelf) $(libmudflap)
+ dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
+ arls_LDADD = $(libelf) $(libmudflap)
+ dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
+ dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
+ dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
+-dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
++dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl -largp
+ dwarf_getmacros_LDADD = $(libdw) $(libmudflap)
+ dwarf_getstring_LDADD = $(libdw) $(libmudflap)
+-addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
++addrcfi_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl -largp
+ test_flag_nobits_LDADD = $(libelf) $(libmudflap)
+ rerequest_tag_LDADD = $(libdw) $(libmudflap)
+ alldts_LDADD = $(libebl) $(libelf) $(libmudflap)
+ md5_sha1_test_LDADD = $(libeu)
+ typeiter_LDADD = $(libdw) $(libelf) $(libmudflap)
+-low_high_pc_LDADD = $(libdw) $(libelf) $(libmudflap)
++low_high_pc_LDADD = $(libdw) $(libelf) $(libmudflap) -largp
+ test_elf_cntl_gelf_getshdr_LDADD = $(libelf) $(libmudflap)
+ 
+ if GCOV


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-07 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 18:01 [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-libs/elfutils/files/ 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