History log of /external/elfutils/libasm/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
daee4714ee3761e2d92f764a724e83875a79a3f0 05-Oct-2015 Josh Stone <jistone@redhat.com> Improve AM_SILENT_RULES coverage

Note, elfutils does not explicitly enable AM_SILENT_RULES. It's only
available starting from automake 1.11, but starting from automake 1.13
silent rules are always generated, defaulting to verbose. $(AM_V_foo)
additions should be no-ops on systems that don't support silent rules.

To be silent, use "./configure --enable-silent-rules" or "make V=0".

Signed-off-by: Josh Stone <jistone@redhat.com>
/external/elfutils/libasm/Makefile.am
898ed261444cdd817c2d9b3656209a291eb5e807 18-Dec-2014 Ulrich Drepper <drepper@gmail.com> avoid scary command output

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.
/external/elfutils/libasm/Makefile.am
805ec833c17b01e1791162227ab0b4119ffe1eb0 27-Nov-2014 Mark Wielaard <mjw@redhat.com> Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.

Using american fuzzy lop has found a lot of issues. It would be nice to
make using it a bit easier. Our build files make sure that no shared
library uses text relocations, but afl-gcc will insert some on i686.
http://www.akkadia.org/drepper/textrelocs.html

Now CC=afl-gcc ./configure --disable-textrelcheck will allow them so
that afl can instrument the libraries.

Don't try to use or install them except with afl-fuzz. When selinux is
enabled it might prevent loading the libraries with DT_TEXTREL set.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libasm/Makefile.am
3232479483cad695d1872b879128a23da3953a7d 13-Apr-2014 Mark Wielaard <mjw@redhat.com> Remove mudflap build option.

The --enable-mudflap configure build has been broken for 2 years without
anybody apparently noticing. GCC 4.9 removed mudflap support. Before
release we now run make distcheck with valgrind support. Removal of the
mudflap configure option simplifies the build a little.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libasm/Makefile.am
a45c8043358151085633b15ea615f31f3bd680f7 01-Nov-2013 Michael Forney <mforney@mforney.org> Check for prefixed ar, readelf, and nm

Sometimes with cross-compile toolchains, the tools are prefixed with the
target arch. Using AC_CHECK_TOOL looks for tools named like this.

Signed-off-by: Michael Forney <mforney@mforney.org>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libasm/Makefile.am
cdaaf2153a1f40d1be080c8ff6e10767b51a1c96 25-Apr-2013 Mark Wielaard <mjw@redhat.com> Updates for Automake 1.13.

autoreconf will install config/test-driver, ignore it.
Update gettext m4 and po files to version 0.18.2.
Use AM_CPPFLAGS instead of INCLUDES.
All changes are backward compatible with Automake 1.11.
/external/elfutils/libasm/Makefile.am
de2ed97f33139af5c7a0811e4ec66fc896a13cf2 05-Jun-2012 Mark Wielaard <mjw@redhat.com> Update name, license and contributor policy.

* Change name from "Red Hat elfutils" to "elfutils".
* Update license of standalone tools and test from GPLv2 to GPLv3+.
* Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+.
* Add Developer Certificate of Origin based contributor policy.

top-level:

- COPYING: Upgraded from GPLv2 to GPLv3.
- CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files.
- NEWS: Added note about new contribution and license policy.
- Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST.
- configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'.

backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf:

- All files updated to GPLv2/LGPLv3+. Except some very small files
(<5 lines) which didn't have any headers at all before, the linker
.maps files and the libcpu/defs files which only contain data and
libelf/elf.h which comes from glibc and is under LGPLv2+.

config:

- elfutils.spec.in: Add new License: headers and new %doc files.
- Update all license headers to GPLv2/LGPLv3+ for files used by libs.

src, tests:

- All files updated to GPLv3+. Except for the test bz2 data files, the
linker maps and script files and some very small files (<5 lines)
that don't have any headers.

