diff options
| author | Mark Wielaard <[email protected]> | 2014-07-04 14:30:48 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-07-04 14:30:48 +0200 |
| commit | a95c4ad24cf83b2b0273fee73162bf476cebec8f (patch) | |
| tree | a50510b5ef12ec3ea8a68bf73e38f0e5f818ae17 /backends/ChangeLog | |
| parent | 16e2d351bf31d0ce09ce9632ff196cbd973b656b (diff) | |
Add ppc64le ELFv2 abi support to backends and elflint.
The big endian vs little endian changes are already handled by detecting
the EI_DATA data encoding. And the function descriptors are already not
used when we see there is no .opd section. This change adds new checks
for st_other bits, new relocations and recognizes DT_PPC64_OPT.
Signed-off-by: Menanteau Guy <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index c590ed6d..d29a80f6 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,14 @@ +2014-07-04 Menanteau Guy <[email protected]> + Mark Wielaard <[email protected]> + + * ppc64_init.c (ppc64_init): Hook check_st_other_bits. + * ppc64_reloc.def: TLSGD, TLSLD, TOCSAVE, ADDR16_HIGH, ADDR16_HIGHA, + TPREL16_HIGH, TPREL16_HIGHA, DTPREL16_HIGH, DTPREL16_HIGHA, JMP_IREL, + IRELATIVE, REL16, REL16_LO, REL16_HI and REL16_HA. + * ppc64_symbol.c (ppc64_dynamic_tag_name): Recognize DT_PPC64_OPT. + (ppc64_dynamic_tag_check): Likewise. + (ppc64_check_st_other_bits): New function. + 2014-07-04 Mark Wielaard <[email protected]> * aarch64_retval.c (aarch64_return_value_location): Handle |
