]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
avoid scary command output
authorUlrich Drepper <drepper@gmail.com>
Thu, 18 Dec 2014 17:32:39 +0000 (12:32 -0500)
committerMark Wielaard <mjw@redhat.com>
Thu, 18 Dec 2014 22:47:22 +0000 (23:47 +0100)
The commands to check for invalid text relocations in the generated DSOs
shouldn't be displayed.  They contain an echo which prints the text.
This patch suppresses the commands from being printed.

backends/ChangeLog
backends/Makefile.am
libasm/ChangeLog
libasm/Makefile.am
libdw/ChangeLog
libdw/Makefile.am
libelf/ChangeLog
libelf/Makefile.am
src/ChangeLog
src/Makefile.am

index db1b12989f6c9b56af5f99597ce7526fced8fde0..e800d16bfccdb3793ef755d82ee821906c0dc824 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * Makefile.am: Suppress output of textrel_check command.
+
 2014-11-22  Mark Wielaard  <mjw@redhat.com>
 
        * ppc64_symbol.c (ppc64_bss_plt_p): Remove ehdr argument.
index e06841c03d7cbacda2bf7e7c5c01b025a393962d..687c089d35802cbf384cb89cc50228e02305e580 100644 (file)
@@ -120,7 +120,7 @@ libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw)
                -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \
                -Wl,--version-script,$(@:.so=.map) \
                -Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw)
-       $(textrel_check)
+       @$(textrel_check)
 
 libebl_i386.so: $(cpu_i386)
 libebl_x86_64.so: $(cpu_x86_64)
index 034a64da5fff09049a11350fb6eb6f28a2a5714e..9b25af99918b25b22c305d72c5677548331822fc 100644 (file)
@@ -1,4 +1,8 @@
-2014-01127  Mark Wielaard  <mjw@redhat.com>
+2014-12-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * Makefile.am: Suppress output of textrel_check command.
+
+2014-11-27  Mark Wielaard  <mjw@redhat.com>
 
        * Makefile.am (libasm.so): Use textrel_check.
 
index 88c2530bb14ddc50b50948d689097c05d602bf2e..6ea2a8e842359a3bf38d1d4e7ee952c0df7accad 100644 (file)
@@ -66,7 +66,7 @@ libasm.so$(EXEEXT): libasm_pic.a libasm.map
                -Wl,--version-script,$(srcdir)/libasm.map,--no-undefined \
                -Wl,--soname,$@.$(VERSION) \
                ../libebl/libebl.a ../libelf/libelf.so  $(libasm_so_LDLIBS)
-       $(textrel_check)
+       @$(textrel_check)
        ln -fs $@ $@.$(VERSION)
 
 install: install-am libasm.so
index 61c987113a509bee1d57f888b91c82fbf6d86410..abc2d71ace53521e5370977f71d66d8adffa576c 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * Makefile.am: Suppress output of textrel_check command.
+
 2014-12-16  Mark Wielaard  <mjw@redhat.com>
 
        * dwarf_getsrclines.c (read_srclines): Check diridx is valid under
index 7a2a25d3a3283cd6d9006aa8a547e2f3a5408207..887da6b0ecd6525eaf359213f29745cc0ead1a55 100644 (file)
@@ -113,7 +113,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map libdw_pic.a ../libdwelf/libdwelf_pic.a \
                -Wl,--version-script,$<,--no-undefined \
                -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
                -ldl $(zip_LIBS)
-       $(textrel_check)
+       @$(textrel_check)
        ln -fs $@ $@.$(VERSION)
 
 install: install-am libdw.so
index 270579b05ccded146e38315bc5f95aea20e95300..3b88d03115ff65a65e11211389249b07cebd40b4 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * Makefile.am: Suppress output of textrel_check command.
+
 2014-12-16  Mark Wielaard  <mjw@redhat.com>
 
        * elf_begin.c (read_long_names): Make sure long_names len fits
index 6888529338231af8d39e9c7223225485d3418592..afcb2aa5d5fa88fbbd8303b8a6d6ad785b276e43 100644 (file)
@@ -103,7 +103,7 @@ libelf.so$(EXEEXT): libelf_pic.a libelf.map
        $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
                -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
                -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
-       $(textrel_check)
+       @$(textrel_check)
        ln -fs $@ $@.$(VERSION)
 
 install: install-am libelf.so
index 273ae5dc03d165e253eb35e199182d27a1767dac..0ae863edac29afc4cb20cbcef285262f79814320 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * Makefile.am: Suppress output of textrel_check command.
+
 2014-12-17  Mark Wielaard  <mjw@redhat.com>
 
        * readelf.c (print_cfa_program): Add bounds check before each op that
index 28dad858102f600c32576c0d583b9dcf85b242fe..7a2537458dc113061b3fb4c49f58acde97ef0106 100644 (file)
@@ -127,7 +127,7 @@ libld_elf_i386.so: libld_elf_i386_pic.a libld_elf_i386.map
        $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
                $(libelf) $(libeu) \
                -Wl,--version-script,$(srcdir)/libld_elf_i386.map
-       $(textrel_check)
+       @$(textrel_check)
 endif
 
 # Special rule to make it possible to define libld_elf_a_SOURCES as we do.