aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index f69d2d7..4ddee9c 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,15 @@
+2020-11-01 Iain Sandoe <iain@sandoe.co.uk>
+
+ * objc-act.c (synth_module_prologue): Get the SEL identifier.
+ * objc-act.h (enum objc_tree_index): Add OCTI_SEL_NAME.
+ (objc_selector_name): New.
+ (SEL_TYPEDEF_NAME): New.
+ * objc-gnu-runtime-abi-01.c
+ (gnu_runtime_01_initialize): Initialize SEL typedef.
+ * objc-next-runtime-abi-01.c
+ (next_runtime_01_initialize): Likewise.
+ * objc-next-runtime-abi-02.c
+
2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
* objc-next-runtime-abi-02.c