diff options
| author | Mark Wielaard <[email protected]> | 2017-02-15 14:30:27 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-03-24 17:34:33 +0100 |
| commit | b1042ce216eaef96099f263fb81141dbdec004fd (patch) | |
| tree | 07692fa3099233546ab9e1415a03ea599c08767b /backends/ChangeLog | |
| parent | e22cc80923f94e54c9384421904461958899db5b (diff) | |
backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
ppc64 and ppc64le ELF files can also contain a power specific
.gnu.attributes section. Add support for those and recognize the new
GNU_Power_ABI_FP Single-precision hard float value.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 1c561b50..39390cb8 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,9 @@ +2017-02-15 Mark Wielaard <[email protected]> + + * ppc64_init.c (ppc64_init): Add check_object_attribute HOOK. + * ppc_attrs.c (ppc_check_object_attribute): Add Single-precision hard + float. + 2016-11-02 Mark Wielaard <[email protected]> * i386_regs.c (i386_register_info): Add fallthrough comment. |
