diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-24 00:16:44 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-24 00:16:44 +0000 |
commit | 8e6198d0f8ef9f7fbf68cb5340b9cbe174d4e58a (patch) | |
tree | ee7afeb3dfb4653be14742a59b41280b558696b6 /gcc/c-family | |
parent | ed431431e069b59a1cfdd877134873248d8c93a6 (diff) | |
download | gcc-8e6198d0f8ef9f7fbf68cb5340b9cbe174d4e58a.zip gcc-8e6198d0f8ef9f7fbf68cb5340b9cbe174d4e58a.tar.gz gcc-8e6198d0f8ef9f7fbf68cb5340b9cbe174d4e58a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 78b0f5d..10cb51d 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,12 @@ +2020-11-23 Jozef Lawrynowicz <jozef.l@mittosystems.com> + + * c-attribs.c (handle_special_var_sec_attribute): New. + (handle_noinit_attribute): Remove. + (attr_noinit_exclusions): Rename to... + (attr_section_exclusions): ...this, and add "persistent" attribute + exclusion. + (c_common_attribute_table): Add "persistent" attribute. + 2020-11-21 Aaron Sawdey <acsawdey@linux.ibm.com> * c-pretty-print.c (c_pretty_printer::simple_type_specifier): |