Signed-off-by: Richard Fontana <rfontana@redhat.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/libasm/Makefile.am
22359e265395fd2f8267190ef97f5417770e6206 16-Feb-2010 Roland McGrath <roland@redhat.com> Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking.
/external/elfutils/libasm/Makefile.am
7e678fa3f6051f7ef24b4610c9a66cab858b6b6e 11-Jan-2009 Ulrich Drepper <drepper@redhat.com> Require __thread support in compiler.
Rename --enable-tls to more appropriate --enable-thread-safety.
/external/elfutils/libasm/Makefile.am
12af5a2882bf23f3f2b55d78ef2ea568bac120de 04-Dec-2008 Roland McGrath <roland@redhat.com> merge of '4c5dbb5e116d9a9c7f9014a3dcbabba8e7d89327'
and 'fddaff07d3c095a3d26f41fe7a7da147c024bd96'
/external/elfutils/libasm/Makefile.am
02f66452635df3d01f7e57845c3362ab828e3d89 04-Dec-2008 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1)
to branch 'com.redhat.elfutils' (head 67cccb9bfffc1a7fe3d8d355a2d9b6d0e489ff81)
/external/elfutils/libasm/Makefile.am
593798821113c57fe10f1fdf6593658d99d05ca9 04-Dec-2008 Ulrich Drepper <drepper@redhat.com> [USE_TLS] Link libasm.so with libpthread.
/external/elfutils/libasm/Makefile.am
b4d6f0f8064f2b706ea9035ef0393d8299671390 26-Aug-2008 Roland McGrath <roland@redhat.com> Fix up bogon and missing log entries from .pmachata.threads branch.
/external/elfutils/libasm/Makefile.am
d56e232fb8f8cd97a336ed612c89145ec121f785 16-Aug-2008 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8)
to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)
/external/elfutils/libasm/Makefile.am
e219f1c1b2a5a2e4f248714fdc93d031cdc5ee6a 09-Jan-2008 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50)
to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
/external/elfutils/libasm/Makefile.am
3cbdd387c752999255aea91600b5cfdefbeac7d0 02-Jan-2008 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c)
to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
/external/elfutils/libasm/Makefile.am
c373d850ec9ca342f4c71d5e287c8d8bf0723cd6 10-Oct-2006 Roland McGrath <roland@redhat.com> 2006-10-09 Roland McGrath <roland@redhat.com>

* ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
/external/elfutils/libasm/Makefile.am
1e9ef50681e20ef14c2ba38aef37a71ff148be08 05-Apr-2006 Ulrich Drepper <drepper@redhat.com> Fix FSF address. No exception for libdwarf.
/external/elfutils/libasm/Makefile.am
361df7da6dfecd817b27e62b91752ac316d7cdd4 04-Apr-2006 Ulrich Drepper <drepper@redhat.com> propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345feef58624f0aa5b470d4827577d8c)
to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
/external/elfutils/libasm/Makefile.am
e47ab76f02c2a4f4d802ec298969ba67956435fe 17-Nov-2005 Roland McGrath <roland@redhat.com> Update new test after merge.
/external/elfutils/libasm/Makefile.am
fbe998a0b1be1f006bc72e5138fb38c188cc0433 29-Aug-2005 Ulrich Drepper <drepper@redhat.com> merge of 333c187506c852455e9f7be44fa9adc360416217
and 79955b942e3f0ddc71117feea5754df61edcc42a
/external/elfutils/libasm/Makefile.am
4c305da9de0ecfe9af64cb6787b2b4b8a6aa8dd5 25-Aug-2005 Roland McGrath <roland@redhat.com> 2005-08-24 Roland McGrath <roland@redhat.com>

* line2addr.c (print_address): Omit () for DSOs.
/external/elfutils/libasm/Makefile.am
c2c3b1ecbe235c4e04ddcbafe6f0f27dccd86d9b 28-Aug-2005 Ulrich Drepper <drepper@redhat.com> Since we link statically when using gcov don't compile the .os files
with the options.
/external/elfutils/libasm/Makefile.am
3d413d4b05005bbd4c384b60e3797caf57f120d5 28-Aug-2005 Ulrich Drepper <drepper@redhat.com> Implement --enable-gconv option for configure.
/external/elfutils/libasm/Makefile.am
a38998e815ccde5d90ff0800c31da255eb3430d3 03-Aug-2005 Ulrich Drepper <drepper@redhat.com> Add some patches from the disasm-branch branch.

The asm_begin interface changed.
In text mode output is really written to the file.
/external/elfutils/libasm/Makefile.am
b08d5a8fb42f4586d756068065186b5af7e48dad 26-Jul-2005 Ulrich Drepper <drepper@redhat.com> Adjust for monotone.
/external/elfutils/libasm/Makefile.am