History log of /external/elfutils/lib/eu-config.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
170f1bb0a8f49cd6c5e7b34aaa505928764866bb 31-May-2015 Mark Wielaard <mjw@redhat.com> Fix sanitize-undefined config check. Don't ALLOW_UNALIGNED when checking.

The -fsanitize=undefined check need to use AC_LINK_IFELSE to make sure
libubsan is installed. When doing undefined checking we should disable
ALLOW_UNALIGNED memory accesses to catch issues where we do unaligned
accesses by accident.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/lib/eu-config.h
bafacacaf7659a4933604662daba26a480b29a8d 23-Apr-2015 Max Filippov <jcmvbkbc@gmail.com> Allow disabling symbol versioning at configure time

Due to missing symbol versioning support in uClibc calls to versioned
functions that internally call different version of themselves results
in infinite recursion.

Introduce macro SYMBOL_VERSIONING and use it instead of plain SHARED to
decide whether symbol versioning is needed. Control this macro
definition with new configure option --disable-symbol-versioning.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/lib/eu-config.h
fba1588ee438e47a24e92fbd378756501933d00d 28-Apr-2013 Jan Kratochvil <jan.kratochvil@redhat.com> New macro COMPAT_VERSION_NEWPROTO.

lib/
* eu-config.h (COMPAT_VERSION_NEWPROTO): New. Twice.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
/external/elfutils/lib/eu-config.h
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/lib/eu-config.h
ebfb6484d5e164f2b7f428a8c92d55c4083f55fd 10-Aug-2009 Roland McGrath <roland@redhat.com> New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed.
/external/elfutils/lib/eu-config.h
e74f911beecd79f051eaf9fa09b3d93144a01124 24-Jan-2009 Roland McGrath <roland@redhat.com> Add multiple inclusion protection to eu-config.h
/external/elfutils/lib/eu-config.h
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/lib/eu-config.h
b4d6f0f8064f2b706ea9035ef0393d8299671390 26-Aug-2008 Roland McGrath <roland@redhat.com> Fix up bogon and missing log entries from .pmachata.threads branch.
/external/elfutils/lib/eu-config.h