summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-1/+1
| | | | | | | | | | Sun in their implementation messed up the semantics of these functions. To get back to source code compatibility they asked for a solution. We simply add aliases for the two affected functions, named elf_getshdrnum and elf_getshdrstrndx. The semantics remains the same. Users of the old interfaces receive a warning for now. In future we might make it impossible to link programs which request the old interfaces (binary compatibility will of course be maintained).
* 0.141 release.Ulrich Drepper2009-04-231-1/+1
|
* Fiddle version.h magic back, so all the computation is in configure.Roland McGrath2009-04-191-0/+3
|
* _ELFUTILS_PREREQ magic update for 0.y.z numbersRoland McGrath2009-04-171-8/+31
|
* 0.140 release.elfutils-0.140Ulrich Drepper2009-02-161-1/+1
|
* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.Roland McGrath2009-01-231-1/+1
|
* Make the __thread check more precisely representative to catch bad tools ↵Roland McGrath2009-01-231-3/+10
| | | | with nonworking partial support.
* Test with local-dynamic TLS model as libelf will use.Roland McGrath2009-01-231-1/+3
|
* (__thread check): Use AC_LINK_IFELSE, in case of building with compiler ↵Roland McGrath2009-01-231-5/+6
| | | | support but no working runtime support.
* Bump version to 0.139.Ulrich Drepper2009-01-221-3/+3
|
* Require __thread support in compiler.Ulrich Drepper2009-01-101-6/+13
| | | | Rename --enable-tls to more appropriate --enable-thread-safety.
* Move eu_ZIPLIB macro to m4/zip.am, new file.Roland McGrath2009-01-081-15/+2
|
* libdwfl automagic decompression supportRoland McGrath2009-01-051-1/+24
|
* We now need automake 1.8 for no-dist-gzip.Ulrich Drepper2008-12-301-1/+1
|
* Distribute .tar.bz2 file, not .tar.gz file.Roland McGrath2008-12-241-1/+1
|
* 0.138 itemsRoland McGrath2008-12-241-1/+1
|
* Install elfutils/version.h header for library compatibility checking.Roland McGrath2008-12-161-0/+11
|
* 0.137 release.elfutils-0.137Ulrich Drepper2008-08-271-1/+1
|
* 0.136 release.elfutils-0.136Ulrich Drepper2008-08-261-1/+1
|
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-251-152/+3
|
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Ulrich Drepper2008-08-161-1/+20
| | | | | | 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)
* 0.135 release.elfutils-0.135Ulrich Drepper2008-05-121-1/+1
|
* elfutils 0.134 release.elfutils-0.134Ulrich Drepper2008-04-081-1/+1
|
* 0.133 release.elfutils-0.133Ulrich Drepper2008-03-011-1/+1
|
* Update copyright year.Ulrich Drepper2008-01-211-1/+1
|
* 0.132 release.Ulrich Drepper2008-01-211-3/+3
|
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-021-3/+50
| | | | | | d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
* merge of '9758b495076cc5981e791736e389542ce48af33b'elfutils-0.131Ulrich Drepper2007-11-111-1/+1
| | | | and 'f31c4f4d75d2a78913cdf3b7161725ce28d51756'
* 2007-11-09 Roland McGrath <roland@redhat.com>Roland McGrath2007-11-091-1/+1
| | | | | * readelf.c (attr_callback): Handle DW_AT_data_location.
* 0.131 release.Ulrich Drepper2007-11-111-1/+1
|
* Bump version.Ulrich Drepper2007-09-271-1/+1
|
* Prepare for 0.129.elfutils-0.129Ulrich Drepper2007-08-141-1/+1
|
* Remove separate po dir for libelf.Ulrich Drepper2007-06-061-1/+1
|
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-1/+1
| | | | | | Minor fixes. Update gettext files to 0.16.1.
* src/Roland McGrath2007-05-181-1/+2
| | | | | | | | | | | | | | | | | | | 2007-05-18 Roland McGrath <roland@redhat.com> * unstrip.c (copy_elided_sections): Match up non-NOBITS sections with stripped file, so as not to duplicate a section copied in both. * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file. tests/ 2007-05-18 Roland McGrath <roland@redhat.com> * run-strip-test4.sh (stripped, debugfile): Use new reference files. * testfile37.bz2: New data file. * testfile37.debug.bz2: New data file. * run-unstrip-test2.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add them.
* Really update revision.Ulrich Drepper2007-04-191-1/+1
|
* Fix warnings.elfutils-0.126Ulrich Drepper2007-02-051-1/+1
|
* 0.126 release.Ulrich Drepper2007-02-051-2/+2
|
* Lock down libelf and elflint a bit more after import of Roland's changes.Ulrich Drepper2006-12-181-1/+1
|
* 2006-10-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-10-101-1/+2
| | | | | * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
* NEWS items for 0.123elfutils-0.123Roland McGrath2006-08-151-1/+1
|
* Don't use internal visibility anywhere.Ulrich Drepper2006-07-121-6/+4
|
* merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0Ulrich Drepper2006-07-071-2/+5
| | | | and fda3a25581b7bfac581504e9e887e9b97f234f86
* New spec file.elfutils-0.121Ulrich Drepper2006-06-151-5/+2
|
* Linker work.Ulrich Drepper2006-07-051-2/+5
| | | | | GNU hash support. 64-bit SysV hash support.
* 0.121 release.Ulrich Drepper2006-05-281-1/+1
|
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
|
* Prepare for 0.120 release.Ulrich Drepper2006-04-041-2/+2
|
* merge of 3527318490d6fa70cb904d1af16084bf49ba2e25tailor2006-01-131-1/+1
| | | | and 4345f613a9866fe3992619815538b0522708af52
* 2005-12-07 Roland McGrath <roland@redhat.com>Roland McGrath2005-12-081-1/+1
| | | | | * ecp.c (main): Use elf_end to clean up.