summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2017-02-15 14:30:27 +0100
committerMark Wielaard <[email protected]>2017-03-24 17:34:33 +0100
commitb1042ce216eaef96099f263fb81141dbdec004fd (patch)
tree07692fa3099233546ab9e1415a03ea599c08767b /tests/ChangeLog
parente22cc80923f94e54c9384421904461958899db5b (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 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index cc6a19bf..e6656c75 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-15 Mark Wielaard <[email protected]>
+
+ * Makefile.am (EXTRA_DIST): Add testfileppc64attrs.o.bz2.
+ * run-readelf-A.sh: Add testfileppc64.o test.
+
2017-02-15 Ulf Hermann <[email protected]>
* elfstrmerge.c: Include system.h.