X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=37b3560f32b8861018b202fcbe1de10558e6a8ef;hb=7243d0118af6f72e3e72db1eb66941fec4530963;hp=34efeb525d4a25633a31ec5c93fe8df80da42ff7;hpb=a693765e23934996abbe4e44c4ba28eabdece4f9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 34efeb525d..37b3560f32 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,31 @@ +2018-08-29 Daniel Cederman + + * testsuite/gas/sparc/leon.d: New test. + * testsuite/gas/sparc/leon.s: New test. + * testsuite/gas/sparc/sparc.exp: Execute the pwrpsr test. + +2018-08-29 Chenghua Xu + + * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS264E. + (mips_cpu_info_table): Add gs264e descriptors. + * doc/as.texi (march table): Add gs264e. + +2018-08-29 Chenghua Xu + + * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Exclude CPU_GS464E. + (mips_cpu_info_table): Add gs464e descriptors. + * doc/as.texi (march table): Add gs464e. + +2018-08-29 Chenghua Xu + + * config/tc-mips.c (ISA_HAS_ODD_SINGLE_FPR): Rename + CPU_LOONGSON_3A to CPU_GS464. + (mips_cpu_info_table): Add gs464 descriptors, Keep + loongson3a as an alias of gs464 for compatibility. + * doc/as.texi (march table): Rename loongson3a to gs464. + * testsuite/gas/mips/loongson-3a-mmi.d: Set "ISA Extension" + flag to None. + 2018-08-29 Chenghua Xu * NEWS: Mention Loongson EXTensions R2 (EXT2) support.