summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2020-02-14 17:13:29 -0700
committerMartin Sebor <msebor@redhat.com>2020-02-14 17:13:29 -0700
commitd6ee2e7c5a6be075bfb98fd8ff1e456ae280cebe (patch)
treeceab0011980223751322b2c29b1d5ab960ef2761 /ChangeLog
parent1d757b0950831ee9e223b3159e9d44461b6dbdd2 (diff)
Document compatibility of aliases and their targets, correct weakref example.
gcc/ChangeLog: * doc/extend.texi (attribute alias): Mention type requirement. (attribute weak): Same. (attribute weakref): Correct invalid example.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a76e5753e45..712a938f2c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-14 Martin Sebor <msebor@redhat.com>
+
+ * doc/extend.texi (attribute alias): Mention type requirement.
+ (attribute weak): Same.
+ (attribute weakref): Correct invalid example.
+
2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
* doc/md.texi (PowerPC and IBM RS6000): Improve documentation.