X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=dab1a01a8f6e7c9528c49326cb7b0c06b39c0b80;hb=af4bcb4ce6939da1738c847a06789d2223b67ca4;hp=aa684f7063ce9533b5112a4c0b5be1009a862310;hpb=bde90be2cddc06371ee80a258bf6855d0f346324;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index aa684f7063..dab1a01a8f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,212 @@ +2018-10-09 Sudakshina Das + + * config/tc-aarch64.c (aarch64_features): New "rng" option. + * doc/c-aarch64.texi: Document the same. + * testsuite/gas/aarch64/sysreg-4.s: Test both instructions. + * testsuite/gas/aarch64/sysreg-4.d: Likewise. + * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise. + +2018-10-09 Sudakshina Das + + * testsuite/gas/aarch64/sysreg-4.s: Test instruction. + * testsuite/gas/aarch64/sysreg-4.d: Likewise. + * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise. + +2018-10-09 Sudakshina Das + + * config/tc-aarch64.c (aarch64_sys_regs_sr_hsh): New. + (parse_operands): Add entry for AARCH64_OPND_SYSREG_SR. + (md_begin): Allocate and initialize aarch64_sys_regs_sr_hsh + with aarch64_sys_regs_sr. + (aarch64_features): Add new "predres" option for older + architectures. + * doc/c-aarch64.texi: Document the same. + * testsuite/gas/aarch64/sysreg-4.s: New. + * testsuite/gas/aarch64/sysreg-4.d: New. + * testsuite/gas/aarch64/illegal-sysreg-4.d: New. + * testsuite/gas/aarch64/illegal-sysreg-4.l: New. + * testsuite/gas/aarch64/predres.s: New. + * testsuite/gas/aarch64/predres.d: New. + +2018-10-09 Sudakshina Das + + * config/tc-aarch64.c (aarch64_features): Add new "sb" option + for older architectures. + * doc/c-aarch64.texi: Document the same. + * testsuite/gas/aarch64/sb.s: New. + * testsuite/gas/aarch64/sb.d: New. + +2018-10-09 Sudakshina Das + + * testsuite/gas/aarch64/armv8_5-a-dp.s: New. + * testsuite/gas/aarch64/armv8_5-a-dp.d: New. + +2018-10-09 Sudakshina Das + + * config/tc-aarch64.c (aarch64_archs): New entry for armv8.5-a. + * doc/c-aarch64.texi: Add documentation for the same. + +2018-10-05 H.J. Lu + + + * testsuite/gas/i386/se1.s: Add enclv. + * testsuite/gas/i386/x86-64-se1.s: Likewise. + * testsuite/gas/i386/se1.d: Updated. + * testsuite/gas/i386/x86-64-se1.d: Likewise. + +2018-10-05 Sudakshina Das + + * config/tc-arm.c (arm_ext_predres): New. + (insns): Add new cfprctx, dvprctx and cpprctx instructions. + (arm_extensions): Add "predres". + * doc/c-arm.texi: Document the above. + * testsuite/gas/arm/predres-bad.d: New test. + * testsuite/gas/arm/predres-bad.l: New test. + * testsuite/gas/arm/predres.s: New test. + * testsuite/gas/arm/predres1.d: New test. + * testsuite/gas/arm/predres2.d: New test. + +2018-10-05 Sudakshina Das + + * config/tc-arm.c (arm_ext_sb): New. + (insns): Add new sb instruction. + (arm_extensions): Add "sb". + * doc/c-arm.texi: Document the above. + * testsuite/gas/arm/sb-bad.d: New test. + * testsuite/gas/arm/sb-bad.l: New test. + * testsuite/gas/arm/sb-thumb1.d: New test. + * testsuite/gas/arm/sb-thumb2.d: New test. + * testsuite/gas/arm/sb.s: New test. + * testsuite/gas/arm/sb1.d: New test. + * testsuite/gas/arm/sb2.d: New test. + +2018-10-05 Sudakshina Das + + * config/tc-arm.c (arm_archs): New entry for armv8.5-a. + (cpu_arch_ver): Likewise. + * doc/c-arm.texi: Add documentation for the same. + * testsuite/gas/arm/attr-march-armv8_5-a.d: New. + +2018-10-05 Stafford Horne + + * doc/Makefile.am (CPU_DOCS): Add entry for OpenRISC. + * doc/Makefile.in: Regenerated. + * doc/all.texi: Set OPENRISC. + * doc/as.texi: Document OpenRISC. + * doc/c-or1k.texi: New file. + +2018-10-05 Stafford Horne + + * testsuite/gas/or1k/allinsn.s: Add instruction tests for + l.muld, l.muldu, l.macu, l.msb, l.msbu. + * testsuite/gas/or1k/allinsn.d: Add test results for new + instructions. + +2018-10-05 Richard Henderson + + * config/tc-or1k.c (or1k_apply_fix): Add BFD_RELOC_OR1K_TLS_GD_PG21, + BFD_RELOC_OR1K_TLS_GD_LO13, BFD_RELOC_OR1K_TLS_LDM_PG21, + BFD_RELOC_OR1K_TLS_LDM_LO13, BFD_RELOC_OR1K_TLS_IE_PG21, + BFD_RELOC_OR1K_TLS_IE_LO13. + * testsuite/gas/or1k/allinsn.s: Add test for l.adrp. + * testsuite/gas/or1k/allinsn.d: Add test results for new + instructions. + * testsuite/gas/or1k/reloc-1.s: Add tests to generate + R_OR1K_PLTA26, R_OR1K_GOT_PG21, R_OR1K_TLS_GD_PG21, R_OR1K_TLS_LDM_PG21, + R_OR1K_TLS_IE_PG21, R_OR1K_LO13, R_OR1K_GOT_LO13, R_OR1K_TLS_GD_LO13, + R_OR1K_TLD_LDM_LO13, R_OR1K_TLS_IE_LO13, R_OR1K_LO13, R_OR1K_SLO13 + relocations. + * testsuite/gas/or1k/reloc-1.d: Add relocation results for + tests. + * testsuite/gas/or1k/reloc-2.s: Add negative tests for store to + gotpo(). + * testsuite/gas/or1k/reloc-2.l: Add expected error test results. + +2018-10-05 Richard Henderson + + * testsuite/gas/or1k/allinsn.d (l_ha): Add result for ha() relocation. + * testsuite/gas/or1k/allinsn.s (l_ha): Add test for ha() relocations. + * testsuite/gas/or1k/allinsn.exp: Renamed to or1k.exp. + * testsuite/gas/or1k/or1k.exp: Add reloc-2 list test. + * testsuite/gas/or1k/reloc-1.d: New file. + * testsuite/gas/or1k/reloc-1.s: New file. + * testsuite/gas/or1k/reloc-2.l: New file. + * testsuite/gas/or1k/reloc-2.s: New file. + +2018-10-03 Tamar Christina + + * testsuite/gas/aarch64/sve-movprfx_1.d: New test. + * testsuite/gas/aarch64/sve-movprfx_1.s: New test. + * testsuite/gas/aarch64/sve-movprfx_10.d: New test. + * testsuite/gas/aarch64/sve-movprfx_10.l: New test. + * testsuite/gas/aarch64/sve-movprfx_10.s: New test. + * testsuite/gas/aarch64/sve-movprfx_11.d: New test. + * testsuite/gas/aarch64/sve-movprfx_11.s: New test. + * testsuite/gas/aarch64/sve-movprfx_12.d: New test. + * testsuite/gas/aarch64/sve-movprfx_12.s: New test. + * testsuite/gas/aarch64/sve-movprfx_13.d: New test. + * testsuite/gas/aarch64/sve-movprfx_13.l: New test. + * testsuite/gas/aarch64/sve-movprfx_13.s: New test. + * testsuite/gas/aarch64/sve-movprfx_14.d: New test. + * testsuite/gas/aarch64/sve-movprfx_14.l: New test. + * testsuite/gas/aarch64/sve-movprfx_14.s: New test. + * testsuite/gas/aarch64/sve-movprfx_15.d: New test. + * testsuite/gas/aarch64/sve-movprfx_15.l: New test. + * testsuite/gas/aarch64/sve-movprfx_15.s: New test. + * testsuite/gas/aarch64/sve-movprfx_16.d: New test. + * testsuite/gas/aarch64/sve-movprfx_16.s: New test. + * testsuite/gas/aarch64/sve-movprfx_17.d: New test. + * testsuite/gas/aarch64/sve-movprfx_17.l: New test. + * testsuite/gas/aarch64/sve-movprfx_17.s: New test. + * testsuite/gas/aarch64/sve-movprfx_18.d: New test. + * testsuite/gas/aarch64/sve-movprfx_18.l: New test. + * testsuite/gas/aarch64/sve-movprfx_18.s: New test. + * testsuite/gas/aarch64/sve-movprfx_19.d: New test. + * testsuite/gas/aarch64/sve-movprfx_19.s: New test. + * testsuite/gas/aarch64/sve-movprfx_2.d: New test. + * testsuite/gas/aarch64/sve-movprfx_2.l: New test. + * testsuite/gas/aarch64/sve-movprfx_2.s: New test. + * testsuite/gas/aarch64/sve-movprfx_20.d: New test. + * testsuite/gas/aarch64/sve-movprfx_20.l: New test. + * testsuite/gas/aarch64/sve-movprfx_20.s: New test. + * testsuite/gas/aarch64/sve-movprfx_21.d: New test. + * testsuite/gas/aarch64/sve-movprfx_21.s: New test. + * testsuite/gas/aarch64/sve-movprfx_22.d: New test. + * testsuite/gas/aarch64/sve-movprfx_22.l: New test. + * testsuite/gas/aarch64/sve-movprfx_22.s: New test. + * testsuite/gas/aarch64/sve-movprfx_23.d: New test. + * testsuite/gas/aarch64/sve-movprfx_23.l: New test. + * testsuite/gas/aarch64/sve-movprfx_23.s: New test. + * testsuite/gas/aarch64/sve-movprfx_24.d: New test. + * testsuite/gas/aarch64/sve-movprfx_24.l: New test. + * testsuite/gas/aarch64/sve-movprfx_24.s: New test. + * testsuite/gas/aarch64/sve-movprfx_25.d: New test. + * testsuite/gas/aarch64/sve-movprfx_25.l: New test. + * testsuite/gas/aarch64/sve-movprfx_25.s: New test. + * testsuite/gas/aarch64/sve-movprfx_26.d: New test. + * testsuite/gas/aarch64/sve-movprfx_26.l: New test. + * testsuite/gas/aarch64/sve-movprfx_26.s: New test. + * testsuite/gas/aarch64/sve-movprfx_3.d: New test. + * testsuite/gas/aarch64/sve-movprfx_3.l: New test. + * testsuite/gas/aarch64/sve-movprfx_3.s: New test. + * testsuite/gas/aarch64/sve-movprfx_4.d: New test. + * testsuite/gas/aarch64/sve-movprfx_4.l: New test. + * testsuite/gas/aarch64/sve-movprfx_4.s: New test. + * testsuite/gas/aarch64/sve-movprfx_5.d: New test. + * testsuite/gas/aarch64/sve-movprfx_5.s: New test. + * testsuite/gas/aarch64/sve-movprfx_6.d: New test. + * testsuite/gas/aarch64/sve-movprfx_6.l: New test. + * testsuite/gas/aarch64/sve-movprfx_6.s: New test. + * testsuite/gas/aarch64/sve-movprfx_7.d: New test. + * testsuite/gas/aarch64/sve-movprfx_7.l: New test. + * testsuite/gas/aarch64/sve-movprfx_7.s: New test. + * testsuite/gas/aarch64/sve-movprfx_8.d: New test. + * testsuite/gas/aarch64/sve-movprfx_8.l: New test. + * testsuite/gas/aarch64/sve-movprfx_8.s: New test. + * testsuite/gas/aarch64/sve-movprfx_9.d: New test. + * testsuite/gas/aarch64/sve-movprfx_9.l: New test. + * testsuite/gas/aarch64/sve-movprfx_9.s: New test. + 2018-10-03 Tamar Christina * testsuite/gas/aarch64/sve-movprfx.d: New test.