summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2020-01-31 00:07:53 +0000
committerSegher Boessenkool <segher@kernel.crashing.org>2020-02-03 18:23:51 +0000
commite01975f97cbb1a098856687058ba4f64962ee533 (patch)
tree59d2d104902849aa7b96172532a96d30e7699144 /ChangeLog
parent492c63e5b72c3497160e2c2e113fb91644b3570e (diff)
rs6000: Update constraint documentation
This un-documents constraints that cannot (or should not) be used in inline assembler. It also improves markup, and presentation in general. More work is needed, but gradual improvement is easier to do. * config/rs6000/constraints.md: Improve documentation. / * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 265b407bc72..a76e5753e45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
+
2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
Jakub Jelinek <jakub@redhat.com>