summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--elfcpp/powerpc.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 0565d7889b9..b2409388338 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-13 Alan Modra <amodra@gmail.com>
+
+ * powerpc.h (R_PPC64_PLTSEQ_NOTOC, R_PPC64_PLTCALL_NOTOC): Define.
+
2019-06-28 Alan Modra <amodra@gmail.com>
* powerpc.h (R_PPC64_REL16_HIGH, R_PPC64_REL16_HIGHA),
diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h
index 4008f55966f..5e5e39abd81 100644
--- a/elfcpp/powerpc.h
+++ b/elfcpp/powerpc.h
@@ -181,6 +181,8 @@ enum
R_PPC64_ENTRY = 118,
R_POWERPC_PLTSEQ = 119,
R_POWERPC_PLTCALL = 120,
+ R_PPC64_PLTSEQ_NOTOC = 121,
+ R_PPC64_PLTCALL_NOTOC = 122,
R_PPC_VLE_REL8 = 216,
R_PPC_VLE_REL15 = 217,