diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 3fc8414..00e81d9 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,14 @@ +2020-11-07 Iain Sandoe <iain@sandoe.co.uk> + + * objc-act.c (objc_prop_attr_kind_for_rid): Handle + RID_PROPATOMIC. + +2020-11-07 Iain Sandoe <iain@sandoe.co.uk> + + * objc-act.c (objc_compare_types): Handle NSObject type + attributes. + (objc_type_valid_for_messaging): Likewise. + 2020-11-06 Iain Sandoe <iain@sandoe.co.uk> * objc-act.c (start_class): Accept visibility attributes |