aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
commit04d4a4943a445e2c83f20cebc95b6c2aac3305e6 (patch)
tree0af4d647cefa8d2bfa5d6a94f38bb327a38d62f0 /gcc/lto
parentf4dd9416843308d4ae519983415fe62212662536 (diff)
downloadgcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.zip
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.gz
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 4923319..aa30126 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,16 @@
+2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
+
+ * lto-lang.cc (lto_format_attribute_table): Change type to
+ scoped_attribute_specs, using...
+ (lto_format_attributes): ...this as the underlying array.
+ (lto_attribute_table): Change to an array of scoped_attribute_specs
+ pointers, using...
+ (lto_gnu_attributes, lto_gnu_attribute_table): ...these new globals
+ for the original array. Include the format attributes.
+ (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Delete.
+ (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Delete.
+ (LANG_HOOKS_ATTRIBUTE_TABLE): Define.
+
2023-11-07 Joseph Myers <joseph@codesourcery.com>
* lto-lang.cc (flag_isoc2x): Rename to flag_isoc23.