summaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-02-20 12:06:52 +1030
committerAlan Modra <amodra@gmail.com>2017-02-20 13:32:02 +1030
commitece5dcc1c00a48ecf63eae71983d04270cef4280 (patch)
treeb9d7c32b5f2c6265303529e9cb48aa9ea38d782d /gas/NEWS
parent99de87c36ad0b224618c7ff2b9d13180af6c8776 (diff)
Downgrade powerpc register error to warning
PR 21118 * NEWS: Revise powerpc register check. * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid register expression" a warning.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/NEWS b/gas/NEWS
index ef0780dd59..aee38525d7 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,8 +1,8 @@
-*- text -*-
* PowerPC gas now checks that the correct register class is used in
- instructions. For instance, "addi %f4,%cr3,%r31" is now rejected
- rather than silently producing "addi r4,r3,31".
+ instructions. For instance, "addi %f4,%cr3,%r31" warns three times
+ that the registers are invalid.
* Add support for the Texas Instruments PRU processor.