summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Collapse)AuthorAgeFilesLines
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-168-8/+207
| | | | and 'c22c8c43f8f68b0bffd4d5ccdb2282c958268742'
* 2007-09-27 Roland McGrath <[email protected]>Roland McGrath2007-09-279-89/+120
| | | | | | | | | | | | * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate. * i386_retval.c: Likewise. * ia64_retval.c: Likewise. * ppc64_retval.c: Likewise. * ppc_retval.c: Likewise. * s390_retval.c: Likewise. * sparc_retval.c: Likewise. * x86_64_retval.c: Likewise.
* readelf register printing sort order tweakRoland McGrath2007-08-2317-288/+684
|
* backends/Roland McGrath2007-05-232-5/+5
| | | | | | | | | | | | 2007-05-23 Roland McGrath <[email protected]> * alpha_regs.c (alpha_register_info): fp -> s6 tests/ 2007-05-23 Roland McGrath <[email protected]> * run-allregs.sh: Update expected Alpha results.
* 2007-04-26 Roland McGrath <[email protected]>Roland McGrath2007-04-273-1/+13
| | | | | * run-elflint-self.sh: Run all tests even if one fails.
* 2007-04-26 Roland McGrath <[email protected]>Roland McGrath2007-04-274-3/+175
| | | | | | | * alpha_regs.c: New file. * Makefile.am (alpha_SRCS): Add it. * alpha_init.c (alpha_init): Initialize register_info hook.
* 2007-04-24 Roland McGrath <[email protected]>Roland McGrath2007-04-254-6/+43
| | | | | * run-strip-test.sh: When we saved the debug info, test unstrip too.
* backends/Roland McGrath2007-04-012-11/+52
| | | | | | | | | | | | | 2007-04-01 Roland McGrath <[email protected]> * x86_64_regs.c (x86_64_register_info): Add more registers from newer ABI spec. tests/ 2007-04-01 Roland McGrath <[email protected]> * run-allregs.sh: Updated expected output for x86_64.
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2007-02-053-3/+18
| | | | | | c44dcfac5b545aecb173fede31f34cb003be0173) to branch 'com.redhat.elfutils' (head 4196d4e01486bdeb0c0632291881d1c6d7163fab)
* 2006-10-09 Roland McGrath <[email protected]>Roland McGrath2006-10-1017-50/+365
| | | | | * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
* 2006-08-08 Roland McGrath <[email protected]>Roland McGrath2006-08-082-3/+8
| | | | | | | * Makefile.am (%.os): Don't depend on %.o, since we don't actually need static object for anything here. This rule is the only source of .deps/ files.
* 2006-06-23 Stepan Kasal <[email protected]>Roland McGrath2006-08-082-1/+4
| | | | | * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
* backends/Roland McGrath2006-08-032-2/+7
| | | | | | | | | | | | | | | | | 2006-08-03 Roland McGrath <[email protected]> * sparc_regs.c (sparc_register_name): List 32 FPU regs only for EM_SPARC. EM_SPARC32PLUS also has 64. tests/ 2006-08-03 Roland McGrath <[email protected]> * run-allregs.sh: Add sparc cases. * testfile30.bz2: New data file. * testfile31.bz2: New data file. * Makefile.am (EXTRA_DIST): Add them.
* Clean up ia64 reg names.Roland McGrath2006-07-211-58/+85
|
* Take a crack at HFA recognition too.Roland McGrath2006-07-211-6/+151
|
* backends/Roland McGrath2006-07-218-14/+472
| | | | | | | | | | | | | | | | | | | | | | | | 2006-07-21 Roland McGrath <[email protected]> * i386_regs.c (i386_register_name): Fix return value when using stpcpy. * ppc_regs.c (ppc_register_name): Likewise. * s390_regs.c (s390_register_name): Likewise. * ia64_retval.c: New file. * Makefile.am (ia64_SRCS): Add it. * ia64_init.c (ia64_init): Install return_value_location hook. * ia64_regs.c: New file. * Makefile.am (ia64_SRCS): Add it. * ia64_init.c (ia64_init): Install register_name hook. tests/ 2006-07-21 Roland McGrath <[email protected]> * allregs.c (struct reginfo): Increase size of name. (one_register): Assert that it's big enough.
* merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0Ulrich Drepper2006-07-075-3/+32
| | | | and fda3a25581b7bfac581504e9e887e9b97f234f86
* New spec file.elfutils-0.121Ulrich Drepper2006-06-155-32/+3
|
* Linker work.Ulrich Drepper2006-07-055-3/+32
| | | | | GNU hash support. 64-bit SysV hash support.
* merge of b305fe132f91c44a41a877a48efc3bdfda785b73Ulrich Drepper2006-06-152-5/+5
| | | | and c4704f02db5f42d7bcdb2feafc6199d7ac132da3
* (create_verneed_data): Pretty printing.Ulrich Drepper2006-06-122-5/+5
|
* 2006-06-13 Roland McGrath <[email protected]>Roland McGrath2006-06-132-5/+5
| | | | | * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
* Don't create INTERP and PHDR program header entry if a DSO is created withoutUlrich Drepper2006-06-122-1/+13
| | | | | | | | | | a specific interpreter. Ignore duplicate COMDAT group sections. elflint should not complain about anything about *_NONE relocations. Add support to libebl to determine whether given relocation is *_NONE relocation.
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-0446-46/+46
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2006-04-0446-408/+960
| | | | | | 4f8fc821345feef58624f0aa5b470d4827577d8c) to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
* 2006-02-22 Roland McGrath <[email protected]>Roland McGrath2006-02-223-4/+23
| | | | | | | | | | * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro. (ppc64_return_value_location): Use registers for aggregate conditional on that. * ppc_retval.c (SVR4_STRUCT_RETURN): New macro. (ppc_return_value_location): Use registers for aggregate conditional on that.
* 2006-01-12 Roland McGrath <[email protected]>Roland McGrath2006-01-134-1/+150
| | | | | | | | * s390_retval.c: New file. * Makefile.am (s390_SRCS): Add it. * s390_init.c (s390_init): Install return_value_location hook.
* 2006-01-11 Roland McGrath <[email protected]>Roland McGrath2006-01-121-2/+2
| | | | | | | | * testfile26.bz2: New data file. * testfile27.bz2: New data file. * Makefile.am (EXTRA_DIST): Add them. * run-allregs.sh: Test s390 data.
* 2006-01-11 Roland McGrath <[email protected]>Roland McGrath2006-01-124-3/+124
| | | | | | | * s390_regs.c: New file. * Makefile.am (s390_SRCS): Add it. * s390_init.c (s390_init): Install register_name hook.
* 2006-01-11 Roland McGrath <[email protected]>Roland McGrath2006-01-122-57/+62
| | | | | | * s390_reloc.def: Update bits per Martin Schwidefsky <[email protected]>.
* merge of 9439e2a1c1530d75ff753bccf8e64bd1f560e60fRoland McGrath2005-12-122-5/+10
| | | | and c32e76fd50f8c65de92bccb5f68a19d91d1dedc9
* 2005-12-07 Roland McGrath <[email protected]>Roland McGrath2005-12-082-10/+5
| | | | | * ecp.c (main): Use elf_end to clean up.
* Fix generation of strings with relocation type names and add test case.Ulrich Drepper2005-12-102-5/+10
|
* merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5Roland McGrath2005-12-0511-5/+466
| | | | and 7b542932f3e2947183b45bdbf39d448f457da9fd
* backends/Roland McGrath2005-11-192-1/+5
| | | | | | | | | | | | | 2005-11-19 Roland McGrath <[email protected]> * ppc64_reloc.def: REL30 -> ADDR30. libelf/ 2005-11-19 Roland McGrath <[email protected]> * elf.h: Update from glibc.
* 2005-11-18 Roland McGrath <[email protected]>Roland McGrath2005-11-1911-36/+49
| | | | | | | | | | | | | | * alpha_init.c: Use HOOK macro. * arm_init.c: Likewise. * i386_init.c: Likewise. * ia64_init.c: Likewise. * ppc64_init.c: Likewise. * ppc_init.c: Likewise. * s390_init.c: Likewise. * sh_init.c: Likewise. * sparc_init.c: Likewise. * x86_64_init.c: Likewise.
* 2005-11-17 Roland McGrath <[email protected]>Roland McGrath2005-11-182-1/+3
| | | | | | * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). (CLEANFILES): Add libebl_$(m).so.
* 2005-11-17 Roland McGrath <[email protected]>Roland McGrath2005-11-182-1/+2
| | | | | * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
* 2005-11-17 Roland McGrath <[email protected]>Roland McGrath2005-11-173-197/+229
| | | | | | * ppc_reloc.def: Update bits per Alan Modra <[email protected]>. * ppc64_reloc.def: Likewise.
* Update new test after merge.Roland McGrath2005-11-1741-0/+3308