diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-06 14:22:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-06 14:44:32 +0930 |
commit | 1424c35d071e7d49a4a219c7dee8c88ffd60ddca (patch) | |
tree | 768b988cb5805f11b62331539552b9f218761179 /gas/ChangeLog | |
parent | 87c69f9732039d889f04ae8b9bb81b80e530a6f1 (diff) | |
download | gdb-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.zip gdb-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.tar.gz gdb-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.tar.bz2 |
Power10 tidies
binutils/
* doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
gas/
* config/tc-ppc.c (md_show_usage): Mention -mpower10 and -mpwr10.
* doc/c-ppc.texi: Likewise.
opcodes/
* ppc-dis.c (ppc_opts): Accept -mpwr10/-Mpwr10.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 56c2ff3..b532af9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-06-06 Alan Modra <amodra@gmail.com> + * config/tc-ppc.c (md_show_usage): Mention -mpower10 and -mpwr10. + * doc/c-ppc.texi: Likewise. + +2020-06-06 Alan Modra <amodra@gmail.com> + * config/tc-ppc.c: Update throughout for reloc renaming. 2020-06-05 Jose E. Marchesi <jose.marchesi@oracle.com> |