History log of /external/elfutils/backends/common-reloc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22843755fa0b6870162660105c6fbbd1ba078390 05-Oct-2015 Jose E. Marchesi <jose.marchesi@oracle.com> sparc: fix the extraction of relocation IDs from r_type fields.

This patch adds support for a RELOC_TYPE_ID transform macros that
backends can use before including common-reloc.c. The sparc backend
uses this in order to extract the relocation IDs from r_type fields.
In this target the most significative 24 bits of r_type are used to
store an additional addend in some relocation types.

Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
/external/elfutils/backends/common-reloc.c
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/backends/common-reloc.c
28ed895fdc303b2a793506bb1fcdd35d5fd14e70 07-Jul-2006 Ulrich Drepper <drepper@redhat.com> merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0
and fda3a25581b7bfac581504e9e887e9b97f234f86
/external/elfutils/backends/common-reloc.c
ee4b927bae351b21787355e00a3d28371bf78e8f 15-Jun-2006 Ulrich Drepper <drepper@redhat.com> New spec file.
/external/elfutils/backends/common-reloc.c
4ba68f475d305b11e55c83994bad4824dad156d3 05-Jul-2006 Ulrich Drepper <drepper@redhat.com> Linker work.
GNU hash support.
64-bit SysV hash support.
/external/elfutils/backends/common-reloc.c
6ca4600fb59d1e1ae3dfb872b184ac91f10c473f 13-Jun-2006 Ulrich Drepper <drepper@redhat.com> Don't create INTERP and PHDR program header entry if a DSO is created without
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.
/external/elfutils/backends/common-reloc.c
1e9ef50681e20ef14c2ba38aef37a71ff148be08 05-Apr-2006 Ulrich Drepper <drepper@redhat.com> Fix FSF address. No exception for libdwarf.
/external/elfutils/backends/common-reloc.c
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/backends/common-reloc.c
ba72ab102a8ca35371072311379d2474f8ec674f 12-Dec-2005 Roland McGrath <roland@redhat.com> merge of 9439e2a1c1530d75ff753bccf8e64bd1f560e60f
and c32e76fd50f8c65de92bccb5f68a19d91d1dedc9
/external/elfutils/backends/common-reloc.c
d804e72cf0b39827289d2d08a74fa12e0d8a39b9 08-Dec-2005 Roland McGrath <roland@redhat.com> 2005-12-07 Roland McGrath <roland@redhat.com>

* ecp.c (main): Use elf_end to clean up.
/external/elfutils/backends/common-reloc.c
f7e1bd98262ea0ee9567b85d95f3b204134e662a 10-Dec-2005 Ulrich Drepper <drepper@redhat.com> Fix generation of strings with relocation type names and add test case.
/external/elfutils/backends/common-reloc.c
e47ab76f02c2a4f4d802ec298969ba67956435fe 17-Nov-2005 Roland McGrath <roland@redhat.com> Update new test after merge.
/external/elfutils/backends/common-reloc.c