diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 6bb584c..9474135 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,10 @@ +2021-05-10 Martin Liska <mliska@suse.cz> + + * objc-act.c (objc_string_ref_type_p): Use startswith + function instead of strncmp. + * objc-encoding.c (encode_type): Likewise. + * objc-next-runtime-abi-02.c (has_load_impl): Likewise. + 2020-11-20 Jakub Jelinek <jakub@redhat.com> PR other/97911 |