2018-08-14 18:55:43 +02:00
|
|
|
|
2018-08-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale-64.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-addr32-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-addr32.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-addr32-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-addr32.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-addr32.s: Add %eiz tests.
|
|
|
|
|
|
2018-08-14 13:22:35 +02:00
|
|
|
|
2018-08-14 Robert Yang <liezhi.yang@windriver.com>
|
|
|
|
|
|
|
|
|
|
* as.c (main): Improve check for input file matching output file.
|
|
|
|
|
|
2018-08-11 23:37:14 +02:00
|
|
|
|
2018-08-11 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add .cmov and .fxsr.
|
|
|
|
|
(cpu_noarch): Add nocmov and nofxsr.
|
|
|
|
|
* doc/c-i386.texi: Document cmov and fxsr.
|
|
|
|
|
|
2018-08-10 20:03:50 +02:00
|
|
|
|
2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (md_show_usage): Don't display --32/--64/--x32
|
|
|
|
|
if BFD64 is undefined.
|
|
|
|
|
* testsuite/gas/i386/i386.exp (gas_bfd64_check): New.
|
|
|
|
|
Run code64-inval if gas_bfd64_check fails.
|
|
|
|
|
|
2018-08-10 19:23:11 +02:00
|
|
|
|
2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale.s: Removed.
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale-32.d: Don't use
|
|
|
|
|
evex-no-scale.s.
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale-64.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale-32.s: New file.
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale-64.s: Likewise.
|
|
|
|
|
|
2018-08-09 18:57:11 +02:00
|
|
|
|
2018-08-09 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* as.c (show_usage): Display default option for --elf-stt-common=.
|
|
|
|
|
|
2018-08-09 18:48:12 +02:00
|
|
|
|
2018-08-09 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (md_show_usage): Display default options.
|
|
|
|
|
|
2018-08-07 09:34:08 +02:00
|
|
|
|
2018-08-07 James Patrick Conlon <cptjustice@gmail.com>
|
|
|
|
|
Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 23481
|
|
|
|
|
* config/tc-pdp11.c (parse_op_noreg): Check for deferred register
|
|
|
|
|
addressing before assuming non-deferred addressing.
|
|
|
|
|
* testsuite/gas/pdp11/pr23481.s: New test source file.
|
|
|
|
|
* testsuite/gas/pdp11/pr23481.d: New test driver file.
|
|
|
|
|
* testsuite/gas/pdp11/pdp11.exp: Run the new test.
|
|
|
|
|
|
2018-08-06 15:41:32 +02:00
|
|
|
|
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arc.c (rf16_only): New static variable.
|
|
|
|
|
(autodetect_attributes): Check if we are rf16 compliant.
|
|
|
|
|
(arc_set_public_attributes): Fix and emit the warning is required.
|
|
|
|
|
* testsuite/gas/arc/attr-rf16.d: New file.
|
|
|
|
|
* testsuite/gas/arc/attr-rf16.err: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-rf16.s: Likewise.
|
|
|
|
|
|
2018-08-06 15:41:32 +02:00
|
|
|
|
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arc.c (arc_set_public_attributes): Add
|
|
|
|
|
Tag_ARC_ATR_version.
|
|
|
|
|
(arc_convert_symbolic_attribute): Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc600.d: Update test.
|
|
|
|
|
* testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc600_norm.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc601.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc601_norm.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arc700.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-arcem.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-archs.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-autodetect-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-cpu-a601.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-cpu-a700.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-cpu-em.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-cpu-hs.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-em.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-em4.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-em4_dmips.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-em4_fpus.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-hs.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-hs34.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-hs38.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-hs38_linux.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-mul64.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-name.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-nps400.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-override-mcpu.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/attr-quarkse_em.d: Likewise.
|
|
|
|
|
|
2018-08-06 15:41:32 +02:00
|
|
|
|
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
|
|
|
|
|
names.
|
|
|
|
|
* testsuite/gas/arc/ld2.d: Update test.
|
|
|
|
|
* testsuite/gas/arc/taux.d: Likewise.
|
|
|
|
|
* testsuite/gas/arc/taux.s: Likewise.
|
|
|
|
|
|
2018-08-06 08:34:36 +02:00
|
|
|
|
2018-08-06 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Use RegIP and RegIZ.
|
|
|
|
|
(output_disp): Use RegIP.
|
|
|
|
|
(i386_addressing_mode): Drop uses of RegEip and RegEiz.
|
|
|
|
|
(i386_index_check): Replace uses of RegEip/RegEiz.
|
|
|
|
|
(parse_real_register): Use RegIZ.
|
|
|
|
|
* config/tc-i386-intel.c (i386_intel_simplify_register): Use
|
|
|
|
|
RegIZ.
|
|
|
|
|
* testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust expectations.
|
|
|
|
|
|
2018-08-05 19:05:52 +02:00
|
|
|
|
2018-08-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run evex-no-scale-32 and
|
|
|
|
|
evex-no-scale-64 only for ELF targets.
|
|
|
|
|
* testsuite/gas/i386/prefix32.s: Append ".p2align 4,0".
|
|
|
|
|
* testsuite/gas/i386/prefix64.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/prefix32.l: Updated.
|
|
|
|
|
* testsuite/gas/i386/prefix64.l: Likewise.
|
|
|
|
|
|
R_PPC64_REL24_NOTOC support
R_PPC64_REL24_NOTOC is used on calls like "bl foo@notoc" to tell the
linker that linkage stubs for PLT calls or long branches can't use r2
for pic addressing. Instead, new stubs that generate pc-relative
addresses are used. One complication is that pc-relative offsets to
the PLT may need to be 64-bit in large programs, in contrast to the
toc-relative addressing used by older PLT linkage stubs where a 32-bit
offset is sufficient until the PLT itself exceeds 2G in size.
.eh_frame info to cover the _notoc stubs is yet to be implemented.
bfd/
* elf64-ppc.c (ADDI_R12_R11, ADDI_R12_R12, LIS_R12),
(ADDIS_R12_R11, ORIS_R12_R12_0, ORI_R12_R12_0),
(SLDI_R12_R12_32, LDX_R12_R11_R12, ADD_R12_R11_R12): Define.
(ppc64_elf_howto_raw): Add R_PPC64_REL24_NOTOC entry.
(ppc64_elf_reloc_type_lookup): Support R_PPC64_REL24_NOTOC.
(ppc_stub_type): Add ppc_stub_long_branch_notoc,
ppc_stub_long_branch_both, ppc_stub_plt_branch_notoc,
ppc_stub_plt_branch_both, ppc_stub_plt_call_notoc, and
ppc_stub_plt_call_both.
(is_branch_reloc): Add R_PPC64_REL24_NOTOC.
(build_offset, size_offset): New functions.
(plt_stub_size): Support plt_call_notoc and plt_call_both.
(ppc_build_one_stub, ppc_size_one_stub): Support new stubs.
(toc_adjusting_stub_needed): Handle R_PPC64_REL24_NOTOC.
(ppc64_elf_size_stubs): Likewise, and new stubs.
(ppc64_elf_build_stubs, ppc64_elf_relocate_section): Likewise.
* reloc.c: Add BFD_RELOC_PPC64_REL24_NOTOC.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
gas/
* config/tc-ppc.c (ppc_elf_suffix): Support @notoc.
(ppc_force_relocation, ppc_fix_adjustable): Handle REL24_NOTOC.
ld/
* testsuite/ld-powerpc/ext.d,
* testsuite/ld-powerpc/ext.s,
* testsuite/ld-powerpc/ext.lnk,
* testsuite/ld-powerpc/notoc.d,
* testsuite/ld-powerpc/notoc.s: New tests.
* testsuite/ld-powerpc/powerpc.exp: Run them.
2018-08-03 09:11:22 +02:00
|
|
|
|
2018-08-05 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_elf_suffix): Support @notoc.
|
|
|
|
|
(ppc_force_relocation, ppc_fix_adjustable): Handle REL24_NOTOC.
|
|
|
|
|
|
2018-08-03 11:02:39 +02:00
|
|
|
|
2018-08-03 Dimitar Dimitrov <dimitar@dinux.eu>
|
|
|
|
|
|
|
|
|
|
* config/tc-pru.c (pru_regname_to_dw2regnum): Return the starting HW
|
|
|
|
|
byte-register number.
|
|
|
|
|
(pru_frame_initial_instructions): Use byte-numbering for FP index.
|
|
|
|
|
* config/tc-pru.h (DWARF2_DEFAULT_RETURN_COLUMN): Use number from
|
|
|
|
|
latest GCC.
|
|
|
|
|
(DWARF2_CIE_DATA_ALIGNMENT): Set to -1.
|
|
|
|
|
|
2018-08-03 09:30:02 +02:00
|
|
|
|
2018-08-03 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (Operand_Mem): Define.
|
|
|
|
|
(operand_size_match): Use it.
|
|
|
|
|
(check_VecOperands): Likewise.
|
|
|
|
|
(i386_att_operand): Likewise.
|
|
|
|
|
(swap_2_operands): Also swap flags fields.
|
|
|
|
|
* config/tc-i386-intel.c (i386_intel_operand): Likewise.
|
|
|
|
|
|
2018-08-07 09:34:08 +02:00
|
|
|
|
2018-08-01 James Patrick Conlon <cptjustice@gmail.com>
|
2018-08-01 16:14:46 +02:00
|
|
|
|
Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 14480
|
|
|
|
|
* config/tc-pdp11.c (parse_op_noreg): Check for and handle auto
|
|
|
|
|
increment deferred.
|
|
|
|
|
* testsuite/gas/pdp11/pr14480.d: New test driver file.
|
|
|
|
|
* testsuite/gas/pdp11/pr14480.s: New test source file file.
|
|
|
|
|
* testsuite/gas/pdp11/pdp11.exp: Run the new test.
|
|
|
|
|
|
2018-08-01 15:36:50 +02:00
|
|
|
|
2018-08-01 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ns32k.c (addr_mode): Replace "Drop through" comment
|
|
|
|
|
with "Fall through" so that it will be recognised by gcc's switch
|
|
|
|
|
statment error checker.
|
|
|
|
|
|
2018-08-01 03:02:56 +02:00
|
|
|
|
2018-08-01 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-07-31 10:58:05 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (optimize_encoding): Also handle kandnd,
|
|
|
|
|
kandnq, kxord, and kxorq.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.s: Add kandn and kxor tests.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d,
|
|
|
|
|
testsuite/gas/i386/optimize-4.d,
|
|
|
|
|
testsuite/gas/i386/optimize-5.d: Adjust expectations.
|
|
|
|
|
|
2018-07-31 10:57:09 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperands): Convert masking handling
|
|
|
|
|
to switch(), to deal with DYNAMIC_MASKING.
|
|
|
|
|
|
2018-07-31 10:56:09 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.s: Add invalid zeroing-
|
|
|
|
|
masking tests.
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
|
|
|
|
|
|
2018-07-31 10:55:17 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/sg.s, testsuite/gas/i386/sg.l: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
* testsuite/gas/i386/avx512f.s, testsuite/gas/i386/avx512f_vl.s,
|
|
|
|
|
testsuite/gas/i386/avx512pf.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512f.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512f_vl.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512pf.s: Drop unnessecary operand
|
|
|
|
|
size specifiers from scatter/gather insns in Intel mode.
|
|
|
|
|
|
2018-07-31 10:54:05 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (is_any_vex_encoding): New.
|
|
|
|
|
(process_immext, process_suffix): Use it.
|
|
|
|
|
(md_assemble): Likewise. Reject DATA_PREFIX with VEX/XOP/EVEX
|
|
|
|
|
insn.
|
|
|
|
|
* testsuite/gas/i386/prefix32.s, testsuite/gas/i386/prefix32.l,
|
|
|
|
|
testsuite/gas/i386/prefix64.s, testsuite/gas/i386/prefix64.l
|
|
|
|
|
New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
2018-07-31 10:52:37 +02:00
|
|
|
|
2018-07-31 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_real_register): Use cpuavx512f instead
|
|
|
|
|
of cpuvrex.
|
|
|
|
|
|
2018-07-30 17:25:05 +02:00
|
|
|
|
2018-07-30 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
PR gas/23465
|
|
|
|
|
* config/tc-i386.c (output_disp): Restrict scaling.
|
|
|
|
|
* testsuite/gas/i386/evex-no-scale.s,
|
|
|
|
|
testsuite/gas/i386/evex-no-scale-32.d
|
|
|
|
|
testsuite/gas/i386/evex-no-scale-64.d: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
Add support for the C_SKY series of processors.
This patch series is a new binutils port for C-SKY processors, including support for both the V1 and V2 processor variants. V1 is derived from the MCore architecture while V2 is substantially different, with mixed 16- and 32-bit instructions, a larger register set, a different (but overlapping) ABI, etc. There is support for bare-metal ELF targets and Linux with both glibc and uClibc.
This code is being contributed jointly by C-SKY Microsystems and Mentor Graphics. C-SKY is responsible for the technical content and has proposed Lifang Xia and Yunhai Shang as port maintainers. (Note that C-SKY does have a corporate copyright assignment on file with the FSF.) Mentor Graphics' role has been cleaning up the code, adding documentation and additional test cases, etc, to address issues we anticipated reviewers would complain about.
bfd * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES): Add C-SKY.
(BFD32_BACKENDS, BFD_BACKENDS_CFILES): Likewise.
* Makefile.in: Regenerated.
* archures.c (enum bfd_architecture): Add bfd_arch_csky and
related bfd_mach defines.
(bfd_csky_arch): Declare.
(bfd_archures_list): Add C-SKY.
* bfd-in.h (elf32_csky_build_stubs): Declare.
(elf32_csky_size_stubs): Declare.
(elf32_csky_next_input_section: Declare.
(elf32_csky_setup_section_lists): Declare.
* bfd-in2.h: Regenerated.
* config.bfd: Add C-SKY.
* configure.ac: Likewise.
* configure: Regenerated.
* cpu-csky.c: New file.
* elf-bfd.h (enum elf_target_id): Add C-SKY.
* elf32-csky.c: New file.
* libbfd.h: Regenerated.
* reloc.c: Add C-SKY relocations.
* targets.c (csky_elf32_be_vec, csky_elf32_le_vec): Declare.
(_bfd_target_vector): Add C-SKY target vector entries.
binutils* readelf.c: Include elf/csky.h.
(guess_is_rela): Handle EM_CSKY.
(dump_relocations): Likewise.
(get_machine_name): Likewise.
(is_32bit_abs_reloc): Likewise.
include * dis-asm.h (csky_symbol_is_valid): Declare.
* opcode/csky.h: New file.
opcodes * Makefile.am (TARGET_LIBOPCODES_CFILES): Add csky-dis.c.
* Makefile.in: Regenerated.
* configure.ac: Add C-SKY.
* configure: Regenerated.
* csky-dis.c: New file.
* csky-opc.h: New file.
* disassemble.c (ARCH_csky): Define.
(disassembler, disassemble_init_for_target): Add case for ARCH_csky.
* disassemble.h (print_insn_csky, csky_get_disassembler): Declare.
gas * Makefile.am (TARGET_CPU_CFILES): Add entry for C-SKY.
(TARGET_CPU_HFILES, TARGET_ENV_HFILES): Likewise.
* Makefile.in: Regenerated.
* config/tc-csky.c: New file.
* config/tc-csky.h: New file.
* config/te-csky_abiv1.h: New file.
* config/te-csky_abiv1_linux.h: New file.
* config/te-csky_abiv2.h: New file.
* config/te-csky_abiv2_linux.h: New file.
* configure.tgt: Add C-SKY.
* doc/Makefile.am (CPU_DOCS): Add entry for C-SKY.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Set CSKY feature.
* doc/as.texi (Overview): Add C-SKY options.
(Machine Dependencies): Likewise.
* doc/c-csky.texi: New file.
* testsuite/gas/csky/*: New test cases.
ld * Makefile.am (ALL_EMULATION_SOURCES): Add C-SKY emulations.
(ecskyelf.c, ecskyelf_linux.c): New rules.
* Makefile.in: Regenerated.
* configure.tgt: Add C-SKY.
* emulparams/cskyelf.sh: New file.
* emulparams/cskyelf_linux.sh: New file.
* emultempl/cskyelf.em: New file.
* gen-doc.texi: Add C-SKY.
* ld.texi: Likewise.
(Options specific to C-SKY targets): New section.
* testsuite/ld-csky/*: New tests.
2018-07-30 13:24:14 +02:00
|
|
|
|
2018-07-30 Andrew Jenner <andrew@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (TARGET_CPU_CFILES): Add entry for C-SKY.
|
|
|
|
|
(TARGET_CPU_HFILES, TARGET_ENV_HFILES): Likewise.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
* config/tc-csky.c: New file.
|
|
|
|
|
* config/tc-csky.h: New file.
|
|
|
|
|
* config/te-csky_abiv1.h: New file.
|
|
|
|
|
* config/te-csky_abiv1_linux.h: New file.
|
|
|
|
|
* config/te-csky_abiv2.h: New file.
|
|
|
|
|
* config/te-csky_abiv2_linux.h: New file.
|
|
|
|
|
* configure.tgt: Add C-SKY.
|
|
|
|
|
* doc/Makefile.am (CPU_DOCS): Add entry for C-SKY.
|
|
|
|
|
* doc/Makefile.in: Regenerated.
|
|
|
|
|
* doc/all.texi: Set CSKY feature.
|
|
|
|
|
* doc/as.texi (Overview): Add C-SKY options.
|
|
|
|
|
(Machine Dependencies): Likewise.
|
|
|
|
|
* doc/c-csky.texi: New file.
|
|
|
|
|
* testsuite/gas/csky/*: New test cases.
|
|
|
|
|
* NEWS: Mention the support.
|
|
|
|
|
|
2018-07-29 18:51:23 +02:00
|
|
|
|
2018-07-29 John David Anglin <danglin@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
* config/tc-hppa.c: Include "struc-symbol.h".
|
|
|
|
|
(pa_build_unwind_subspace): Use call_info->start_symbol->sy_frag
|
|
|
|
|
instead of frag_now for local symbol replacement.
|
|
|
|
|
|
2018-07-27 23:35:29 +02:00
|
|
|
|
2018-07-27 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* configure.tgt (riscv*): Accept as alias for riscv32*.
|
|
|
|
|
|
2018-07-27 15:35:09 +02:00
|
|
|
|
2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/23453
|
|
|
|
|
* config/tc-i386.c (parse_operands): Check for more than 2
|
|
|
|
|
memory references.
|
|
|
|
|
* testsuite/gas/i386/inval.s: Add a movsd test with 3 memory
|
|
|
|
|
references.
|
|
|
|
|
* testsuite/gas/i386/x86-64-inval.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/inval.l: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-inval.l: Likewise.
|
|
|
|
|
|
2018-07-26 17:49:12 +02:00
|
|
|
|
2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperations): Initialize
|
|
|
|
|
broadcast_op.bytes to 0.
|
|
|
|
|
|
2018-07-24 01:51:44 +02:00
|
|
|
|
2018-07-26 Alex Chadwick <Alex.Chadwick@cl.cam.ac.uk>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (md_show_usage): Add -mgekko and -mbroadway.
|
|
|
|
|
* doc/as.texi (Target PowerPC options): Add -mgekko and -mbroadway.
|
|
|
|
|
* doc/c-ppc.texi (PowerPC-Opts): Likewise.
|
|
|
|
|
* testsuite/gas/ppc/broadway.d,
|
|
|
|
|
* testsuite/gas/ppc/broadway.s: New test for broadway.
|
|
|
|
|
* testsuite/gas/ppc/ppc.exp: Run new test.
|
|
|
|
|
|
2018-07-26 04:41:11 +02:00
|
|
|
|
2018-07-26 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_elf_localentry): Allow .localentry values
|
|
|
|
|
of 1 and 7 to directly set value into STO_PPC64_LOCAL_MASK bits.
|
|
|
|
|
|
2018-07-26 00:28:07 +02:00
|
|
|
|
2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (Broadcast_Operation): Add bytes.
|
|
|
|
|
(build_evex_prefix): Use i.broadcast->bytes.
|
|
|
|
|
(match_broadcast_size): New function.
|
|
|
|
|
(check_VecOperands): Use the broadcast field to compute the
|
|
|
|
|
number of bytes to broadcast directly. Set i.broadcast->bytes.
|
|
|
|
|
Use match_broadcast_size.
|
|
|
|
|
|
2018-07-25 10:51:51 +02:00
|
|
|
|
2018-07-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
|
|
|
|
|
|
|
|
|
|
* doc/c-arm.texi (.arch directive): Clarify that name must not include
|
|
|
|
|
an extension.
|
|
|
|
|
(.cpu directive): Likewise.
|
|
|
|
|
|
2018-07-24 18:47:47 +02:00
|
|
|
|
2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_vex_prefix): Use unsigned int to
|
|
|
|
|
iterate through multi-length vector operands.
|
|
|
|
|
(build_evex_prefix): Likewise.
|
|
|
|
|
|
2018-07-24 09:46:27 +02:00
|
|
|
|
2018-07-24 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperands): Handle EVEXLIG when
|
|
|
|
|
deriving i.memshift.
|
|
|
|
|
* testsuite/gas/i386/cvtsi2sX.s, testsuite/gas/i386/cvtsi2sX.l:
|
|
|
|
|
New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
* testsuite/gas/i386/avx512f.d,
|
|
|
|
|
testsuite/gas/i386/evex-lig256.d,
|
|
|
|
|
testsuite/gas/i386/evex-lig512.d,,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512f.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-evex-lig256.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-evex-lig512.d: Adjust expectations.
|
|
|
|
|
|
2018-07-23 15:32:20 +02:00
|
|
|
|
2018-07-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.s: Add a test for missing
|
|
|
|
|
broadcast.
|
|
|
|
|
* testsuite/gas/i386/x86-64-inval-avx512f.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.l: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-inval-avx512f.l: Likewise.
|
|
|
|
|
|
2018-07-23 14:43:43 +02:00
|
|
|
|
2018-07-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (i386_error): Remove
|
|
|
|
|
broadcast_not_on_src_operand.
|
|
|
|
|
(match_template): Likewse.
|
|
|
|
|
|
2018-07-23 11:09:43 +02:00
|
|
|
|
2018-07-23 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/arc/st.d: Fix test.
|
|
|
|
|
|
2018-07-23 11:09:43 +02:00
|
|
|
|
2018-07-23 Claudiu Zissulescu <claziss@synopsys.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arc.c (tokenize_extinsn): Convert to lower case the
|
|
|
|
|
name of extension instructions.
|
|
|
|
|
* testsuite/gas/arc/textinsn_case.d: New file.
|
|
|
|
|
* testsuite/gas/arc/textinsn_case.s: Likewise.
|
|
|
|
|
|
2018-07-22 21:00:39 +02:00
|
|
|
|
2018-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_vex_prefix): Determine vector
|
|
|
|
|
length from the last multi-length vector operand.
|
|
|
|
|
(build_evex_prefix): Likewise.
|
|
|
|
|
|
2018-07-21 19:57:54 +02:00
|
|
|
|
2018-07-20 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_simd_size): Break long line.
|
|
|
|
|
(match_mem_size): Likewise.
|
|
|
|
|
|
2018-07-20 21:47:25 +02:00
|
|
|
|
2018-07-20 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_reg_size): Renamed to ...
|
|
|
|
|
(match_operand_size): This. Update comments.
|
|
|
|
|
(match_simd_size): Update comments. Replace match_reg_size
|
|
|
|
|
with match_operand_size.
|
|
|
|
|
(match_mem_size): Likewise.
|
|
|
|
|
(operand_size_match): Replace match_reg_size with
|
|
|
|
|
match_operand_size.
|
|
|
|
|
|
2018-07-20 14:21:33 +02:00
|
|
|
|
2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
|
|
|
|
|
Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Mention MultiMedia extensions Instructions (MMI)
|
|
|
|
|
support.
|
|
|
|
|
* config/tc-mips.c (options): Add OPTION_LOONGSON_MMI and
|
|
|
|
|
OPTION_NO_LOONGSON_MMI.
|
|
|
|
|
(md_longopts): Likewise.
|
|
|
|
|
(mips_ases): Define availability for MMI.
|
|
|
|
|
(mips_convert_ase_flags): Map ASE_LOONGSON_MMI to
|
|
|
|
|
AFL_ASE_LOONGSON_MMI.
|
|
|
|
|
(mips_cpu_info_table): Add ASE_LOONGSON_MMI for loongson2f/3a.
|
|
|
|
|
(md_show_usage): Add help for -mloongson-mmi and
|
|
|
|
|
-mno-loongson-mmi.
|
|
|
|
|
* doc/as.texi: Document -mloongson-mmi, -mno-loongson-mmi.
|
|
|
|
|
* doc/c-mips.texi: Document -mloongson-mmi, -mno-loongson-mmi,
|
|
|
|
|
.set loongson-mmi and .set noloongson-mmi.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f.d: Move mmi test to ...
|
|
|
|
|
* testsuite/gas/mips/loongson-2f-mmi.d: Here. Add ISA/ASE
|
|
|
|
|
flag verification.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f.s: Move mmi test to ...
|
|
|
|
|
* testsuite/gas/mips/loongson-2f-mmi.s: Here.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a.d: Move mmi test to ...
|
|
|
|
|
* testsuite/gas/mips/loongson-3a-mmi.d: Here. Add ISA/ASE
|
|
|
|
|
flag verification.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a.s: Move mmi test to ...
|
|
|
|
|
* testsuite/gas/mips/loongson-3a-mmi.s: Here.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run loongson-2f-mmi and
|
|
|
|
|
loongson-3a-mmi tests.
|
|
|
|
|
|
Specify architecture for SPARC gas tests
A couple of SPARC gas tests FAIL on Solaris/SPARC (both
sparc-sun-solaris2.11 and sparcv9-sun-solaris2.11):
FAIL: sparc PAUSE
FAIL: sparc CBCOND
FAIL: sparc CFR
FAIL: sparc CRYPTO
FAIL: sparc HPC+VIS3
FAIL: sparc IMA
FAIL: sparc OSA2015 %mwait asr and MWAIT instruction
FAIL: sparc OSA2015 %mcdper asr
FAIL: sparc SPARC5 and VIS4.0
FAIL: OSA2015 crypto instructions
FAIL: SPARC6
FAIL: FPCMPSHL OSA2017 instructions
FAIL: OSA2017 ONADD/ONSUB/ONMUL/ONDIV instructions.
FAIL: OSA2017 RLE instructions
FAIL: sparc64 rdasr
FAIL: sparc64 rdpr
FAIL: sparc64 rdhpr
FAIL: sparc64 wrasr
FAIL: sparc64 wrpr
It turns out there's a common pattern here: failures happen for all
tests that use SPARC ISA extensions beyond sparcv9, e.g. for the sparc
PAUSE test:
regexp_diff match failure
regexp "^ 0: b7 80 40 02 wr %g1, %g2, %pause$"
line " 0: b7 80 40 02 wr %g1, %g2, %asr27"
[...]
regexp_diff match failure
regexp "^ 8: b7 80 20 08 pause 8$"
line " 8: b7 80 20 08 wr 8, %asr27"
[...]
The fix is easy, actually: just as the tests specify the ISA extension
to use as a gas flag, the same needs to be done for objdump. For the
test above, which has -Av9v, this means passing -msparc:v9v to objdump.
Doing so makes all but two (unrelated; to be reported separately)
failures go away.
This doesn't happen on Linux/SPARC, where gas emits GNU object attributes
matching the hardcare capabilities used. Since gas doesn't yet implement
Solaris-style object capabilites, the explicit -march is needed, but only
passed on Solaris.
Tested on both sparc-sun-solaris2.11 and sparcv9-sun-solaris2.11.
* testsuite/gas/sparc/sparc.exp (set_tests_arch): New proc.
Prefix v9c, v9d, v9v, v9m, v9m8 tests with corresponding
set_tests_arch.
2018-07-20 11:15:57 +02:00
|
|
|
|
2018-07-20 Jose E. Marchesi <jose.marchesi@oracle.com>
|
|
|
|
|
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/sparc/sparc.exp (set_tests_arch): New proc.
|
|
|
|
|
Prefix v9c, v9d, v9v, v9m, v9m8 tests with corresponding
|
|
|
|
|
set_tests_arch.
|
|
|
|
|
|
2018-07-19 08:35:38 +02:00
|
|
|
|
2018-07-19 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_evex_prefix): Derive vector length
|
|
|
|
|
from broadcast specification if necessary.
|
|
|
|
|
(match_template): Also exclude broadcast when checking whether
|
|
|
|
|
to reject 32-bit operands on pre-386.
|
|
|
|
|
|
2018-07-19 08:32:17 +02:00
|
|
|
|
2018-07-19 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/noavx512-2.l: Adjust expectations.
|
|
|
|
|
|
2018-07-19 08:29:35 +02:00
|
|
|
|
2018-07-19 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (is_evex_encoding): Also check disp8memshift.
|
|
|
|
|
(optimize_encoding): Also cover templates without cpuavx512vl
|
|
|
|
|
allowing for zmmword and having a ymmword actual.
|
|
|
|
|
(check_VecOperands): Handle DISP8_SHIFT_VL.
|
|
|
|
|
* testsuite/gas/i386/noavx512-2.l: Adjust expectations.
|
|
|
|
|
|
2018-07-18 15:08:37 +02:00
|
|
|
|
2018-07-18 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/loongson-2e.d: Correct whitespace issues.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-2e.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-2f-3.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/loongson-3a-2.s: Likewise.
|
|
|
|
|
|
x86: Split vcvtps2{,u}qq and vcvttps2{,u}qq
After
commit 1b54b8d7e4fc8055f9220a5287e8a94d8a65a88d
Author: Jan Beulich <jbeulich@novell.com>
Date: Mon Dec 18 09:36:14 2017 +0100
x86: fold RegXMM/RegYMM/RegZMM into RegSIMD
... qualified by their respective sizes, allowing to drop FirstXmm0 at
the same time.
folded RegXMM, RegYMM and RegZMM into RegSIMD, it's no longer impossible
to distinguish if Xmmword can represent a memory reference when operand
specification contains SIMD register. For example, template operands
specification like these
RegXMM|...|Xmmword|...
and
RegXMM|...
The Xmmword bitfield is always set by RegXMM which is represented by
"RegSIMD|Xmmword". This patch splits each of vcvtps2qq, vcvtps2uqq,
vcvttps2qq and vcvttps2uqq into 2 templates: one template only has
RegXMM source operand and the other only has mempry source operand.
gas/
PR gas/23418
* testsuite/gas/i386/xmmword.s: Add tests for vcvtps2qq,
vcvtps2uqq, vcvttps2qq and vcvttps2uqq.
* testsuite/gas/i386/xmmword.l: Updated.
opcodes/
PR gas/23418
* i386-opc.h (Byte): Update comments.
(Word): Likewise.
(Dword): Likewise.
(Fword): Likewise.
(Qword): Likewise.
(Tbyte): Likewise.
(Xmmword): Likewise.
(Ymmword): Likewise.
(Zmmword): Likewise.
* i386-opc.tbl: Split vcvtps2qq, vcvtps2uqq, vcvttps2qq and
vcvttps2uqq.
* i386-tbl.h: Regenerated.
2018-07-18 14:33:36 +02:00
|
|
|
|
2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/23418
|
|
|
|
|
* testsuite/gas/i386/xmmword.s: Add tests for vcvtps2qq,
|
|
|
|
|
vcvtps2uqq, vcvttps2qq and vcvttps2uqq.
|
|
|
|
|
* testsuite/gas/i386/xmmword.l: Updated.
|
|
|
|
|
|
2018-07-16 08:19:21 +02:00
|
|
|
|
2018-07-16 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_reg_size): Split second parameter
|
|
|
|
|
into two.
|
|
|
|
|
(match_simd_size): Likewise.
|
|
|
|
|
(match_mem_size): Likewise.
|
|
|
|
|
(MATCH_STRAIGHT, MATCH_REVERSE): Define.
|
|
|
|
|
(operand_size_match): Change return type. New local variable
|
|
|
|
|
"match". Always check for reverse match when opcode_modifier.d
|
|
|
|
|
is set.
|
|
|
|
|
(match_template) New local variable "size_match". Skip further
|
|
|
|
|
matching if operand_size_match() did not report a respective
|
|
|
|
|
match.
|
|
|
|
|
* testsuite/gas/i386/inval.s: Add control register reads/writes.
|
|
|
|
|
* testsuite/gas/i386/inval.l: Adjust expectations.
|
|
|
|
|
|
2018-07-13 16:48:49 +02:00
|
|
|
|
2018-07-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/elf/missing-build-notes.s: New test. Checks that
|
|
|
|
|
relocs are correctly generated for missing build notes.
|
|
|
|
|
* testsuite/gas/elf/missing-build-notes.d: New file. Expected
|
|
|
|
|
output from objdump.
|
|
|
|
|
* testsuite/gas/elf/elf.exp: Run the new test.
|
|
|
|
|
|
2018-07-13 12:46:44 +02:00
|
|
|
|
2018-07-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (do_neon_mov): When converting an integer
|
|
|
|
|
immediate into a floating point value, check that the conversion
|
|
|
|
|
is valid. Also warn if the immediate is valid as both a floating
|
|
|
|
|
point value and a bit pattern.
|
|
|
|
|
* testsuite/gas/arm/vfp-mov-enc.s: Add instructions that use
|
|
|
|
|
floating point bit patterns.
|
|
|
|
|
* testsuite/gas/arm/vfp-mov-enc.d: Add regexps for the disassembly
|
|
|
|
|
of the new insns.
|
|
|
|
|
|
2018-07-12 16:46:17 +02:00
|
|
|
|
2018-07-12 Sudakshina Das <sudi.das@arm.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/aarch64/system.s: Add test for ssbb
|
|
|
|
|
and pssbb.
|
|
|
|
|
* testsuite/gas/aarch64/system.d: Update accordingly
|
|
|
|
|
and remove explicit addresses.
|
|
|
|
|
|
Add remainder of Em16 restrictions for AArch64 gas.
This adds the missing Em16 constraints the rest of the instructions requiring them
and also adds a testcase to test all the instructions so these are checked from
now on.
The Em16 operand constrains the valid registers to the lower 16 registers when used
with a half precision qualifier.
The list has been cross checked (by hand) through the Arm ARM version Ca.
opcodes/
PR binutils/23192
* aarch64-tbl.h (sqdmlal, sqdmlal2, smlsl, smlsl2, sqdmlsl, sqdmlsl2,
mul, smull, smull2, sqdmull, sqdmull2, sqdmulh, sqrdmulh, mla, umlal,
umlal2, mls, umlsl, umlsl2, umull, umull2, sqdmlal, sqdmlsl, sqdmull,
sqdmulh, sqrdmulh): Use Em16.
gas/
PR binutils/23192
* testsuite/gas/aarch64/illegal-by-element.s: New.
* testsuite/gas/aarch64/illegal-by-element.d: New.
* testsuite/gas/aarch64/illegal-by-element.l: New.
2018-07-12 11:28:46 +02:00
|
|
|
|
2018-07-11 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/23192
|
|
|
|
|
* testsuite/gas/aarch64/illegal-by-element.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/illegal-by-element.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/illegal-by-element.l: New.
|
|
|
|
|
|
2018-07-11 19:05:34 +02:00
|
|
|
|
2018-07-11 Sudakshina Das <sudi.das@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (insns): Add new ssbb and pssbb instructions.
|
|
|
|
|
* testsuite/gas/arm/csdb.s: Add new tests for ssbb and pssbb.
|
|
|
|
|
* testsuite/gas/arm/csdb.d: Likewise
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_bad.s: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_bad.l: Likewise.
|
|
|
|
|
* testsuite/gas/arm/barrier.d: Update with ssbb.
|
|
|
|
|
* testsuite/gas/arm/barrier-thumb.d: Likewise.
|
|
|
|
|
|
2018-07-11 10:28:56 +02:00
|
|
|
|
2018-07-11 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (inoutportreg, reg16_inoutportreg): Delete.
|
|
|
|
|
(i386_att_operand): Replace uses of reg16_inoutportreg and
|
|
|
|
|
inoutportreg.
|
|
|
|
|
|
2018-07-11 10:28:16 +02:00
|
|
|
|
2018-07-11 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (output_insn): Remove check_prefix label and
|
|
|
|
|
fold remaining expression.
|
|
|
|
|
|
2018-07-11 10:25:40 +02:00
|
|
|
|
2018-07-11 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/cet.s, testsuite/gas/i386/x86-64-cet.s:
|
|
|
|
|
Add Intel cases with operand size specifiers.
|
|
|
|
|
* testsuite/gas/i386/cet-intel.d, testsuite/gas/i386/cet.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-cet-intel.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-cet.d: Adjust expectations.
|
|
|
|
|
|
2018-07-11 10:23:48 +02:00
|
|
|
|
2018-07-11 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (md_assemble): Also replace an already
|
|
|
|
|
present REP prefix.
|
|
|
|
|
* testsuite/gas/i386/mpx-add-bnd-prefix.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.s: Test RET with
|
|
|
|
|
all REP flavors.
|
|
|
|
|
* testsuite/gas/i386/mpx-add-bnd-prefix.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d: Adjust
|
|
|
|
|
expectations.
|
|
|
|
|
* testsuite/gas/i386/mpx-add-bnd-prefix.e,
|
|
|
|
|
testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.e: New.
|
|
|
|
|
|
2018-07-09 18:35:12 +02:00
|
|
|
|
2018-07-09 Jeff Law <law@redhat.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/nds32/ji-jr.d: Fix name tag.
|
|
|
|
|
|
2018-07-06 17:15:41 +02:00
|
|
|
|
2018-07-06 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/23369
|
|
|
|
|
* testsuite/gas/aarch64/msr.d (csselr_el1,
|
|
|
|
|
vsesr_el2, osdtrrx_el1, osdtrtx_el1, pmsidr_el1): New.
|
|
|
|
|
* testsuite/gas/aarch64/msr.s: Likewise.
|
|
|
|
|
|
2018-07-06 12:46:14 +02:00
|
|
|
|
2018-07-06 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* write.c (maybe_generate_build_notes): Bias reloc offsets by the
|
|
|
|
|
number of notes already generated.
|
|
|
|
|
|
2018-07-05 13:16:56 +02:00
|
|
|
|
2018-07-05 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
microMIPS/GAS: Handle several percent-ops with macros
In the microMIPS mode also accept %half, %got, %call, %got_hi, %got_lo,
%call_hi, %call_lo, %neg, %got_page, %highest, %got_disp, %tlsgd,
%tlsldm, %dtprel_hi, %dtprel_lo, %gottprel, %tprel_hi and %tprel_lo
percent-ops with macros, so that they can be used with instructions that
expand into sequences if relocation is required due to their limited
offset span, such as LL, LWL, etc., fixing GAS assertions:
.../gas/testsuite/gas/mips/elf-rel28.s: Assembler messages:
.../gas/testsuite/gas/mips/elf-rel28.s:17: Internal error in macro_build at .../gas/config/tc-mips.c:8854.
Please report this bug.
observed if an attempt is made to assemble the `elf-rel28.s' test case
modified to use one of the affected instructions to microMIPS code.
gas/
* config/tc-mips.c (macro_build) <'i', 'j'>: Also accept
BFD_RELOC_16, BFD_RELOC_MIPS_GOT16, BFD_RELOC_MIPS_CALL16,
BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MIPS_GOT_LO16,
BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16,
BFD_RELOC_MIPS_SUB, BFD_RELOC_MIPS_GOT_PAGE,
BFD_RELOC_MIPS_HIGHEST, BFD_RELOC_MIPS_GOT_DISP,
BFD_RELOC_MIPS_TLS_GD, BFD_RELOC_MIPS_TLS_LDM,
BFD_RELOC_MIPS_TLS_DTPREL_HI16, BFD_RELOC_MIPS_TLS_DTPREL_LO16,
BFD_RELOC_MIPS_TLS_GOTTPREL, BFD_RELOC_MIPS_TLS_TPREL_HI16 and
BFD_RELOC_MIPS_TLS_TPREL_LO16 relocations if in the microMIPS
mode.
* testsuite/gas/mips/elf-rel28-lldscd-n32.d: New test.
* testsuite/gas/mips/elf-rel28-lldscd-micromips-n32.d: New test.
* testsuite/gas/mips/elf-rel28-lldscd-n64.d: New test.
* testsuite/gas/mips/elf-rel28-lldscd-micromips-n64.d: New test.
* testsuite/gas/mips/elf-rel28.s: Add instruction selection.
* testsuite/gas/mips/mips.exp: Run the new tests.
2018-07-03 00:57:22 +02:00
|
|
|
|
2018-07-02 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (macro_build) <'i', 'j'>: Also accept
|
|
|
|
|
BFD_RELOC_16, BFD_RELOC_MIPS_GOT16, BFD_RELOC_MIPS_CALL16,
|
|
|
|
|
BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MIPS_GOT_LO16,
|
|
|
|
|
BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16,
|
|
|
|
|
BFD_RELOC_MIPS_SUB, BFD_RELOC_MIPS_GOT_PAGE,
|
|
|
|
|
BFD_RELOC_MIPS_HIGHEST, BFD_RELOC_MIPS_GOT_DISP,
|
|
|
|
|
BFD_RELOC_MIPS_TLS_GD, BFD_RELOC_MIPS_TLS_LDM,
|
|
|
|
|
BFD_RELOC_MIPS_TLS_DTPREL_HI16, BFD_RELOC_MIPS_TLS_DTPREL_LO16,
|
|
|
|
|
BFD_RELOC_MIPS_TLS_GOTTPREL, BFD_RELOC_MIPS_TLS_TPREL_HI16 and
|
|
|
|
|
BFD_RELOC_MIPS_TLS_TPREL_LO16 relocations if in the microMIPS
|
|
|
|
|
mode.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-lldscd-n32.d: New test.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-lldscd-micromips-n32.d: New test.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-lldscd-n64.d: New test.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-lldscd-micromips-n64.d: New test.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28.s: Add instruction selection.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
microMIPS/BFD: Add missing NewABI TLS and miscellaneous relocations
Complement commit df58fc944dbc ("MIPS: microMIPS ASE support"),
<https://sourceware.org/ml/binutils/2011-07/msg00198.html>, and add TLS
and a few miscellaneous relocations to NewABI microMIPS support, fixing
GAS assertion failures:
.../gas/testsuite/gas/mips/elf-rel28.s: Assembler messages:
.../gas/testsuite/gas/mips/elf-rel28.s:19: Internal error in append_insn at .../gas/config/tc-mips.c:7660.
Please report this bug.
observed if an attempt is made to assemble the `elf-rel28.s' test case
to microMIPS code. The relocations are the same as with o32 support,
except for `partial_inplace' and `src_mask' updates for the respective
RELA variants.
bfd/
* elf64-mips.c (micromips_elf64_howto_table_rel): Add
R_MICROMIPS_HI0_LO16, R_MICROMIPS_TLS_GD, R_MICROMIPS_TLS_LDM,
R_MICROMIPS_TLS_DTPREL_HI16, R_MICROMIPS_TLS_DTPREL_LO16,
R_MICROMIPS_TLS_GOTTPREL, R_MICROMIPS_TLS_TPREL_HI16,
R_MICROMIPS_TLS_TPREL_LO16, R_MICROMIPS_GPREL7_S2 and
R_MICROMIPS_PC23_S2 relocation entries.
(micromips_elf64_howto_table_rela): Likewise.
(micromips_reloc_map): Likewise.
* elfn32-mips.c (elf_micromips_howto_table_rel): Likewise.
(elf_micromips_howto_table_rela): Likewise.
(micromips_reloc_map): Likewise.
gas/
* testsuite/gas/mips/elf-rel28-micromips-n32.d: New test.
* testsuite/gas/mips/elf-rel28-micromips-n64.d: New test.
* testsuite/gas/mips/mips.exp: Run the new tests.
2018-07-03 00:57:22 +02:00
|
|
|
|
2018-07-02 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-micromips-n32.d: New test.
|
|
|
|
|
* testsuite/gas/mips/elf-rel28-micromips-n64.d: New test.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
[ARM] Update bfd's Tag_CPU_arch knowledge
BFD's bfd_get_mach () function returns a bfd specific value representing
the architecture of the target which is populated from the Tag_CPU_arch
build attribute value of that target. Among other users of that
interfacem, objdump which uses it to print the architecture version of
the binary being examinated and to decide what instruction is available
if run with "-m arm" via its own mapping from bfd_mach_arm_X values to
feature bits available.
However, both BFD and objdump's most recent known architecture is
Armv5TE. When encountering a newer architecture bfd_get_mach will return
bfd_mach_arm_unknown. This is unfortunate since objdump uses that value
to allow all instructions on all architectures which is already what it
does by default, making the "-m arm" trick useless.
This patch updates BFD and objdump's knowledge of Arm architecture
versions up to the latest Armv8-M Baseline and Mainline, Armv8-R and
Armv8.4-A architectures. Since several architecture versions (eg. 8.X-A)
share the same Tag_CPU_arch build attribute value and
bfd_mach_arm values, the mapping from bfd machine value to feature bits
need to return the most featureful feature bits that would yield the
given bfd machine value otherwise some instruction would not disassemble
under "-m arm" mode. The patch rework that mapping to make this clearer
and simplify writing the mapping rules. In particular, for simplicity
all FPU instructions are allowed in all cases.
Finally, the patch also rewrite the cpu_arch_ver table in GAS to use the
TAG_CPU_ARCH_X macros rather than hardcode their value.
2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
bfd/
* archures.c (bfd_mach_arm_5TEJ, bfd_mach_arm_6, bfd_mach_arm_6KZ,
bfd_mach_arm_6T2, bfd_mach_arm_6K, bfd_mach_arm_7, bfd_mach_arm_6M,
bfd_mach_arm_6SM, bfd_mach_arm_7EM, bfd_mach_arm_8, bfd_mach_arm_8R,
bfd_mach_arm_8M_BASE, bfd_mach_arm_8M_MAIN): Define.
* bfd-in2.h: Regenerate.
* cpu-arm.c (arch_info_struct): Add entries for above new
bfd_mach_arm values.
* elf32-arm.c (bfd_arm_get_mach_from_attributes): Add Tag_CPU_arch to
bfd_mach_arm mapping logic for pre Armv4 and Armv5TEJ and later
architectures. Force assert failure for any new Tag_CPU_arch value.
gas/
* config/tc-arm.c (cpu_arch_ver): Use symbolic TAG_CPU_ARCH macros
rather than hardcode their values.
ld/
* arm-dis.c (select_arm_features): Fix typo in heading comment. Allow
all FPU features and add mapping from new bfd_mach_arm values to
allowed CPU feature bits.
opcodes/
* testsuite/ld-arm/tls-descrelax-be8.d: Add architecture version in
expected result.
* testsuite/ld-arm/tls-descrelax-v7.d: Likewise.
* testsuite/ld-arm/tls-longplt-lib.d: Likewise.
* testsuite/ld-arm/tls-longplt.d: Likewise.
2018-07-02 12:22:20 +02:00
|
|
|
|
2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (cpu_arch_ver): Use symbolic TAG_CPU_ARCH macros
|
|
|
|
|
rather than hardcode their values.
|
|
|
|
|
|
2018-07-02 12:18:24 +02:00
|
|
|
|
2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Use command-line consistently when used in a compount word.
|
|
|
|
|
* doc/as.texi: Likewise.
|
|
|
|
|
* doc/c-aarch64.texi: Likewise.
|
|
|
|
|
* doc/c-alpha.texi: Likewise.
|
|
|
|
|
* doc/c-arc.texi: Likewise.
|
|
|
|
|
* doc/c-arm.texi: Likewise.
|
|
|
|
|
* doc/c-avr.texi: Likewise.
|
|
|
|
|
* doc/c-bfin.texi: Likewise.
|
|
|
|
|
* doc/c-cris.texi: Likewise.
|
|
|
|
|
* doc/c-epiphany.texi: Likewise.
|
|
|
|
|
* doc/c-i386.texi: Likewise.
|
|
|
|
|
* doc/c-ia64.texi: Likewise.
|
|
|
|
|
* doc/c-lm32.texi: Likewise.
|
|
|
|
|
* doc/c-m32r.texi: Likewise.
|
|
|
|
|
* doc/c-m68k.texi: Likewise.
|
|
|
|
|
* doc/c-mips.texi: Likewise.
|
|
|
|
|
* doc/c-mmix.texi: Likewise.
|
|
|
|
|
* doc/c-msp430.texi: Likewise.
|
|
|
|
|
* doc/c-mt.texi: Likewise.
|
|
|
|
|
* doc/c-nios2.texi: Likewise.
|
|
|
|
|
* doc/c-ppc.texi: Likewise.
|
|
|
|
|
* doc/c-pru.texi: Likewise.
|
|
|
|
|
* doc/c-rl78.texi: Likewise.
|
|
|
|
|
* doc/c-rx.texi: Likewise.
|
|
|
|
|
* doc/c-tic6x.texi: Likewise.
|
|
|
|
|
* doc/c-v850.texi: Likewise.
|
|
|
|
|
* doc/c-vax.texi: Likewise.
|
|
|
|
|
* doc/c-visium.texi: Likewise.
|
|
|
|
|
* doc/c-xstormy16.texi: Likewise.
|
|
|
|
|
* doc/c-xtensa.texi: Likewise.
|
|
|
|
|
* doc/c-z80.texi: Likewise.
|
|
|
|
|
* doc/c-z8k.texi: Likewise.
|
|
|
|
|
* doc/internals.texi: Likewise.
|
|
|
|
|
|
2018-06-30 00:12:23 +02:00
|
|
|
|
2018-06-29 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (md_begin): Call hash_reg_name for "fp".
|
|
|
|
|
|
2018-06-29 14:06:05 +02:00
|
|
|
|
2018-06-29 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (warn_unpredictable_ldst): Add unpredictable
|
|
|
|
|
cases for ldxp, stlxrb, stlxrh, stlxr.
|
|
|
|
|
* testsuite/gas/aarch64/diagnostic.s: New tests.
|
|
|
|
|
* testsuite/gas/aarch64/diagnostic.l: Adjust.
|
|
|
|
|
|
Fix AArch64 encodings for by element instructions.
Some instructions in Armv8-a place a limitation on FP16 registers that can be
used as the register from which to select an element from.
e.g. fmla restricts Rm to 4 bits when using an FP16 register. This restriction
does not apply for all instructions, e.g. fcmla does not have this restriction
as it gets an extra bit from the M field.
Unfortunately, this restriction to S_H was added for all _Em operands before,
meaning for a large number of instructions you couldn't use the full register
file.
This fixes the issue by introducing a new operand _Em16 which applies this
restriction only when paired with S_H and leaves the _Em and the other
qualifiers for _Em16 unbounded (i.e. using the full 5 bit range).
Also the patch updates all instructions that should be affected by this.
opcodes/
PR binutils/23192
* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Likewise.
* aarch64-opc-2.c: Likewise.
* aarch64-dis.c (aarch64_ext_reglane): Add AARCH64_OPND_Em16 constraint.
* aarch64-opc.c (operand_general_constraint_met_p,
aarch64_print_operand): Likewise.
* aarch64-tbl.h (aarch64_opcode_table): Change Em to Em16 for smlal,
smlal2, fmla, fmls, fmul, fmulx, sqrdmlah, sqrdlsh, fmlal, fmlsl,
fmlal2, fmlsl2.
(AARCH64_OPERANDS): Add Em2.
gas/
PR binutils/23192
* config/tc-aarch64.c (process_omitted_operand, parse_operands): Add
AARCH64_OPND_Em16
* testsuite/gas/aarch64/advsimd-armv8_3.s: Expand tests to cover upper
16 registers.
* testsuite/gas/aarch64/advsimd-armv8_3.d: Likewise.
* testsuite/gas/aarch64/advsimd-compnum.s: Likewise.
* testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
* testsuite/gas/aarch64/sve.d: Likewise.
include/
PR binutils/23192
*opcode/aarch64.h (aarch64_opnd): Add AARCH64_OPND_Em16.
2018-06-29 13:12:27 +02:00
|
|
|
|
2018-06-29 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/23192
|
|
|
|
|
* config/tc-aarch64.c (process_omitted_operand, parse_operands): Add
|
|
|
|
|
AARCH64_OPND_Em16
|
|
|
|
|
* testsuite/gas/aarch64/advsimd-armv8_3.s: Expand tests to cover upper
|
|
|
|
|
16 registers.
|
|
|
|
|
* testsuite/gas/aarch64/advsimd-armv8_3.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/advsimd-compnum.s: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/sve.d: Likewise.
|
|
|
|
|
|
2018-06-27 05:17:13 +02:00
|
|
|
|
2018-06-27 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure.ac: Specify extra_objects with leading "config/"
|
|
|
|
|
for xtensa-relax.o and te-vms.o. Use case statements to unique
|
|
|
|
|
extra_objects. Formatting.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-06-26 15:03:16 +02:00
|
|
|
|
2018-06-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/uk.po: Updated Ukranian translation.
|
|
|
|
|
|
2018-06-26 14:40:13 +02:00
|
|
|
|
2018-06-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 23335
|
|
|
|
|
* config/tc-msp430.c (check_reg): Only accept register name
|
|
|
|
|
strings that do not end in an alphanumeric character.
|
|
|
|
|
* testsuite/gas/msp430/msp430x.d: Update expected disassembly.
|
|
|
|
|
|
2018-06-24 20:13:01 +02:00
|
|
|
|
2018-06-24 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* po/gas.pot: Regenerate.
|
|
|
|
|
|
2018-06-24 19:36:15 +02:00
|
|
|
|
2018-06-24 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
2.31 branch created.
|
|
|
|
|
* NEWS: Add marker for 2.31.
|
|
|
|
|
|
2018-06-22 13:27:53 +02:00
|
|
|
|
2018-06-22 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/aarch64/addsub.s: Add negs to zero reg test.
|
|
|
|
|
* testsuite/gas/aarch64/addsub.d: Likewise.
|
|
|
|
|
|
2018-06-20 06:46:52 +02:00
|
|
|
|
2018-06-21 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
|
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
|
2018-06-20 13:38:10 +02:00
|
|
|
|
2018-06-20 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 21458
|
|
|
|
|
* tc-arm.c (do_adr): Only set the bottom bit of an imported thumb
|
|
|
|
|
function symbol address if -mthumb-interwork is active.
|
|
|
|
|
(do_adrl): Likewise.
|
|
|
|
|
* doc/c-arm.texi: Update descriptions of the -mthumb-interwork
|
|
|
|
|
option and the ADR and ADRL pseudo-ops.
|
|
|
|
|
* NEWS: Mention the new behaviour of the ADR and ADRL pseudo-ops.
|
|
|
|
|
* testsuite/gas/arm/pr21458.d: Add -mthumb-interwork option to
|
|
|
|
|
assembler command line.
|
|
|
|
|
* testsuite/gas/arm/adr.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/adrl.d: Likewise.
|
|
|
|
|
|
2018-06-19 07:12:48 +02:00
|
|
|
|
2018-06-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
|
|
|
|
|
|
|
|
|
PR gas/23305
|
|
|
|
|
* config/tc-riscv.c (riscv_ip): Add format specifier 'B' for
|
|
|
|
|
constants and symbols.
|
|
|
|
|
* testsuite/gas/riscv/lla32.d: New file.
|
|
|
|
|
* testsuite/gas/riscv/lla32.s: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/lla64-fail.d: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/lla64-fail.l: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/lla64-fail.s: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/lla64.d: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/lla64.s: Likewise.
|
|
|
|
|
|
Bump to autoconf 2.69 and automake 1.15.1
When trying to run the update-gnulib.sh script in gdb, I get this:
Error: Wrong automake version (Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ =:+{}]+)}/ at /opt/automake/1.11.1/bin/automake line 4113.), we need 1.11.1.
Aborting.
Apparently, it's an issue with a regex in automake that triggers a
warning starting with Perl 5.22. It has been fixed in automake 1.15.1.
So I think it's a good excuse to bump the versions of autoconf and
automake used in the gnulib import. And to avoid requiring multiple
builds of autoconf/automake, it was suggested that we bump the required
version of those tools for all binutils-gdb.
For autoconf, the 2.69 version is universally available, so it's an easy
choice. For automake, different distros and distro versions have
different automake versions. But 1.15.1 seems to be the most readily
available as a package. In any case, it's easy to build it from source.
I removed the version checks from AUTOMAKE_OPTIONS and AC_PREREQ,
because I don't think they are useful in our case. They only specify a
lower bound for the acceptable version of automake/autoconf. That's
useful if you let the user choose the version of the tool they want to
use, but want to set a minimum version (because you use a feature that
was introduced in that version). In our case, we force people to use a
specific version anyway. For the autoconf version, we have the check in
config/override.m4 that enforces the version we want. It will be one
less thing to update next time we change autotools version.
I hit a few categories of problems that required some changes. They are
described below along with the chosen solutions.
Problem 1:
configure.ac:17: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:17: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
Solution 1:
Adjust the code based on the example at that URL.
Problem 2 (in zlib/):
Makefile.am: error: required file './INSTALL' not found
Makefile.am: 'automake --add-missing' can install 'INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './COPYING' not found
Makefile.am: 'automake --add-missing' can install 'COPYING'
Solution 2:
Add the foreign option to AUTOMAKE_OPTIONS.
Problem 3:
doc/Makefile.am:20: error: support for Cygnus-style trees has been removed
Solution 3:
Remove the cygnus options.
Problem 4:
Makefile.am:656: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Solution 4:
Rename "INCLUDES = " to "AM_CPPFLAGS += " (because AM_CPPFLAGS is
already defined earlier).
Problem 5:
doc/Makefile.am:71: warning: suffix '.texinfo' for Texinfo files is discouraged; use '.texi' instead
doc/Makefile.am: warning: Oops!
doc/Makefile.am: It appears this file (or files included by it) are triggering
doc/Makefile.am: an undocumented, soon-to-be-removed automake hack.
doc/Makefile.am: Future automake versions will no longer place in the builddir
doc/Makefile.am: (rather than in the srcdir) the generated '.info' files that
doc/Makefile.am: appear to be cleaned, by e.g. being listed in CLEANFILES or
doc/Makefile.am: DISTCLEANFILES.
doc/Makefile.am: If you want your '.info' files to be placed in the builddir
doc/Makefile.am: rather than in the srcdir, you have to use the shiny new
doc/Makefile.am: 'info-in-builddir' automake option.
Solution 5:
Rename .texinfo files to .texi.
Problem 6:
doc/Makefile.am: warning: Oops!
doc/Makefile.am: It appears this file (or files included by it) are triggering
doc/Makefile.am: an undocumented, soon-to-be-removed automake hack.
doc/Makefile.am: Future automake versions will no longer place in the builddir
doc/Makefile.am: (rather than in the srcdir) the generated '.info' files that
doc/Makefile.am: appear to be cleaned, by e.g. being listed in CLEANFILES or
doc/Makefile.am: DISTCLEANFILES.
doc/Makefile.am: If you want your '.info' files to be placed in the builddir
doc/Makefile.am: rather than in the srcdir, you have to use the shiny new
doc/Makefile.am: 'info-in-builddir' automake option.
Solution 6:
Remove the hack at the bottom of doc/Makefile.am and use
the info-in-builddir automake option.
Problem 7:
doc/Makefile.am:35: error: required file '../texinfo.tex' not found
doc/Makefile.am:35: 'automake --add-missing' can install 'texinfo.tex'
Solution 7:
Use the no-texinfo.tex automake option. We also have one in
texinfo/texinfo.tex, not sure if we should point to that, or move it
(or a newer version of it added with automake --add-missing) to
top-level.
Problem 8:
Makefile.am:131: warning: source file 'config/tc-aarch64.c' is in a subdirectory,
Makefile.am:131: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Solution 8:
Use subdir-objects, that means adjusting references to some .o that will now
be in config/.
Problem 9:
configure.ac:375: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2601: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2617: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
configure.ac:375: the top level
Solution 9:
Use AC_LANG_SOURCE, or use proper quoting.
Problem 10 (in intl/):
configure.ac:7: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
/usr/share/aclocal/threadlib.m4:36: gl_THREADLIB_EARLY_BODY is expanded from...
/usr/share/aclocal/threadlib.m4:29: gl_THREADLIB_EARLY is expanded from...
/usr/share/aclocal/threadlib.m4:318: gl_THREADLIB is expanded from...
/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.ac:7: the top level
Solution 10:
Add AC_USE_SYSTEM_EXTENSIONS in configure.ac.
ChangeLog:
* libtool.m4: Use AC_LANG_SOURCE.
* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
* README-maintainer-mode: Update version requirements.
* ar-lib: New file.
* test-driver: New file.
* configure: Re-generate.
bfd/ChangeLog:
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11.
(INCLUDES): Rename to ...
(AM_CPPFLAGS): ... this.
* configure.ac: Remove AC_PREREQ.
* doc/Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9, cygnus, add
info-in-builddir no-texinfo.tex.
(info_TEXINFOS): Rename bfd.texinfo to bfd.texi.
* doc/bfd.texinfo: Rename to ...
* doc/bfd.texi: ... this.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* config.in: Re-generate.
* configure: Re-generate.
* doc/Makefile.in: Re-generate.
binutils/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
info-in-builddir no-texinfo.tex.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* config.in: Re-generate.
* configure: Re-generate.
* doc/Makefile.in: Re-generate.
config/ChangeLog:
* override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.
etc/ChangeLog:
* configure.in: Remove AC_PREREQ.
* configure: Re-generate.
gas/ChangeLog:
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11, add subdir-objects.
(TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O): Add config/ prefix.
* configure.ac (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O, emfiles,
extra_objects): Add config/ prefix.
* doc/as.texinfo: Rename to...
* doc/as.texi: ... this.
* doc/Makefile.am: Rename as.texinfo to as.texi throughout.
Remove DISTCLEANFILES hack.
(AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add no-texinfo.tex and
info-in-builddir.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* config.in: Re-generate.
* configure: Re-generate.
* doc/Makefile.in: Re-generate.
gdb/ChangeLog:
* common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
* configure.ac: Remove AC_PREREQ, add missing quoting.
* gnulib/configure.ac: Modernize usage of
AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
* gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
(AUTOMAKE_VERSION): Bump to 1.15.1.
* configure: Re-generate.
* config.in: Re-generate.
* aclocal.m4: Re-generate.
* gnulib/aclocal.m4: Re-generate.
* gnulib/config.in: Re-generate.
* gnulib/configure: Re-generate.
* gnulib/import/Makefile.in: Re-generate.
gdb/gdbserver/ChangeLog:
* configure.ac: Remove AC_PREREQ, add missing quoting.
* configure: Re-generate.
* config.in: Re-generate.
* aclocal.m4: Re-generate.
gdb/testsuite/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* configure: Re-generate.
gold/ChangeLog:
* configure.ac: Remove AC_PREREQ, add missing quoting and usage
of AC_LANG_SOURCE.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
* testsuite/Makefile.in: Re-generate.
gprof/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* Makefile.am: Remove DISTCLEANFILES hack.
(AUTOMAKE_OPTIONS): Remove 1.11, add info-in-builddir.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
* gconfig.in: Re-generate.
intl/ChangeLog:
* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
* configure: Re-generate.
* config.h.in: Re-generate.
* aclocal.m4: Re-generate.
ld/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* Makefile.am: Remove DISTCLEANFILES hack, rename ld.texinfo to
ld.texi, ldint.texinfo to ldint.texi throughout.
(AUTOMAKE_OPTIONS): Add info-in-builddir.
* README: Rename ld.texinfo to ld.texi, ldint.texinfo to
ldint.texi throughout.
* gen-doc.texi: Likewise.
* h8-doc.texi: Likewise.
* ld.texinfo: Rename to ...
* ld.texi: ... this.
* ldint.texinfo: Rename to ...
* ldint.texi: ... this.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* config.in: Re-generate.
* configure: Re-generate.
libdecnumber/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* configure: Re-generate.
* aclocal.m4.
libiberty/ChangeLog:
* configure.ac: Remove AC_PREREQ.
* configure: Re-generate.
* config.in: Re-generate.
opcodes/ChangeLog:
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11.
* configure.ac: Remove AC_PREREQ.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
readline/ChangeLog.gdb:
* configure: Re-generate.
* examples/rlfe/configure: Re-generate.
sim/ChangeLog:
* All configure.ac: Remove AC_PREREQ.
* All configure: Re-generate.
zlib/ChangeLog.bin-gdb:
* configure.ac: Modernize AC_INIT call, remove AC_PREREQ.
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add
foreign.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
2018-06-19 22:54:48 +02:00
|
|
|
|
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.11, add subdir-objects.
|
|
|
|
|
(TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O): Add config/ prefix.
|
|
|
|
|
* configure.ac (TARG_CPU_O, OBJ_FORMAT_O, ATOF_TARG_O, emfiles,
|
|
|
|
|
extra_objects): Add config/ prefix.
|
|
|
|
|
* doc/as.texinfo: Rename to...
|
|
|
|
|
* doc/as.texi: ... this.
|
|
|
|
|
* doc/Makefile.am: Rename as.texinfo to as.texi throughout.
|
|
|
|
|
Remove DISTCLEANFILES hack.
|
|
|
|
|
(AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add no-texinfo.tex and
|
|
|
|
|
info-in-builddir.
|
|
|
|
|
* Makefile.in: Re-generate.
|
|
|
|
|
* aclocal.m4: Re-generate.
|
|
|
|
|
* config.in: Re-generate.
|
|
|
|
|
* configure: Re-generate.
|
|
|
|
|
* doc/Makefile.in: Re-generate.
|
|
|
|
|
|
MIPS: Add Global INValidate ASE support
Add support for the Global INValidate Application Specific Extension
for Release 6 of the MIPS Architecture.
[1] "MIPS Architecture for Programmers Volume II-A: The MIPS32
Instruction Set Manual", Imagination Technologies Ltd., Document
Number: MD00086, Revision 6.06, December 15, 2016, Section 3.2
"Alphabetical List of Instructions", pp. 187-191
bfd/
* elfxx-mips.c (print_mips_ases): Add GINV extension.
binutils/
* readelf.c (print_mips_ases): Add GINV extension.
gas/
* NEWS: Mention MIPS Global INValidate ASE support.
* config/tc-mips.c (options): Add OPTION_GINV and OPTION_NO_GINV.
(md_longopts): Likewise.
(mips_ases): Define availability for GINV.
(mips_convert_ase_flags): Map ASE_GINV to AFL_ASE_GINV.
(md_show_usage): Add help for -mginv and -mno-ginv.
* doc/as.texinfo: Document -mginv, -mno-ginv.
* doc/c-mips.texi: Document -mginv, -mno-ginv, .set ginv and
.set noginv.
* testsuite/gas/mips/ase-errors-1.s: Add error checks for GINV
ASE.
* testsuite/gas/mips/ase-errors-2.s: Likewise.
* testsuite/gas/mips/ase-errors-1.l: Likewise.
* testsuite/gas/mips/ase-errors-2.l: Likewise.
* testsuite/gas/mips/ginv.d: New test.
* testsuite/gas/mips/ginv-err.d: New test.
* testsuite/gas/mips/ginv-err.l: New test stderr output.
* testsuite/gas/mips/ginv.s: New test source.
* testsuite/gas/mips/ginv-err.s: New test source.
* testsuite/gas/mips/mips.exp: Run the new tests.
include/
* elf/mips.h (AFL_ASE_GINV, AFL_ASE_RESERVED1): New macros.
(AFL_ASE_MASK): Update to include AFL_ASE_GINV.
* opcode/mips.h: Document "+\" operand format.
(ASE_GINV): New macro.
opcodes/
* mips-dis.c (mips_arch_choices): Add GINV to mips32r6 and
mips64r6 descriptors.
(parse_mips_ase_option): Handle -Mginv option.
(print_mips_disassembler_options): Document -Mginv.
* mips-opc.c (decode_mips_operand) <+\>: New operand format.
(GINV): New macro.
(mips_opcodes): Define ginvi and ginvt.
2018-06-14 22:34:49 +02:00
|
|
|
|
2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Mention MIPS Global INValidate ASE support.
|
|
|
|
|
* config/tc-mips.c (options): Add OPTION_GINV and OPTION_NO_GINV.
|
|
|
|
|
(md_longopts): Likewise.
|
|
|
|
|
(mips_ases): Define availability for GINV.
|
|
|
|
|
(mips_convert_ase_flags): Map ASE_GINV to AFL_ASE_GINV.
|
|
|
|
|
(md_show_usage): Add help for -mginv and -mno-ginv.
|
|
|
|
|
* doc/as.texinfo: Document -mginv, -mno-ginv.
|
|
|
|
|
* doc/c-mips.texi: Document -mginv, -mno-ginv, .set ginv and
|
|
|
|
|
.set noginv.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-1.s: Add error checks for GINV
|
|
|
|
|
ASE.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-1.l: Likewise.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-2.l: Likewise.
|
|
|
|
|
* testsuite/gas/mips/ginv.d: New test.
|
|
|
|
|
* testsuite/gas/mips/ginv-err.d: New test.
|
|
|
|
|
* testsuite/gas/mips/ginv-err.l: New test stderr output.
|
|
|
|
|
* testsuite/gas/mips/ginv.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/ginv-err.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
MIPS: Add CRC ASE support
Add support for the CRC Application Specific Extension for Release 6 of
the MIPS Architecture.
[1] "MIPS Architecture for Programmers Volume II-A: The MIPS32
Instruction Set Manual", Imagination Technologies Ltd., Document
Number: MD00086, Revision 6.06, December 15, 2016, Section 3.2
"Alphabetical List of Instructions", pp. 143-148
[2] "MIPS Architecture for Programmers Volume II-A: The MIPS64
Instruction Set Manual", Imagination Technologies Ltd., Document
Number: MD00087, Revision 6.06, December 15, 2016, Section 3.2
"Alphabetical List of Instructions", pp. 165-170
ChangeLog:
bfd/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* elfxx-mips.c (print_mips_ases): Add CRC.
binutils/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* readelf.c (print_mips_ases): Add CRC.
gas/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
Maciej W. Rozycki <macro@mips.com>
* config/tc-mips.c (options): Add OPTION_CRC and OPTION_NO_CRC.
(md_longopts): Likewise.
(md_show_usage): Add help for -mcrc and -mno-crc.
(mips_ases): Define availability for CRC and CRC64.
(mips_convert_ase_flags): Map ASE_CRC to AFL_ASE_CRC.
* doc/as.texinfo: Document -mcrc, -mno-crc.
* doc/c-mips.texi: Document -mcrc, -mno-crc, .set crc and
.set no-crc.
* testsuite/gas/mips/ase-errors-1.l: Add error checks for CRC
ASE.
* testsuite/gas/mips/ase-errors-2.l: Likewise.
* testsuite/gas/mips/ase-errors-1.s: Likewise.
* testsuite/gas/mips/ase-errors-2.s: Likewise.
* testsuite/gas/mips/crc.d: New test.
* testsuite/gas/mips/crc64.d: New test.
* testsuite/gas/mips/crc-err.d: New test.
* testsuite/gas/mips/crc64-err.d: New test.
* testsuite/gas/mips/crc-err.l: New test stderr output.
* testsuite/gas/mips/crc64-err.l: New test stderr output.
* testsuite/gas/mips/crc.s: New test source.
* testsuite/gas/mips/crc64.s: New test source.
* testsuite/gas/mips/crc-err.s: New test source.
* testsuite/gas/mips/crc64-err.s: New test source.
* testsuite/gas/mips/mips.exp: Run the new tests.
include/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* elf/mips.h (AFL_ASE_CRC): New macro.
(AFL_ASE_MASK): Update to include AFL_ASE_CRC.
* opcode/mips.h (ASE_CRC): New macro.
* opcode/mips.h (ASE_CRC64): Likewise.
opcodes/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* mips-dis.c (mips_arch_choices): Add CRC and CRC64 ASEs.
* mips-opc.c (CRC, CRC64): New macros.
(mips_builtin_opcodes): Define crc32b, crc32h, crc32w,
crc32cb, crc32ch and crc32cw for CRC. Define crc32d and
crc32cd for CRC64.
2018-06-13 16:39:05 +02:00
|
|
|
|
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
|
|
|
|
|
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
|
|
|
|
|
Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
2018-06-14 22:34:48 +02:00
|
|
|
|
* NEWS: Mention CRC ASE support.
|
MIPS: Add CRC ASE support
Add support for the CRC Application Specific Extension for Release 6 of
the MIPS Architecture.
[1] "MIPS Architecture for Programmers Volume II-A: The MIPS32
Instruction Set Manual", Imagination Technologies Ltd., Document
Number: MD00086, Revision 6.06, December 15, 2016, Section 3.2
"Alphabetical List of Instructions", pp. 143-148
[2] "MIPS Architecture for Programmers Volume II-A: The MIPS64
Instruction Set Manual", Imagination Technologies Ltd., Document
Number: MD00087, Revision 6.06, December 15, 2016, Section 3.2
"Alphabetical List of Instructions", pp. 165-170
ChangeLog:
bfd/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* elfxx-mips.c (print_mips_ases): Add CRC.
binutils/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* readelf.c (print_mips_ases): Add CRC.
gas/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
Maciej W. Rozycki <macro@mips.com>
* config/tc-mips.c (options): Add OPTION_CRC and OPTION_NO_CRC.
(md_longopts): Likewise.
(md_show_usage): Add help for -mcrc and -mno-crc.
(mips_ases): Define availability for CRC and CRC64.
(mips_convert_ase_flags): Map ASE_CRC to AFL_ASE_CRC.
* doc/as.texinfo: Document -mcrc, -mno-crc.
* doc/c-mips.texi: Document -mcrc, -mno-crc, .set crc and
.set no-crc.
* testsuite/gas/mips/ase-errors-1.l: Add error checks for CRC
ASE.
* testsuite/gas/mips/ase-errors-2.l: Likewise.
* testsuite/gas/mips/ase-errors-1.s: Likewise.
* testsuite/gas/mips/ase-errors-2.s: Likewise.
* testsuite/gas/mips/crc.d: New test.
* testsuite/gas/mips/crc64.d: New test.
* testsuite/gas/mips/crc-err.d: New test.
* testsuite/gas/mips/crc64-err.d: New test.
* testsuite/gas/mips/crc-err.l: New test stderr output.
* testsuite/gas/mips/crc64-err.l: New test stderr output.
* testsuite/gas/mips/crc.s: New test source.
* testsuite/gas/mips/crc64.s: New test source.
* testsuite/gas/mips/crc-err.s: New test source.
* testsuite/gas/mips/crc64-err.s: New test source.
* testsuite/gas/mips/mips.exp: Run the new tests.
include/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* elf/mips.h (AFL_ASE_CRC): New macro.
(AFL_ASE_MASK): Update to include AFL_ASE_CRC.
* opcode/mips.h (ASE_CRC): New macro.
* opcode/mips.h (ASE_CRC64): Likewise.
opcodes/
2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
Faraz Shahbazker <Faraz.Shahbazker@mips.com>
* mips-dis.c (mips_arch_choices): Add CRC and CRC64 ASEs.
* mips-opc.c (CRC, CRC64): New macros.
(mips_builtin_opcodes): Define crc32b, crc32h, crc32w,
crc32cb, crc32ch and crc32cw for CRC. Define crc32d and
crc32cd for CRC64.
2018-06-13 16:39:05 +02:00
|
|
|
|
* config/tc-mips.c (options): Add OPTION_CRC and OPTION_NO_CRC.
|
|
|
|
|
(md_longopts): Likewise.
|
|
|
|
|
(md_show_usage): Add help for -mcrc and -mno-crc.
|
|
|
|
|
(mips_ases): Define availability for CRC and CRC64.
|
|
|
|
|
(mips_convert_ase_flags): Map ASE_CRC to AFL_ASE_CRC.
|
|
|
|
|
* doc/as.texinfo: Document -mcrc, -mno-crc.
|
|
|
|
|
* doc/c-mips.texi: Document -mcrc, -mno-crc, .set crc and
|
|
|
|
|
.set no-crc.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-1.l: Add error checks for CRC
|
|
|
|
|
ASE.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-2.l: Likewise.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/ase-errors-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/mips/crc.d: New test.
|
|
|
|
|
* testsuite/gas/mips/crc64.d: New test.
|
|
|
|
|
* testsuite/gas/mips/crc-err.d: New test.
|
|
|
|
|
* testsuite/gas/mips/crc64-err.d: New test.
|
|
|
|
|
* testsuite/gas/mips/crc-err.l: New test stderr output.
|
|
|
|
|
* testsuite/gas/mips/crc64-err.l: New test stderr output.
|
|
|
|
|
* testsuite/gas/mips/crc.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/crc64.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/crc-err.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/crc64-err.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
2018-06-11 16:27:42 +02:00
|
|
|
|
2018-06-11 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (md_show_usage): Correct help text for `-O0'
|
|
|
|
|
and `-O'. Mention `-O1'. Add `-O2' and its description.
|
|
|
|
|
|
2018-06-08 16:40:39 +02:00
|
|
|
|
2018-06-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (arm_cpus): Add Cortex-A76 entry.
|
|
|
|
|
* doc/c-arm.texi (-mcpu): Document cortex-a76.
|
|
|
|
|
|
2018-06-08 16:39:47 +02:00
|
|
|
|
2018-06-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (aarch64_cpus): Add Cortex-A76 entry.
|
|
|
|
|
* doc/c-aarch64.texi (-mcpu): Document cortex-a76.
|
|
|
|
|
|
2018-06-08 15:02:52 +02:00
|
|
|
|
2018-06-08 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
|
|
|
|
|
|
|
|
|
|
PR 20319
|
|
|
|
|
* testsuite/gas/aarch64/illegal-3.s: Test if unallocated FMOV encodings
|
|
|
|
|
are detected as undefined.
|
|
|
|
|
* testsuite/gas/aarch64/illegal-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/illegal.s: Test if FMOV instructions that are
|
|
|
|
|
changing the size from 32 bits to 64 bits and vice versa trigger an
|
|
|
|
|
error.
|
|
|
|
|
* testsuite/gas/aarch64/illegal.l: Likewise.
|
|
|
|
|
|
2018-06-07 12:53:13 +02:00
|
|
|
|
2018-06-08 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/21446
|
|
|
|
|
* tc-aarch64.c (record_operand_error, record_operand_error_with_data):
|
|
|
|
|
Initialize non_fatal.
|
|
|
|
|
|
2018-06-06 16:19:59 +02:00
|
|
|
|
2018-06-06 Sameera Deshpande <sameera.deshpande@linaro.org>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (aarch64_cpus): Add support of ARMv8.4 in
|
|
|
|
|
saphira.
|
|
|
|
|
|
2018-06-05 13:31:56 +02:00
|
|
|
|
2018-06-05 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
2018-05-23 06:48:09 +02:00
|
|
|
|
2018-06-04 Volodymyr Arbatov <arbatov@cadence.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xtensa.c (elf32xtensa_separate_props): New
|
|
|
|
|
declaration.
|
|
|
|
|
(option_separate_props, option_no_separate_props): New
|
|
|
|
|
enumeration constants.
|
|
|
|
|
(md_longopts): Add separate-prop-tables option.
|
|
|
|
|
(md_parse_option): Add cases for option_separate_props and
|
|
|
|
|
option_no_separate_props.
|
|
|
|
|
(md_show_usage): Add help for [no-]separate-prop-tables options.
|
|
|
|
|
|
2018-06-01 18:34:04 +02:00
|
|
|
|
2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2018-06-01 11:00:25 +02:00
|
|
|
|
2018-06-01 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dwarf2dbg.c (dwarf2_consume_line_info): Drop view.
|
|
|
|
|
|
2018-06-01 08:40:38 +02:00
|
|
|
|
2018-06-01 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-opcode.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-opcode.d: Adjust expectations.
|
|
|
|
|
|
2018-06-01 08:39:54 +02:00
|
|
|
|
2018-06-01 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (add_prefix): Check REX bits individually.
|
|
|
|
|
* testsuite/gas/i386/rex.s: Add tests for overriding individual
|
|
|
|
|
REX bits, including when others are already set.
|
|
|
|
|
* testsuite/gas/i386/ilp32/rex.d, testsuite/gas/i386/rex.d:
|
|
|
|
|
Adjust expectations.
|
|
|
|
|
|
2018-06-01 08:39:08 +02:00
|
|
|
|
2018-06-01 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (control): Delete.
|
|
|
|
|
(parse_real_register): Simply check "control" bit. Re-wrap.
|
|
|
|
|
|
2018-06-01 08:38:36 +02:00
|
|
|
|
2018-06-01 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Drop REX_B from condition
|
|
|
|
|
checking for the need of emitting LOCK. Check "control" bit just
|
|
|
|
|
once.
|
|
|
|
|
|
2018-06-01 08:37:24 +02:00
|
|
|
|
2018-06-01 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/invpcid.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-invpcid.s: Add test with explicit
|
|
|
|
|
"oword ptr".
|
|
|
|
|
* testsuite/gas/i386/invpcid.d,
|
|
|
|
|
testsuite/gas/i386/invpcid-intel.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-invpcid.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-invpcid-intel.d: Adjust expectations.
|
|
|
|
|
|
2018-05-30 08:57:35 +02:00
|
|
|
|
2018-05-30 Amit Pawar <amit.pawar@amd.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_flag_init): Add CPU_ZNVER2_FLAGS.
|
|
|
|
|
* doc/c-i386.texi : Document znver2.
|
|
|
|
|
* gas/testsuite/gas/i386/arch-13.s: Updated for znver2.
|
|
|
|
|
* gas/testsuite/gas/i386/arch-13.d: Updated.
|
|
|
|
|
* gas/testsuite/gas/i386/arch-13-znver1.d: Updated.
|
|
|
|
|
* gas/testsuite/gas/i386/arch-13-znver2.d: New file.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-arch-3.s: Updated for znver2.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-arch-3.d: Updated.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-arch-3-znver1.d: Updated.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-arch-3-znver2.d: New file.
|
|
|
|
|
* gas/testsuite/gas/i386/i386.exp: Updated for new test.
|
|
|
|
|
|
2018-05-25 08:35:30 +02:00
|
|
|
|
2018-05-25 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-05-24 19:35:59 +02:00
|
|
|
|
2018-05-24 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
PR gas/23219
|
|
|
|
|
* config/tc-riscv.c (riscv_frag_align_code): Move frag_more call after
|
|
|
|
|
!riscv_opts.relax check.
|
|
|
|
|
(riscv_handle_align): Rewrite !riscv_opts.relax support.
|
|
|
|
|
* config/tc-riscv (MAX_MEM_FOR_RS_ALIGN_CODE): Update.
|
|
|
|
|
* testsuite/gas/riscv/no-relax-align.d: New
|
|
|
|
|
* testsuite/gas/riscv/no-relax-align.s: New
|
|
|
|
|
* testsuite/gas/riscv/no-relax-align-2.d: New
|
|
|
|
|
* testsuite/gas/riscv/no-relax-align-2.s: New
|
|
|
|
|
|
Remove fake operand handling for extended mnemonics.
opcodes/
* ppc-opc.c (insert_bat, extract_bat, insert_bba, extract_bba,
insert_rbs, extract_rbs, insert_xb6s, extract_xb6s): Delete functions.
(insert_bab, extract_bab, insert_btab, extract_btab,
insert_rsb, extract_rsb, insert_xab6, extract_xab6): New functions.
(BAT, BBA VBA RBS XB6S): Delete macros.
(BTAB, BAB, VAB, RAB, RSB, XAB6): New macros.
(BB, BD, RBX, XC6): Update for new macros.
(powerpc_opcodes) <evmr, evnot, vmr, vnot, crnot, crclr, crset,
crmove, not, not., mr, mr., xxspltd, xxswapd, xvmovsp, xvmovdp,
e_crnot, e_crclr, e_crset, e_crmove>: Likewise.
* ppc-dis.c (print_insn_powerpc): Delete handling of fake operands.
include/
* opcode/ppc.h (PPC_OPERAND_FAKE): Delete macro.
gas/
* config/tc-ppc.c (md_assemble): Delete handling of fake operands.
* testsuite/gas/ppc/common.s (crmove, cror, or., or, nor., nor): Add
test of extended mnemonics.
* testsuite/gas/ppc/common.d: Likewise. Don't match instruction offset.
* testsuite/gas/ppc/spe.s (evor, evnor): Add test of extended mnemonics.
* testsuite/gas/ppc/spe.d: Likewise. Don't match instruction offset.
2018-05-22 00:31:07 +02:00
|
|
|
|
2018-05-21 Peter Bergner <bergner@vnet.ibm.com.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (md_assemble): Delete handling of fake operands.
|
|
|
|
|
* testsuite/gas/ppc/common.s (crmove, cror, or., or, nor., nor): Add
|
|
|
|
|
test of extended mnemonics.
|
|
|
|
|
* testsuite/gas/ppc/common.d: Likewise. Don't match instruction offset.
|
|
|
|
|
* testsuite/gas/ppc/spe.s (evor, evnor): Add test of extended mnemonics.
|
|
|
|
|
* testsuite/gas/ppc/spe.d: Likewise. Don't match instruction offset.
|
|
|
|
|
|
2018-05-18 23:03:18 +02:00
|
|
|
|
2018-05-18 Kito Cheng <kito.cheng@gmail.com>
|
|
|
|
|
Monk Chiang <sh.chiang04@gmail.com>
|
|
|
|
|
Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (rve_abi): New.
|
|
|
|
|
(riscv_set_options): Add rve field. Initialize it.
|
|
|
|
|
(riscv_set_rve) New function.
|
|
|
|
|
(riscv_set_arch): Support 'e' ISA subset.
|
|
|
|
|
(reg_lookup_internal): If rve, check register is available.
|
|
|
|
|
(riscv_set_abi): New parameter rve.
|
|
|
|
|
(md_parse_option): Pass new argument to riscv_set_abi.
|
|
|
|
|
(riscv_after_parse_args): Call riscv_set_rve. If rve_abi, set
|
|
|
|
|
EF_RISCV_RVE.
|
|
|
|
|
* doc/c-riscv.texi (-mabi): Document new ilp32e argument.
|
|
|
|
|
|
2018-05-18 16:26:18 +02:00
|
|
|
|
2018-05-18 John Darrington <john@darrington.wattle.id.au>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Add support for s12z target.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* NEWS: Mention the new support.
|
|
|
|
|
* config/tc-s12z.c: New file.
|
|
|
|
|
* config/tc-s12z.h: New file.
|
|
|
|
|
* configure.tgt: Add s12z support.
|
|
|
|
|
* doc/Makefile.am: Likewise.
|
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
* doc/all.texi: Add s12z documentation.
|
|
|
|
|
* doc/as.textinfo: Likewise.
|
|
|
|
|
* doc/c-s12z.texi: New file.
|
|
|
|
|
* testsuite/gas/s12z: New directory.
|
|
|
|
|
* testsuite/gas/s12z/abs.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/abs.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/adc-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/adc-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/adc-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/adc-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/add-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/add-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/add-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/add-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-or-cc.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/and-or-cc.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bfext-special.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bfext-special.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bfext.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bfext.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bit-manip.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bit-manip.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bit.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bit.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra-expression-defined.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra-expression-defined.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra-expression-undef.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra-expression-undef.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/bra.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/brclr-symbols.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/brclr-symbols.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-opr-imm-rel.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-opr-imm-rel.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-opr-reg-rel.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-opr-reg-rel.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-reg-imm-rel.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-reg-imm-rel.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-reg-reg-rel.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/brset-clr-reg-reg-rel.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/clb.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/clb.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/clr-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/clr-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/clr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/clr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-inc.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-inc.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-rdirect.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-rdirect.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-reg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-reg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-rindirect.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-rindirect.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-sxe4.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-sxe4.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-xys.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-opr-xys.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-s-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-s-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-s-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-s-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-xy.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/cmp-xy.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/com-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/com-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/complex-shifts.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/complex-shifts.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/db-tb-cc-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/db-tb-cc-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/db-tb-cc-reg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/db-tb-cc-reg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/dbCC.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/dbCC.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/dec-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/dec-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/dec.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/dec.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/div.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/div.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/eor.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/eor.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/exg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/exg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ext24-ld-xy.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ext24-ld-xy.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/inc-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/inc-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/inc.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/inc.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/inh.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/inh.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/jmp.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/jmp.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/jsr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/jsr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-imm-page2.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-imm-page2.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-immu18.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-immu18.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-large-direct.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-large-direct.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-s-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-s-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-small-direct.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/ld-small-direct.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/lea-immu18.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/lea-immu18.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/lea.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/lea.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mac.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mac.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/min-max.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/min-max.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mod.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mod.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mov.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mov.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-opr-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-opr-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-reg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul-reg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/mul.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/neg-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/neg-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/not-so-simple-shifts.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/not-so-simple-shifts.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-18u.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-18u.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-expr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-expr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-ext-18.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-ext-18.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx-24-reg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx-24-reg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx3-reg.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx3-reg.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-indirect-expr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-indirect-expr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-symbol.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/opr-symbol.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/or-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/or-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/or-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/or-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/p2-mul.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/p2-mul.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/page2-inh.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/page2-inh.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/psh-pul.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/psh-pul.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/qmul.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/qmul.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/rotate.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/rotate.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/s12z.exp: New file.
|
|
|
|
|
* testsuite/gas/s12z/sat.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/sat.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/sbc-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/sbc-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/sbc-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/sbc-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/shift.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/shift.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/simple-shift.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/simple-shift.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/single-ops.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/single-ops.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/specd6.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/specd6.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-large-direct.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-large-direct.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-s-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-s-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-small-direct.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-small-direct.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-xy.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/st-xy.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/sub-imm.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/sub-imm.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/sub-opr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/sub-opr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/tfr.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/tfr.s: New file.
|
|
|
|
|
* testsuite/gas/s12z/trap.d: New file.
|
|
|
|
|
* testsuite/gas/s12z/trap.s: New file.
|
|
|
|
|
|
2018-05-16 21:43:29 +02:00
|
|
|
|
2018-05-16 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* tc-nds32.c (md_assemble): Rename `expr' local variable to
|
|
|
|
|
`insn_expr'.
|
|
|
|
|
|
Implement Read/Write constraints on system registers on AArch64
This patch adds constraints for read and write only system registers with the
msr and mrs instructions. The code will treat having both flags set and none
set as the same. These flags add constraints that must be matched up. e.g. a
system register with a READ only flag set, can only be used with mrs. If The
constraint fails a warning is emitted.
Examples of the warnings generated:
test.s: Assembler messages:
test.s:5: Warning: specified register cannot be written to at operand 1 -- `msr dbgdtrrx_el0,x3'
test.s:7: Warning: specified register cannot be read from at operand 2 -- `mrs x3,dbgdtrtx_el0'
test.s:8: Warning: specified register cannot be written to at operand 1 -- `msr midr_el1,x3'
and disassembly notes:
0000000000000000 <main>:
0: d5130503 msr dbgdtrtx_el0, x3
4: d5130503 msr dbgdtrtx_el0, x3
8: d5330503 mrs x3, dbgdtrrx_el0
c: d5330503 mrs x3, dbgdtrrx_el0
10: d5180003 msr midr_el1, x3 ; note: writing to a read-only register.
Note that because dbgdtrrx_el0 and dbgdtrtx_el0 have the same encoding, during
disassembly the constraints are use to disambiguate between the two. An exact
constraint match is always prefered over partial ones if available.
As always the warnings can be suppressed with -w and also be made errors using
warnings as errors.
binutils/
PR binutils/21446
* doc/binutils.texi (-M): Document AArch64 options.
gas/
PR binutils/21446
* testsuite/gas/aarch64/illegal-sysreg-2.s: Fix pmbidr_el1 test.
* testsuite/gas/aarch64/illegal-sysreg-2.l: Likewise.
* testsuite/gas/aarch64/illegal-sysreg-2.d: Likewise.
* testsuite/gas/aarch64/sysreg-diagnostic.s: New.
* testsuite/gas/aarch64/sysreg-diagnostic.l: New.
* testsuite/gas/aarch64/sysreg-diagnostic.d: New.
include/
PR binutils/21446
* opcode/aarch64.h (F_SYS_READ, F_SYS_WRITE): New.
opcodes/
PR binutils/21446
* aarch64-asm.c (opintl.h): Include.
(aarch64_ins_sysreg): Enforce read/write constraints.
* aarch64-dis.c (aarch64_ext_sysreg): Likewise.
* aarch64-opc.h (F_DEPRECATED, F_ARCHEXT, F_HASXT): Moved here.
(F_REG_READ, F_REG_WRITE): New.
* aarch64-opc.c (aarch64_print_operand): Generate notes for
AARCH64_OPND_SYSREG.
(F_DEPRECATED, F_ARCHEXT, F_HASXT): Move to aarch64-opc.h.
(aarch64_sys_regs): Add constraints to currentel, midr_el1, ctr_el0,
mpidr_el1, revidr_el1, aidr_el1, dczid_el0, id_dfr0_el1, id_pfr0_el1,
id_pfr1_el1, id_afr0_el1, id_mmfr0_el1, id_mmfr1_el1, id_mmfr2_el1,
id_mmfr3_el1, id_mmfr4_el1, id_isar0_el1, id_isar1_el1, id_isar2_el1,
id_isar3_el1, id_isar4_el1, id_isar5_el1, mvfr0_el1, mvfr1_el1,
mvfr2_el1, ccsidr_el1, id_aa64pfr0_el1, id_aa64pfr1_el1,
id_aa64dfr0_el1, id_aa64dfr1_el1, id_aa64isar0_el1, id_aa64isar1_el1,
id_aa64mmfr0_el1, id_aa64mmfr1_el1, id_aa64mmfr2_el1, id_aa64afr0_el1,
id_aa64afr0_el1, id_aa64afr1_el1, id_aa64zfr0_el1, clidr_el1,
csselr_el1, vsesr_el2, erridr_el1, erxfr_el1, rvbar_el1, rvbar_el2,
rvbar_el3, isr_el1, tpidrro_el0, cntfrq_el0, cntpct_el0, cntvct_el0,
mdccsr_el0, dbgdtrrx_el0, dbgdtrtx_el0, osdtrrx_el1, osdtrtx_el1,
mdrar_el1, oslar_el1, oslsr_el1, dbgauthstatus_el1, pmbidr_el1,
pmsidr_el1, pmswinc_el0, pmceid0_el0, pmceid1_el0.
* aarch64-tbl.h (aarch64_opcode_table): Add constraints to
msr (F_SYS_WRITE), mrs (F_SYS_READ).
2018-05-15 17:37:20 +02:00
|
|
|
|
2018-05-15 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/21446
|
|
|
|
|
* testsuite/gas/aarch64/illegal-sysreg-2.s: Fix pmbidr_el1 test.
|
|
|
|
|
* testsuite/gas/aarch64/illegal-sysreg-2.l: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/illegal-sysreg-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/sysreg-diagnostic.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/sysreg-diagnostic.l: New.
|
|
|
|
|
* testsuite/gas/aarch64/sysreg-diagnostic.d: New.
|
|
|
|
|
|
2018-05-15 17:34:54 +02:00
|
|
|
|
2018-05-15 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/21446
|
|
|
|
|
* config/tc-aarch64.c (print_operands): Indicate no notes.
|
|
|
|
|
(output_operand_error_record): Support non-fatal errors.
|
|
|
|
|
(output_operand_error_report, warn_unpredictable_ldst, md_assemble):
|
|
|
|
|
Likewise.
|
|
|
|
|
|
Modify AArch64 Assembly and disassembly functions to be able to fail and report why.
This patch if the first patch in a series to add the ability to add constraints
to system registers that an instruction must adhere to in order for the register
to be usable with that instruction.
These constraints can also be used to disambiguate between registers with the
same encoding during disassembly.
This patch adds a new flags entry in the sysreg structures and ensures it is
filled in and read out during assembly/disassembly. It also adds the ability for
the assemble and disassemble functions to be able to gracefully fail and re-use
the existing error reporting infrastructure.
The return type of these functions are changed to a boolean to denote success or
failure and the error structure is passed around to them. This requires
aarch64-gen changes so a lot of the changes here are just mechanical.
gas/
PR binutils/21446
* config/tc-aarch64.c (parse_sys_reg): Return register flags.
(parse_operands): Fill in register flags.
gdb/
PR binutils/21446
* aarch64-tdep.c (aarch64_analyze_prologue,
aarch64_software_single_step, aarch64_displaced_step_copy_insn):
Indicate not interested in errors.
include/
PR binutils/21446
* opcode/aarch64.h (aarch64_opnd_info): Change sysreg to struct.
(aarch64_decode_insn): Accept error struct.
opcodes/
PR binutils/21446
* aarch64-asm.h (aarch64_insert_operand, aarch64_##x): Return boolean
and take error struct.
* aarch64-asm.c (aarch64_ext_regno, aarch64_ins_reglane,
aarch64_ins_reglist, aarch64_ins_ldst_reglist,
aarch64_ins_ldst_reglist_r, aarch64_ins_ldst_elemlist,
aarch64_ins_advsimd_imm_shift, aarch64_ins_imm, aarch64_ins_imm_half,
aarch64_ins_advsimd_imm_modified, aarch64_ins_fpimm,
aarch64_ins_imm_rotate1, aarch64_ins_imm_rotate2, aarch64_ins_fbits,
aarch64_ins_aimm, aarch64_ins_limm_1, aarch64_ins_limm,
aarch64_ins_inv_limm, aarch64_ins_ft, aarch64_ins_addr_simple,
aarch64_ins_addr_regoff, aarch64_ins_addr_offset, aarch64_ins_addr_simm,
aarch64_ins_addr_simm10, aarch64_ins_addr_uimm12,
aarch64_ins_simd_addr_post, aarch64_ins_cond, aarch64_ins_sysreg,
aarch64_ins_pstatefield, aarch64_ins_sysins_op, aarch64_ins_barrier,
aarch64_ins_prfop, aarch64_ins_hint, aarch64_ins_reg_extended,
aarch64_ins_reg_shifted, aarch64_ins_sve_addr_ri_s4xvl,
aarch64_ins_sve_addr_ri_s6xvl, aarch64_ins_sve_addr_ri_s9xvl,
aarch64_ins_sve_addr_ri_s4, aarch64_ins_sve_addr_ri_u6,
aarch64_ins_sve_addr_rr_lsl, aarch64_ins_sve_addr_rz_xtw,
aarch64_ins_sve_addr_zi_u5, aarch64_ext_sve_addr_zz,
aarch64_ins_sve_addr_zz_lsl, aarch64_ins_sve_addr_zz_sxtw,
aarch64_ins_sve_addr_zz_uxtw, aarch64_ins_sve_aimm,
aarch64_ins_sve_asimm, aarch64_ins_sve_index, aarch64_ins_sve_limm_mov,
aarch64_ins_sve_quad_index, aarch64_ins_sve_reglist,
aarch64_ins_sve_scale, aarch64_ins_sve_shlimm, aarch64_ins_sve_shrimm,
aarch64_ins_sve_float_half_one, aarch64_ins_sve_float_half_two,
aarch64_ins_sve_float_zero_one, aarch64_opcode_encode): Likewise.
* aarch64-dis.h (aarch64_extract_operand, aarch64_##x): Likewise.
* aarch64-dis.c (aarch64_ext_regno, aarch64_ext_reglane,
aarch64_ext_reglist, aarch64_ext_ldst_reglist,
aarch64_ext_ldst_reglist_r, aarch64_ext_ldst_elemlist,
aarch64_ext_advsimd_imm_shift, aarch64_ext_imm, aarch64_ext_imm_half,
aarch64_ext_advsimd_imm_modified, aarch64_ext_fpimm,
aarch64_ext_imm_rotate1, aarch64_ext_imm_rotate2, aarch64_ext_fbits,
aarch64_ext_aimm, aarch64_ext_limm_1, aarch64_ext_limm, decode_limm,
aarch64_ext_inv_limm, aarch64_ext_ft, aarch64_ext_addr_simple,
aarch64_ext_addr_regoff, aarch64_ext_addr_offset, aarch64_ext_addr_simm,
aarch64_ext_addr_simm10, aarch64_ext_addr_uimm12,
aarch64_ext_simd_addr_post, aarch64_ext_cond, aarch64_ext_sysreg,
aarch64_ext_pstatefield, aarch64_ext_sysins_op, aarch64_ext_barrier,
aarch64_ext_prfop, aarch64_ext_hint, aarch64_ext_reg_extended,
aarch64_ext_reg_shifted, aarch64_ext_sve_addr_ri_s4xvl,
aarch64_ext_sve_addr_ri_s6xvl, aarch64_ext_sve_addr_ri_s9xvl,
aarch64_ext_sve_addr_ri_s4, aarch64_ext_sve_addr_ri_u6,
aarch64_ext_sve_addr_rr_lsl, aarch64_ext_sve_addr_rz_xtw,
aarch64_ext_sve_addr_zi_u5, aarch64_ext_sve_addr_zz,
aarch64_ext_sve_addr_zz_lsl, aarch64_ext_sve_addr_zz_sxtw,
aarch64_ext_sve_addr_zz_uxtw, aarch64_ext_sve_aimm,
aarch64_ext_sve_asimm, aarch64_ext_sve_index, aarch64_ext_sve_limm_mov,
aarch64_ext_sve_quad_index, aarch64_ext_sve_reglist,
aarch64_ext_sve_scale, aarch64_ext_sve_shlimm, aarch64_ext_sve_shrimm,
aarch64_ext_sve_float_half_one, aarch64_ext_sve_float_half_two,
aarch64_ext_sve_float_zero_one, aarch64_opcode_decode): Likewise.
(determine_disassembling_preference, aarch64_decode_insn,
print_insn_aarch64_word, print_insn_data): Take errors struct.
(print_insn_aarch64): Use errors.
* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Regenerate.
* aarch64-gen.c (print_operand_inserter): Use errors and change type to
boolean in aarch64_insert_operan.
(print_operand_extractor): Likewise.
* aarch64-opc.c (aarch64_print_operand): Use sysreg struct.
2018-05-15 17:11:42 +02:00
|
|
|
|
2018-05-15 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/21446
|
|
|
|
|
* config/tc-aarch64.c (parse_sys_reg): Return register flags.
|
|
|
|
|
(parse_operands): Fill in register flags.
|
|
|
|
|
|
2018-05-14 16:32:43 +02:00
|
|
|
|
2018-05-14 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* write.c (maybe_generate_build_notes): Generate notes on a
|
|
|
|
|
per-code-section basis. Skip linkonce sections.
|
|
|
|
|
|
2018-05-14 14:05:02 +02:00
|
|
|
|
2018-05-14 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 23153
|
|
|
|
|
* as.c (main): When checking for an output file that is also an
|
|
|
|
|
input file, also check that the inode is not zero.
|
|
|
|
|
|
2018-05-12 08:51:22 +02:00
|
|
|
|
2018-05-12 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-score.c (s3_do_macro_bcmp): Don't use fixed size
|
|
|
|
|
buffers.
|
|
|
|
|
(s3_do_macro_bcmpz): Likewise.
|
|
|
|
|
|
2018-05-10 17:24:58 +02:00
|
|
|
|
2018-05-10 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (parse_aarch64_imm_float): Remove restrictions.
|
|
|
|
|
* testsuite/gas/aarch64/diagnostic.s: Move fmov int test to..
|
|
|
|
|
* testsuite/gas/aarch64/fpmov.s: Here.
|
|
|
|
|
* testsuite/gas/aarch64/fpmov.d: Update results with fmov.
|
|
|
|
|
* testsuite/gas/aarch64/diagnostic.l: Remove fmov values.
|
|
|
|
|
* testsuite/gas/aarch64/sve-invalid.s: Update test files.
|
|
|
|
|
* testsuite/gas/aarch64/sve-invalid.l: Likewise
|
|
|
|
|
|
2018-05-10 17:22:32 +02:00
|
|
|
|
2018-05-10 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
* gas/config/tc-arm.c (do_neon_mov): Allow integer literal for float
|
|
|
|
|
immediate.
|
|
|
|
|
* testsuite/gas/arm/vfp-mov-enc.s: New.
|
|
|
|
|
* testsuite/gas/arm/vfp-mov-enc.d: New.
|
|
|
|
|
|
2018-05-08 22:49:00 +02:00
|
|
|
|
2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xtensa.c (xtensa_is_init_fini): New function.
|
|
|
|
|
(xtensa_move_literals): Only attempt to assign literal pool to
|
|
|
|
|
literals with tc_frag_data.is_literal mark and not in .init or
|
|
|
|
|
.fini sections.
|
|
|
|
|
Join nested 'if' conditions to simplify function structure.
|
|
|
|
|
(xtensa_switch_to_non_abs_literal_fragment): Use
|
|
|
|
|
xtensa_is_init_fini to test for .init/.fini sections.
|
|
|
|
|
* testsuite/gas/xtensa/all.exp (auto-litpools-3)
|
|
|
|
|
(auto-litpools-4, text-section-literals-1): New tests.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-3.d: New test results.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-3.s: New test source.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-4.d: New test results.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-4.s: New test source.
|
|
|
|
|
* testsuite/gas/xtensa/text-section-literals-1.d: New test results.
|
|
|
|
|
* testsuite/gas/xtensa/text-section-literals-1.s: New test source.
|
|
|
|
|
|
2018-05-09 12:39:32 +02:00
|
|
|
|
2018-05-09 Dimitar Dimitrov <dimitar@dinux.eu>
|
|
|
|
|
|
|
|
|
|
* config/tc-pru.c (md_apply_fix): Make LDI32 relocation conformant
|
|
|
|
|
to TI ABI.
|
|
|
|
|
(pru_assemble_arg_i): Likewise.
|
|
|
|
|
(output_insn_ldi32): Likewise.
|
|
|
|
|
* testsuite/gas/pru/ldi.d: Update test for the now fixed LDI32.
|
|
|
|
|
* gas/config/tc-pru.c (pru_assemble_arg_b): Check imm8 operand range.
|
|
|
|
|
* gas/testsuite/gas/pru/illegal2.l: New test.
|
|
|
|
|
* gas/testsuite/gas/pru/illegal2.s: New test.
|
|
|
|
|
* gas/testsuite/gas/pru/pru.exp: Register new illegal2 test.
|
|
|
|
|
|
RISC-V: Add missing hint instructions from RV128I.
gas/
* testsuite/gas/riscv/c-zero-imm.d: Add more tests.
* testsuite/gas/riscv/c-zero-imm.s: Likewise.
* testsuite/gas/riscv/c-zero-reg.d: Fix typo in test. Add disabled
future test for RV128 support.
* testsuite/gas/riscv/c-zero-reg.s: Likewise.
include/
* opcode/riscv-opc.h (MATCH_C_SRLI64, MASK_C_SRLI64): New.
(MATCH_C_SRAI64, MASK_C_SRAI64): New.
(MATCH_C_SLLI64, MASK_C_SLLI64): New.
opcodes/
* riscv-opc.c (match_c_slli, match_slli_as_c_slli): New.
(match_c_slli64, match_srxi_as_c_srxi): New.
(riscv_opcodes) <slli, sll>: Use match_slli_as_c_slli.
<srli, srl, srai, sra>: Use match_srxi_as_c_srxi.
<c.slli, c.srli, c.srai>: Use match_s_slli.
<c.slli64, c.srli64, c.srai64>: New.
2018-05-09 00:46:19 +02:00
|
|
|
|
2018-05-08 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/riscv/c-zero-imm.d: Add more tests.
|
|
|
|
|
* testsuite/gas/riscv/c-zero-imm.s: Likewise.
|
|
|
|
|
* testsuite/gas/riscv/c-zero-reg.d: Fix typo in test. Add disabled
|
|
|
|
|
future test for RV128 support.
|
|
|
|
|
* testsuite/gas/riscv/c-zero-reg.s: Likewise.
|
|
|
|
|
|
Enable Intel MOVDIRI, MOVDIR64B instructions
gas/
* config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
(cpu_noarch): Likewise.
(process_suffix): Add check for register size.
* doc/c-i386.texi: Document movdiri, movdir64b.
* testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
* testsuite/gas/i386/movdir-intel.d: New file.
* testsuite/gas/i386/movdir.d: Likewise.
* testsuite/gas/i386/movdir.s: Likewise.
* testsuite/gas/i386/movdir64b-reg.s: Likewise.
* testsuite/gas/i386/movdir64b-reg.l: Likewise.
* testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
* testsuite/gas/i386/x86-64-movdir.d: Likewise.
* testsuite/gas/i386/x86-64-movdir.s: Likewise.
* testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
* testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.
opcodes/
* i386-dis.c (Gva): New.
(enum): Add PREFIX_0F38F8, PREFIX_0F38F9,
MOD_0F38F8_PREFIX_2, MOD_0F38F9_PREFIX_0.
(prefix_table): New instructions (see prefix above).
(mod_table): New instructions (see prefix above).
(OP_G): Handle va_mode.
* i386-gen.c (cpu_flag_init): Add CPU_MOVDIRI_FLAGS,
CPU_MOVDIR64B_FLAGS.
(cpu_flags): Add CpuMOVDIRI and CpuMOVDIR64B.
* i386-opc.h (enum): Add CpuMOVDIRI, CpuMOVDIR64B.
(i386_cpu_flags): Add cpumovdiri and cpumovdir64b.
* i386-opc.tbl: Add movidir{i,64b}.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
2018-05-07 18:30:02 +02:00
|
|
|
|
2018-05-07 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
|
|
|
|
|
(cpu_noarch): Likewise.
|
|
|
|
|
(process_suffix): Add check for register size.
|
|
|
|
|
* doc/c-i386.texi: Document movdiri, movdir64b.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
|
|
|
|
|
* testsuite/gas/i386/movdir-intel.d: New file.
|
|
|
|
|
* testsuite/gas/i386/movdir.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/movdir.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/movdir64b-reg.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/movdir64b-reg.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movdir.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movdir.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.
|
|
|
|
|
|
2018-05-07 18:57:06 +02:00
|
|
|
|
2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (process_suffix): Check addrprefixopreg
|
|
|
|
|
instead of addrprefixop0.
|
|
|
|
|
|
2018-05-07 16:40:59 +02:00
|
|
|
|
2018-05-07 Peter Bergner <bergner@vnet.ibm.com.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_setup_opcodes) <powerpc_opcodes>: Rewrite code
|
|
|
|
|
to dump the entire opcode table.
|
|
|
|
|
(ppc_setup_opcodes) <spe2_opcodes>: Likewise.
|
|
|
|
|
(ppc_setup_opcodes) <vle_opcodes>: Likewise. Fix calculation of
|
|
|
|
|
opcode index.
|
|
|
|
|
|
2018-05-07 04:16:47 +02:00
|
|
|
|
2018-05-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/xmmhi32.d: Also allow dir32 relocation.
|
|
|
|
|
|
2018-05-07 04:09:12 +02:00
|
|
|
|
2018-05-06 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/avx512f-plain.s: Append ".p2align 4,0".
|
|
|
|
|
* testsuite/gas/i386/avx512vl-plain.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/bnd.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/stN.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/avx512f-plain.l: Updated.
|
|
|
|
|
* testsuite/gas/i386/avx512vl-plain.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/bnd.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/stN.l: Likewise.
|
|
|
|
|
|
2018-04-27 02:12:11 +02:00
|
|
|
|
2018-05-04 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/obj-evax.c (shorten_identifier): Use memcpy in place
|
|
|
|
|
of strncpy.
|
|
|
|
|
* config/obj-macho.c (obj_mach_o_make_or_get_sect): Ensure
|
|
|
|
|
segname and sectname fields are NUL terminated.
|
|
|
|
|
|
2018-05-01 17:42:41 +02:00
|
|
|
|
2018-05-01 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/es.po: Updated Spanish translation.
|
|
|
|
|
|
testsuite: Support filtering targets by TCL procedure in `run_dump_test'
Implement a more complex way of selecting targets to include or exclude
with `run_dump_test' cases, by extending the syntax for the `target',
`not-target', `skip' and `not-skip' options (with the binutils and GAS
test suites) and the `target', `alltargets' and `notarget' options (with
the LD test suite) to also accept a name of a TCL procedure instead of a
target triplet glob matching expression. The result, 1 or 0, of the
procedure determines whether the test is to be run or not. This mimics
and expands `dg-require-effective-target' from the GCC test suite.
Names of TCL procedures are supplied in square brackets `[]' as with TCL
procedure calls, observing that target triplet glob matching expressions
do not normally start and end with matching square brackets both at a
time. Arguments for procedures are allowed if required.
Having a way to specify a complex condition for a `run_dump_test' case
to run has the advantage of keeping it local within the test case itself
where tool options related to the check might be also present, removing
the need to wrap `run_dump_test' calls into an `if' block whose only
reason is to do a feature check, and ultimately lets one have the test
reported as UNSUPPORTED automagically if required (not currently
supported by the `run_dump_test' options used for LD).
binutils/
* testsuite/lib/binutils-common.exp (match_target): New procedure.
* testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
of `istarget' for matching with `target', `not-target', `skip'
and `not-skip' options.
gas/
* testsuite/lib/gas-defs.exp (run_dump_test): Use `match_target'
in place of `istarget' for matching with `target', `not-target',
`skip' and `not-skip' options.
ld/
* testsuite/lib/ld-lib.exp (run_dump_test): Use `match_target'
in place of `istarget' for matching with `target', `alltargets'
and `notarget' options.
2018-04-27 16:25:20 +02:00
|
|
|
|
2018-04-27 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/gas-defs.exp (run_dump_test): Use `match_target'
|
|
|
|
|
in place of `istarget' for matching with `target', `not-target',
|
|
|
|
|
`skip' and `not-skip' options.
|
|
|
|
|
|
2018-04-26 16:12:42 +02:00
|
|
|
|
2018-04-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* as.c (flag_generate_build_notes): New variable.
|
|
|
|
|
(show_usage): Add entry for --generate-missing-build-notes.
|
|
|
|
|
(parse_args): Parse --generate-missing-build-notes.
|
|
|
|
|
* as.h: Export flag_generate_build_notes.
|
|
|
|
|
* symbols.c (save_symbol_name): Ensure that the name parameter is
|
|
|
|
|
not NULL.
|
|
|
|
|
* write.c (create_obj_attrs_section): Reformat.
|
|
|
|
|
(create_note_reloc): New function - creates a relocation for a
|
|
|
|
|
field in a GNU Build attribute note.
|
|
|
|
|
(maybe_generate_build_notes): New function - created GNU Build
|
|
|
|
|
attribute notes if none are present in the output file.
|
|
|
|
|
(write_object_file): Call maybe_generate_build_notes.
|
|
|
|
|
* configure.ac (--enable-generate-build-notes): New option.
|
|
|
|
|
* NEWS: Announce the new feature.
|
|
|
|
|
* doc/as.textinfo: Document the new option.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-04-26 08:55:02 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperands): Add AVX512VL check. Set
|
|
|
|
|
.baseindex.
|
|
|
|
|
(match_template): Don't set suffix_check when Intel syntax and
|
|
|
|
|
broadcast. Make check_register a per-operand bitmap.
|
|
|
|
|
|
2018-04-26 08:53:20 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (optimize_encoding): Check for zeroing
|
|
|
|
|
masking.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d,
|
|
|
|
|
testsuite/gas/i386/optimize-4.d,
|
|
|
|
|
testsuite/gas/i386/optimize-5.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-optimize-2.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-optimize-5.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-optimize-6.d: Adjust expectations.
|
|
|
|
|
|
2018-04-26 08:49:41 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_real_register): Check .cpuvrex before
|
|
|
|
|
recording EVEX encoding. Don't check previously specified
|
|
|
|
|
encoding.
|
|
|
|
|
* testsuite/gas/i386/xmmhi32.s: Add {x,y,z}mm{16,24} cases.
|
2018-04-26 16:12:42 +02:00
|
|
|
|
* testsuite/gas/i386/xmmhi32.d: Adjust expectations.
|
2018-04-26 08:49:41 +02:00
|
|
|
|
* testsuite/gas/i386/xmmhi64.s, testsuite/gas/i386/xmmhi64.d:
|
|
|
|
|
New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-04-26 08:48:56 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/xsave.s: Add AVX, LWP, MPX, and PKU
|
|
|
|
|
dependency tests.
|
|
|
|
|
* testsuite/gas/i386/xsave.d,
|
|
|
|
|
testsuite/gas/i386/xsave-intel.d: Adjust expecations.
|
|
|
|
|
|
2018-04-26 08:48:01 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_real_register): Re-write {,x,y,z}mm
|
|
|
|
|
and mask register handling.
|
|
|
|
|
* testsuite/gas/i386/avx512f-ymm.s, testsuite/gas/i386/avx512f-ymm.d,
|
|
|
|
|
testsuite/gas/i386/xmmhi32.s, testsuite/gas/i386/xmmhi32.d: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
2018-04-26 08:46:39 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_real_register): Check bnd<N>
|
|
|
|
|
registers.
|
|
|
|
|
* testsuite/gas/i386/bnd.s, testsuite/gas/i386/bnd.l: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-04-26 08:45:35 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_real_register): Check FPU register
|
|
|
|
|
earlier.
|
|
|
|
|
* testsuite/gas/i386/fpu.s, testsuite/gas/i386/fpu.l,
|
|
|
|
|
testsuite/gas/i386/stN.s, testsuite/gas/i386/stN.l: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
2018-04-26 08:31:14 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
|
|
|
|
|
|
2018-04-26 08:30:45 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Move and fold
|
|
|
|
|
source/reg_slot calculations.
|
|
|
|
|
|
2018-04-26 08:30:06 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Drop .veximmext uses.
|
|
|
|
|
Move part of the remaining assertion.
|
|
|
|
|
|
2018-04-26 08:29:09 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Extend assertion in
|
|
|
|
|
vex_3_sources handling to cover more cases.
|
|
|
|
|
|
2018-04-26 08:28:38 +02:00
|
|
|
|
2018-04-26 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Drop code dealing with
|
|
|
|
|
.veximmext and .immext set at the same time. Drop code dealing
|
|
|
|
|
with .cpufma when .vexsources == VEX3SOURCES.
|
|
|
|
|
|
[ARM] Add TLS relocations for FDPIC.
Define and handle TLS relocations for FDPIC in BFD and gas.
In gas, the new relocations are rejected if the --fdpic option was not
specified.
We also define the __tdata_start symbol to mark the start of the
.tdata section. This allows FDPIC static binaries to find the start of
.tdata section, since phdr->p_vaddr of TLS segment is not a valid
value for FDPIC.
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
bfd/:
* bfd-in2.h (BFD_RELOC_ARM_TLS_GD32_FDPIC)
(BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC): New
relocations.
* elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_TLS_GD32_FDPIC,
R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC relocations.
(elf32_arm_reloc_map): Add R_ARM_TLS_GD32_FDPIC,
R_ARM_TLS_LDM32_FDPIC, R_ARM_TLS_IE32_FDPIC.
(struct elf32_arm_link_hash_table): Update comment.
(elf32_arm_final_link_relocate): Handle TLS FDPIC relocations.
(IS_ARM_TLS_RELOC): Likewise.
(elf32_arm_check_relocs): Likewise.
(allocate_dynrelocs_for_symbol): Likewise.
(elf32_arm_size_dynamic_sections): Update comment.
* reloc.c: Add BFD_RELOC_ARM_TLS_GD32_FDPIC,
BFD_RELOC_ARM_TLS_LDM32_FDPIC, BFD_RELOC_ARM_TLS_IE32_FDPIC.
gas/
* config/tc-arm.c (reloc_names): Add TLSGD_FDPIC, TLSLDM_FDPIC,
GOTTPOFF_FDIC relocations.
(md_apply_fix): Handle the new TLS FDPIC relocations.
(tc_gen_reloc): Likewise.
(arm_fix_adjustable): Likewise.
include/
* elf/arm.h: Add R_ARM_TLS_GD32_FDPIC, R_ARM_TLS_LDM32_FDPIC,
R_ARM_TLS_IE32_FDPIC.
ld/
* scripttempl/elf.sc: Define __tdata_start for .tdata section.
2018-03-20 10:55:29 +01:00
|
|
|
|
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
|
|
|
|
|
Mickaël Guêné <mickael.guene@st.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (reloc_names): Add TLSGD_FDPIC, TLSLDM_FDPIC,
|
|
|
|
|
GOTTPOFF_FDIC relocations.
|
|
|
|
|
(md_apply_fix): Handle the new TLS FDPIC relocations.
|
|
|
|
|
(tc_gen_reloc): Likewise.
|
|
|
|
|
(arm_fix_adjustable): Likewise.
|
|
|
|
|
|
[ARM] Add FDPIC relocations definitions
Add FDPIC relocation definitions in BFD and gas.
Gas rejects them if the --fdpic option was not specified.
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
bfd/
* bfd-in2.c (BFD_RELOC_ARM_GOTFUNCDESC)
(BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC)
(BFD_RELOC_ARM_FUNCDESC_VALUE): New.
* elf32-arm.c (elf32_arm_howto_table_2): Add R_ARM_GOTFUNCDESC,
R_ARM_GOTOFFFUNCDESC, R_ARM_FUNCDESC, R_ARM_FUNCDESC_VALUE.
(elf32_arm_howto_from_type): Take new members of
elf32_arm_howto_table_2 into account.
(elf32_arm_reloc_map): Add BFD_RELOC_ARM_GOTFUNCDESC,
BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
BFD_RELOC_ARM_FUNCDESC_VALUE.
* reloc.c: Add BFD_RELOC_ARM_GOTFUNCDESC,
BFD_RELOC_ARM_GOTOFFFUNCDESC, BFD_RELOC_ARM_FUNCDESC,
BFD_RELOC_ARM_FUNCDESC_VALUE.
gas/
* config/tc-arm.c (reloc_names): Add gotfuncdesc, gotofffuncdesc,
funcdesc.
(md_apply_fix): Support the new relocations.
(tc_gen_reloc): Likewise.
* testsuite/gas/arm/reloc-fdpic.d: New.
* testsuite/gas/arm/reloc-fdpic.s: New.
include/
* elf/arm.h (R_ARM_GOTFUNCDESC, R_ARM_GOTOFFFUNCDESC)
(R_ARM_FUNCDESC)
(R_ARM_FUNCDESC_VALUE): Define new relocations.
2018-03-20 10:54:59 +01:00
|
|
|
|
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
|
|
|
|
|
Mickaël Guêné <mickael.guene@st.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (reloc_names): Add gotfuncdesc, gotofffuncdesc,
|
|
|
|
|
funcdesc.
|
|
|
|
|
(md_apply_fix): Support the new relocations.
|
|
|
|
|
(tc_gen_reloc): Likewise.
|
|
|
|
|
* testsuite/gas/arm/reloc-fdpic.d: New.
|
|
|
|
|
* testsuite/gas/arm/reloc-fdpic.s: New.
|
|
|
|
|
|
2018-03-20 10:54:50 +01:00
|
|
|
|
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
|
|
|
|
|
Mickaël Guêné <mickael.guene@st.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (arm_fdpic): New.
|
|
|
|
|
(elf32_arm_target_format): Support FDPIC.
|
|
|
|
|
(OPTION_FDPIC): New.
|
|
|
|
|
(md_longopts): Support FDPIC.
|
|
|
|
|
(md_parse_option): Likewise.
|
|
|
|
|
(md_show_usage): Likewise.
|
|
|
|
|
|
2018-04-25 14:37:30 +02:00
|
|
|
|
2018-04-25 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/aarch64/rdma.s: Test for larger register numbers.
|
|
|
|
|
* testsuite/gas/aarch64/rdma.d: Update results.
|
|
|
|
|
* testsuite/gas/aarch64/rdma-directive.d: Likewise.
|
|
|
|
|
|
2018-04-25 11:05:12 +02:00
|
|
|
|
2018-04-25 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/es.po: Updated Spanish translation.
|
|
|
|
|
|
2018-04-16 13:03:36 +02:00
|
|
|
|
2018-04-25 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove arm-aout and arm-coff support.
|
|
|
|
|
* config/tc-arm.c: Likewise.
|
|
|
|
|
* config/tc-arm.h: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/codealign.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/mapping.d: Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/mapping2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/adds-thumb1-reloc-local.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/addsw-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/align.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/align64.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arch7.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arch7a-mp.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arch7em.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arm-it-auto-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arm-it-auto-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arm-it-auto.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arm-it-bad-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/arm-it.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv7e-m+fpv5-d16.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-2-fp16-scalar.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-2-fp16-simd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+crypto.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+fp.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+ras.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+rdma-warning.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+rdma.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a+simd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-r+fp.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-r+simd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8-r-barrier-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8_1-a+simd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8_2+rdma.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8_2-a.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8_3-a-fp.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8_3-a-simd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8a-automatic-hlt.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/armv8a-automatic-lda.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/attr-syntax.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-bw.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-cbz.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-clrex.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-lda.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-ldaex.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-ldaexb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-ldrex.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-ldrexd.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-movw.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-sdiv.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/automatic-strexb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/barrier-bad-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/barrier-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/barrier-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/barrier.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/bignum1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/blx-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/blx-bl-convert.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/blx-local.s: Likewise.
|
|
|
|
|
* testsuite/gas/arm/crc32-armv8-a-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/crc32-armv8-a.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/crc32-armv8-r.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/dis-data.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/dis-data2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/dis-data3.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/eabi_attr_1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/fp-save.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-alu-encoding-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-alu.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldc.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldr.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/group-reloc-ldrs.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/insn-error-a.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/insn-error-t.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/inst-po-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/inst-po-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/inst-po-be.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/inst-po.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/ldconst.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/ldgesb-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/ldgesh-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/ldst-offset0.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/local_function.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/local_label_coff.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/local_label_elf.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mapping.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mapping2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mapping3.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mapping4.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mapshort-elf.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mask_1-armv8-a.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mask_1-armv8-r.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/movs-thumb1-reloc-local.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/movw-local.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/msr-imm-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/msr-reg-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/msr-reg-thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/nomapping.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/nops.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/pic.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/pinsn.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/plt-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/pr21458.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/pr9722.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/strex-t.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/t2-branch-global.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/target-reloc-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb-b-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb-w-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb-w-good.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_auto.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_search.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_ldmstm.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_ldr_immediate_armv6.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_ldr_immediate_armv6t2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_pool.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_vpool.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb2_vpool_be.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumb32.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/thumbver.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/tls.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/tls_vxworks.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/undefined.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/undefined_coff.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/unwind.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/v4bx.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vcmp-noprefix-imm.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vcvt-bad.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vfma1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vldconst.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vldconst_be.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vldm-arm.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/vldr.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/weakdef-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/weakdef-2.d: Likewise.
|
|
|
|
|
* config/te-riscix.h: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-23 02:12:44 +02:00
|
|
|
|
2018-04-23 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* stabs.c (generate_asm_file): Use memcpy rather than strncpy.
|
|
|
|
|
Remove call to strlen inside loop.
|
|
|
|
|
* config/tc-cr16.c (getreg_image): Warning fix.
|
|
|
|
|
* config/tc-crx.c (getreg_image): Warning fix.
|
|
|
|
|
|
2018-04-21 00:30:18 +02:00
|
|
|
|
2018-04-20 Kito Cheng <kito.cheng@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (options): Add OPTION_RELAX and
|
|
|
|
|
OPTION_NO_RELAX.
|
|
|
|
|
(md_longopts): New option -mrelax and -mno-relax.
|
|
|
|
|
(md_parse_option): Handle -mrelax and -mno-relax.
|
|
|
|
|
* doc/c-riscv.texi: Document for -mrelax and -mno-relax.
|
|
|
|
|
* testsuite/gas/riscv/no-relax-reloc.d: New.
|
|
|
|
|
* testsuite/gas/riscv/no-relax-reloc.s: New.
|
|
|
|
|
* testsuite/gas/riscv/relax-reloc.d: New.
|
|
|
|
|
* testsuite/gas/riscv/relax-reloc.s: New.
|
|
|
|
|
|
2018-04-20 12:18:53 +02:00
|
|
|
|
2018-04-20 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/es.po: Updated Spanish translation.
|
|
|
|
|
|
2018-04-16 14:44:01 +02:00
|
|
|
|
2018-04-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove support for assorted i386 aout and coff targets.
|
|
|
|
|
* config/obj-elf.c: Likewise.
|
|
|
|
|
* config/tc-i386.h: Likewise.
|
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* config/te-dynix.h: Delete.
|
|
|
|
|
* config/te-i386aix.h: Delete.
|
|
|
|
|
* config/te-mach.h: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-17 09:44:45 +02:00
|
|
|
|
2018-04-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Remove *-*-bsd* entry.
|
|
|
|
|
|
2018-04-18 02:00:17 +02:00
|
|
|
|
2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
|
2018-04-17 23:47:13 +02:00
|
|
|
|
|
|
|
|
|
Microblaze Target: PIC data text relative
|
|
|
|
|
|
|
|
|
|
* gas/config/tc-microblaze.c (Handle new relocs directives in
|
|
|
|
|
assembler): Handle new relocs from compiler output.
|
|
|
|
|
(imm_types): add new imm types for data text relative addressing
|
|
|
|
|
TEXT_OFFSET, TEXT_PC_OFFSET
|
|
|
|
|
(md_convert_frag): conversion for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL
|
|
|
|
|
(md_apply_fix): apply fix for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL
|
|
|
|
|
(md_estimate_size_before_relax): estimate size for
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL
|
|
|
|
|
(tc_gen_reloc): generate relocations for
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
|
|
|
|
|
BFD_RELOC_MICROBLAZE_64_TEXTPCREL
|
|
|
|
|
|
2018-04-17 13:57:34 +02:00
|
|
|
|
2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/nops.s: Revert back deleted lines and
|
|
|
|
|
change encoding to 0x0f1c /1 to map to NOP.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nops.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nops.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nops.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-nops.d: Likewis.
|
|
|
|
|
|
2018-04-16 23:09:01 +02:00
|
|
|
|
2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add .cldemote.
|
|
|
|
|
* doc/c-i386.texi: Document cldemote/.cldemote.
|
|
|
|
|
* testsuite/gas/i386/cldemote-intel.d: New.
|
|
|
|
|
* testsuite/gas/i386/cldemote.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/cldemote.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cldemote-intel.d: New.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cldemote.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cldemote.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-nops.d: Remove 0x0f1c
|
|
|
|
|
NOP encoding that maps to cldemote.
|
|
|
|
|
* testsuite/gas/i386/nops.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nops.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nops.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nops.s: Likewise.
|
|
|
|
|
|
2018-04-16 17:39:15 +02:00
|
|
|
|
2018-04-16 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 23054
|
|
|
|
|
* cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
|
|
|
|
|
followed by memcpy.
|
|
|
|
|
(s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
|
|
|
|
|
* obj-elf.c (elf_adjust_symtab): Check for local symbols before
|
|
|
|
|
attempting to dereference the sy_next field of a symbol.
|
|
|
|
|
* stabs.c (get_stab_string_offset): Fail if there is no string
|
|
|
|
|
following the stab directive.
|
|
|
|
|
|
2018-04-16 12:59:05 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove arm-epoc-pe support.
|
|
|
|
|
* config/tc-arm.h: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* testsuite/gas/all/gas.exp: Likewise.
|
|
|
|
|
* testsuite/gas/arm/local_label_coff.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/undefined.d: Likewise.
|
|
|
|
|
* testsuite/gas/arm/undefined_coff.d: Likewise.
|
|
|
|
|
* config/te-epoc-pe.h: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-16 08:03:26 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove sparc-aout and sparc-coff support.
|
|
|
|
|
* config/obj-coff.h: Likewise.
|
|
|
|
|
* config/tc-sparc.c: Likewise.
|
|
|
|
|
* config/tc-sparc.h: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* config/te-sparcaout.h: Delete.
|
|
|
|
|
* testsuite/gas/sun4/addend.d: Delete.
|
|
|
|
|
* testsuite/gas/sun4/addend.exp: Delete.
|
|
|
|
|
* testsuite/gas/sun4/addend.s: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-16 08:01:36 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove m68k-aout and m68k-coff support.
|
|
|
|
|
* config/tc-m68k.c: Likewise.
|
|
|
|
|
* config/tc-m68k.h: Likewise.
|
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* testsuite/gas/all/weakref1u.d: Likewise.
|
|
|
|
|
* testsuite/gas/m68k/all.exp: Likewise.
|
|
|
|
|
* testsuite/gas/m68k/br-isaa.d: Likewise.
|
|
|
|
|
* testsuite/gas/m68k/br-isab.d: Likewise.
|
|
|
|
|
* testsuite/gas/m68k/br-isac.d: Likewise.
|
|
|
|
|
* config/te-psos.h: Delete.
|
|
|
|
|
* config/te-sun3.h: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/gas.exp: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/p2389.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/p2389a.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/p2430.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/p2430a.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k-coff/t1.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041.d: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041data.d: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041data.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041pcrel.d: Delete.
|
|
|
|
|
* testsuite/gas/m68k/p3041pcrel.s: Delete.
|
|
|
|
|
* testsuite/gas/m68k/t2.d: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-16 07:59:39 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove sh5 and sh64 support.
|
|
|
|
|
* config/tc-sh.c: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* doc/Makefile.am: Likewise.
|
|
|
|
|
* doc/as.texinfo: Likewise.
|
|
|
|
|
* testsuite/gas/cfi/cfi.exp: Likewise.
|
|
|
|
|
* testsuite/gas/sh/basic.exp: Likewise.
|
|
|
|
|
* config/tc-sh64.c: Delete.
|
|
|
|
|
* config/tc-sh64.h: Delete.
|
|
|
|
|
* doc/c-sh64.texi: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/abi-32.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/abi-32.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/abi-64.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/abi-64.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/basic-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/basic-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/case-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/case-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/case-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange1-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange1-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange2-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange2-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange2-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange3-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange4-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange4.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange5-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/crange5.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/creg-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/creg-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/creg-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/creg-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal32-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/datal64-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/eh-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/eh-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/endian-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/endian-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/endian-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/endian-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-4.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-abi-32.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-abi-64.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-dsp.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-movi-noexp-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-noexp-cmd1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-pt-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-pt32-cmd1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-pt32-cmd3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-ptb-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err-ptb-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/err.exp: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr32-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/immexpr64-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/lineno.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/lineno.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/localcom-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/localcom-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/mix-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/mix-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/mix-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi32-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi32-noexp-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi64-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi64-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi64-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/movi64-noexp-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt32-noexp-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt64-32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt64-32-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/pt64-noexp-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc32-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc64-32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptc64-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext32-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext64-32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ptext64-noexp-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel-4.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel-5.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel32-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel32-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel32-4.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel32-5.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel64-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel64-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel64-4.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/rel64-5.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/relax-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/sh64.exp: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift-3.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift32-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift32-noexp-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift64-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift64-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift64-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/shift64-noexp-3.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/syntax-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/syntax-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/syntax-2.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/syntax-2.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ua-1.s: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ua32-1.d: Delete.
|
|
|
|
|
* testsuite/gas/sh/sh64/ua64-1.d: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-16 07:57:45 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-sh.c: Remove sh-symbianelf support.
|
|
|
|
|
* config/tc-sh.h: Likewise.
|
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* testsuite/gas/sh/reg-prefix.d: Likewise.
|
|
|
|
|
* testsuite/gas/sh/sh2a-pic.d: Likewise.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-04-16 07:53:38 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure.ac: Remove m88k support.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-04-16 07:51:56 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove i370 support.
|
|
|
|
|
* app.c: Likewise.
|
|
|
|
|
* config/obj-elf.c: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* doc/Makefile.am: Likewise.
|
|
|
|
|
* doc/as.texinfo: Likewise.
|
|
|
|
|
* testsuite/gas/all/gas.exp: Likewise.
|
|
|
|
|
* testsuite/gas/elf/warn-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/lns/lns.exp: Likewise.
|
|
|
|
|
* config/tc-i370.c: Delete.
|
|
|
|
|
* config/tc-i370.h: Delete.
|
|
|
|
|
* doc/c-i370.texi: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-16 07:49:41 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/obj-coff.h: Remove h8500 support.
|
|
|
|
|
|
2018-04-16 07:47:57 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/obj-coff.h: Remove h8300-coff support.
|
|
|
|
|
* config/tc-h8300.c: Likewise.
|
|
|
|
|
* config/tc-h8300.h: Likewise.
|
|
|
|
|
* testsuite/gas/h8300/h8300.exp: Likewise.
|
|
|
|
|
* testsuite/gas/h8300/branch-coff.s: Delete.
|
|
|
|
|
* testsuite/gas/h8300/branchh-coff.s: Delete.
|
|
|
|
|
* testsuite/gas/h8300/branchs-coff.s: Delete.
|
|
|
|
|
* testsuite/gas/h8300/ffxx1-coff.d: Delete.
|
|
|
|
|
* testsuite/gas/h8300/ffxx1-coff.s: Delete.
|
|
|
|
|
* testsuite/gas/h8300/h8300-coff.exp: Delete.
|
|
|
|
|
|
2018-04-16 07:46:00 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* app.c: Remove IEEE 695 support.
|
|
|
|
|
* symbols.c: Likewise.
|
|
|
|
|
|
2018-04-16 07:41:22 +02:00
|
|
|
|
2018-04-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Remove netware support.
|
|
|
|
|
* config/tc-i386.c: Likewise.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* config/te-netware.h: Delete.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-15 17:38:23 +02:00
|
|
|
|
2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
|
|
|
|
|
tests for tpause and umwait.
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg-intel.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
|
|
|
|
|
|
2018-04-12 16:07:02 +02:00
|
|
|
|
2018-04-12 John Darrington <john@darrington.wattle.id.au>
|
|
|
|
|
|
|
|
|
|
* as.c (main): Fail if the output is the same as one of the input
|
|
|
|
|
files.
|
|
|
|
|
* testsuite/gas/all/gas.exp: Test the new feature.
|
|
|
|
|
|
2018-04-12 13:01:50 +02:00
|
|
|
|
2018-04-12 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/es.po: Updated Spanish translation.
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-04-09 12:58:50 +02:00
|
|
|
|
2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add WAITPKG.
|
|
|
|
|
(cpu_noarch): Likewise.
|
|
|
|
|
* doc/c-i386.texi: Document WAITPKG.
|
|
|
|
|
* i386/i386.exp: Run WAITPKG tests.
|
|
|
|
|
* testsuite/gas/i386/waitpkg-intel.d: New test.
|
|
|
|
|
* testsuite/gas/i386/waitpkg.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/waitpkg.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-waitpkg.s: Likewise.
|
|
|
|
|
|
Remove i860, i960, bout and aout-adobe targets
Plus remove a few leftovers from the 29k support.
include/
* aout/adobe.h: Delete.
* aout/reloc.h: Delete.
* coff/i860.h: Delete.
* coff/i960.h: Delete.
* elf/i860.h: Delete.
* elf/i960.h: Delete.
* opcode/i860.h: Delete.
* opcode/i960.h: Delete.
* aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
* aout/ar.h (ARMAGB): Remove.
* coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
union internal_auxent): Remove i960 support.
bfd/
* aout-adobe.c: Delete.
* bout.c: Delete.
* coff-i860.c: Delete.
* coff-i960.c: Delete.
* cpu-i860.c: Delete.
* cpu-i960.c: Delete.
* elf32-i860.c: Delete.
* elf32-i960.c: Delete.
* hosts/i860mach3.h: Delete.
* Makefile.am: Remove i860, i960, bout, and adobe support.
* archures.c: Remove i860 and i960 support.
* coffcode.h: Likewise.
* reloc.c: Likewise.
* aoutx.h: Comment updates.
* archive.c: Remove BOUT and i960 support.
* bfd.c: Remove BOUT support.
* coffswap.h: Remove i960 support.
* config.bfd: Remove i860, i960 and adobe targets.
* configure.ac: Remove adode, bout, i860, i960, icoff targets.
* targets.c: Likewise.
* ieee.c: Remove i960 support.
* mach-o.c: Remove i860 support.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* libbfd.h: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
opcodes/
* opcodes/i860-dis.c: Delete.
* opcodes/i960-dis.c: Delete.
* Makefile.am: Remove i860 and i960 support.
* configure.ac: Likewise.
* disassemble.c: Likewise.
* disassemble.h: Likewise.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
binutils/
* ieee.c: Remove i960 support.
* od-macho.c: Remove i860 support.
* readelf.c: Remove i860 and i960 support.
* testsuite/binutils-all/objcopy.exp: Likewise.
* testsuite/binutils-all/objdump.exp: Likewise.
* testsuite/lib/binutils-common.exp: Likewise.
gas/
* config/aout_gnu.h: Delete.
* config/tc-i860.c: Delete.
* config/tc-i860.h: Delete.
* config/tc-i960.c: Delete.
* config/tc-i960.h: Delete.
* doc/c-i860.texi: Delete.
* doc/c-i960.texi: Delete.
* testsuite/gas/i860/README.i860: Delete.
* testsuite/gas/i860/bitwise.d: Delete.
* testsuite/gas/i860/bitwise.s: Delete.
* testsuite/gas/i860/branch.d: Delete.
* testsuite/gas/i860/branch.s: Delete.
* testsuite/gas/i860/bte.d: Delete.
* testsuite/gas/i860/bte.s: Delete.
* testsuite/gas/i860/dir-align01.d: Delete.
* testsuite/gas/i860/dir-align01.s: Delete.
* testsuite/gas/i860/dir-intel01.d: Delete.
* testsuite/gas/i860/dir-intel01.s: Delete.
* testsuite/gas/i860/dir-intel02.d: Delete.
* testsuite/gas/i860/dir-intel02.s: Delete.
* testsuite/gas/i860/dir-intel03-err.l: Delete.
* testsuite/gas/i860/dir-intel03-err.s: Delete.
* testsuite/gas/i860/dual01.d: Delete.
* testsuite/gas/i860/dual01.s: Delete.
* testsuite/gas/i860/dual02-err.l: Delete.
* testsuite/gas/i860/dual02-err.s: Delete.
* testsuite/gas/i860/dual03.d: Delete.
* testsuite/gas/i860/dual03.s: Delete.
* testsuite/gas/i860/fldst01.d: Delete.
* testsuite/gas/i860/fldst01.s: Delete.
* testsuite/gas/i860/fldst02.d: Delete.
* testsuite/gas/i860/fldst02.s: Delete.
* testsuite/gas/i860/fldst03.d: Delete.
* testsuite/gas/i860/fldst03.s: Delete.
* testsuite/gas/i860/fldst04.d: Delete.
* testsuite/gas/i860/fldst04.s: Delete.
* testsuite/gas/i860/fldst05.d: Delete.
* testsuite/gas/i860/fldst05.s: Delete.
* testsuite/gas/i860/fldst06.d: Delete.
* testsuite/gas/i860/fldst06.s: Delete.
* testsuite/gas/i860/fldst07.d: Delete.
* testsuite/gas/i860/fldst07.s: Delete.
* testsuite/gas/i860/fldst08.d: Delete.
* testsuite/gas/i860/fldst08.s: Delete.
* testsuite/gas/i860/float01.d: Delete.
* testsuite/gas/i860/float01.s: Delete.
* testsuite/gas/i860/float02.d: Delete.
* testsuite/gas/i860/float02.s: Delete.
* testsuite/gas/i860/float03.d: Delete.
* testsuite/gas/i860/float03.s: Delete.
* testsuite/gas/i860/float04.d: Delete.
* testsuite/gas/i860/float04.s: Delete.
* testsuite/gas/i860/form.d: Delete.
* testsuite/gas/i860/form.s: Delete.
* testsuite/gas/i860/i860.exp: Delete.
* testsuite/gas/i860/iarith.d: Delete.
* testsuite/gas/i860/iarith.s: Delete.
* testsuite/gas/i860/ldst01.d: Delete.
* testsuite/gas/i860/ldst01.s: Delete.
* testsuite/gas/i860/ldst02.d: Delete.
* testsuite/gas/i860/ldst02.s: Delete.
* testsuite/gas/i860/ldst03.d: Delete.
* testsuite/gas/i860/ldst03.s: Delete.
* testsuite/gas/i860/ldst04.d: Delete.
* testsuite/gas/i860/ldst04.s: Delete.
* testsuite/gas/i860/ldst05.d: Delete.
* testsuite/gas/i860/ldst05.s: Delete.
* testsuite/gas/i860/ldst06.d: Delete.
* testsuite/gas/i860/ldst06.s: Delete.
* testsuite/gas/i860/pfam.d: Delete.
* testsuite/gas/i860/pfam.s: Delete.
* testsuite/gas/i860/pfmam.d: Delete.
* testsuite/gas/i860/pfmam.s: Delete.
* testsuite/gas/i860/pfmsm.d: Delete.
* testsuite/gas/i860/pfmsm.s: Delete.
* testsuite/gas/i860/pfsm.d: Delete.
* testsuite/gas/i860/pfsm.s: Delete.
* testsuite/gas/i860/pseudo-ops01.d: Delete.
* testsuite/gas/i860/pseudo-ops01.s: Delete.
* testsuite/gas/i860/regress01.d: Delete.
* testsuite/gas/i860/regress01.s: Delete.
* testsuite/gas/i860/shift.d: Delete.
* testsuite/gas/i860/shift.s: Delete.
* testsuite/gas/i860/simd.d: Delete.
* testsuite/gas/i860/simd.s: Delete.
* testsuite/gas/i860/system.d: Delete.
* testsuite/gas/i860/system.s: Delete.
* testsuite/gas/i860/xp.d: Delete.
* testsuite/gas/i860/xp.s: Delete.
* Makefile.am: Remove i860 and i960 support.
* configure.tgt: Likewise.
* doc/Makefile.am: Likewise.
* doc/all.texi: Likewise.
* testsuite/gas/all/gas.exp
* config/obj-coff.h: Remove i960 support.
* doc/internals.texi: Likewise.
* expr.c: Likewise.
* read.c: Likewise.
* write.c: Likewise.
* write.h: Likewise.
* testsuite/gas/lns/lns.exp: Likewise.
* testsuite/gas/symver/symver.exp: Likewise.
* config/tc-m68k.c: Remove BOUT support.
* config/tc-score.c: Likewise.
* config/tc-score7.c: Likewise.
* config/tc-sparc.c: Likewise.
* symbols.c: Likewise.
* doc/h8.texi: Likewise.
* configure.ac: Remove BOUT and i860 support.
* doc/as.texinfo: Remove BOUT, i860 and i960 support
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
ld/
* emulparams/coff_i860.sh: Delete.
* emulparams/elf32_i860.sh: Delete.
* emulparams/elf32_i960.sh: Delete.
* emulparams/gld960.sh: Delete.
* emulparams/gld960coff.sh: Delete.
* emulparams/lnk960.sh: Delete.
* emultempl/gld960.em: Delete.
* emultempl/gld960c.em: Delete.
* emultempl/lnk960.em: Delete.
* scripttempl/i860coff.sc: Delete.
* scripttempl/i960.sc: Delete.
* ld.texinfo: Remove i960 support.
* Makefile.am: Remove i860 and i960 support.
* configure.tgt: Likewise.
* testsuite/ld-discard/extern.d: Likewise.
* testsuite/ld-discard/start.d: Likewise.
* testsuite/ld-discard/static.d: Likewise.
* testsuite/ld-elf/compressed1d.d: Likewise.
* testsuite/ld-elf/group1.d: Likewise.
* testsuite/ld-elf/group3b.d: Likewise.
* testsuite/ld-elf/group8a.d: Likewise.
* testsuite/ld-elf/group8b.d: Likewise.
* testsuite/ld-elf/group9a.d: Likewise.
* testsuite/ld-elf/group9b.d: Likewise.
* testsuite/ld-elf/linkonce2.d: Likewise.
* testsuite/ld-elf/merge.d: Likewise.
* testsuite/ld-elf/merge2.d: Likewise.
* testsuite/ld-elf/merge3.d: Likewise.
* testsuite/ld-elf/orphan-10.d: Likewise.
* testsuite/ld-elf/orphan-11.d: Likewise.
* testsuite/ld-elf/orphan-12.d: Likewise.
* testsuite/ld-elf/orphan-9.d: Likewise.
* testsuite/ld-elf/orphan-region.d: Likewise.
* testsuite/ld-elf/orphan.d: Likewise.
* testsuite/ld-elf/orphan3.d: Likewise.
* testsuite/ld-elf/pr12851.d: Likewise.
* testsuite/ld-elf/pr12975.d: Likewise.
* testsuite/ld-elf/pr13177.d: Likewise.
* testsuite/ld-elf/pr13195.d: Likewise.
* testsuite/ld-elf/pr17550a.d: Likewise.
* testsuite/ld-elf/pr17550b.d: Likewise.
* testsuite/ld-elf/pr17550c.d: Likewise.
* testsuite/ld-elf/pr17550d.d: Likewise.
* testsuite/ld-elf/pr17615.d: Likewise.
* testsuite/ld-elf/pr20528a.d: Likewise.
* testsuite/ld-elf/pr20528b.d: Likewise.
* testsuite/ld-elf/pr21562a.d: Likewise.
* testsuite/ld-elf/pr21562b.d: Likewise.
* testsuite/ld-elf/pr21562c.d: Likewise.
* testsuite/ld-elf/pr21562d.d: Likewise.
* testsuite/ld-elf/pr21562i.d: Likewise.
* testsuite/ld-elf/pr21562j.d: Likewise.
* testsuite/ld-elf/pr21562k.d: Likewise.
* testsuite/ld-elf/pr21562l.d: Likewise.
* testsuite/ld-elf/pr21562m.d: Likewise.
* testsuite/ld-elf/pr21562n.d: Likewise.
* testsuite/ld-elf/pr22677.d: Likewise.
* testsuite/ld-elf/pr22836-1a.d: Likewise.
* testsuite/ld-elf/pr22836-1b.d: Likewise.
* testsuite/ld-elf/pr349.d: Likewise.
* testsuite/ld-elf/sec-to-seg.exp: Likewise.
* testsuite/ld-elf/sec64k.exp: Likewise.
* testsuite/ld-elf/warn1.d: Likewise.
* testsuite/ld-elf/warn2.d: Likewise.
* testsuite/ld-elf/warn3.d: Likewise.
* testsuite/lib/ld-lib.exp: Likewise.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
2018-04-11 11:16:05 +02:00
|
|
|
|
2018-04-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/aout_gnu.h: Delete.
|
|
|
|
|
* config/tc-i860.c: Delete.
|
|
|
|
|
* config/tc-i860.h: Delete.
|
|
|
|
|
* config/tc-i960.c: Delete.
|
|
|
|
|
* config/tc-i960.h: Delete.
|
|
|
|
|
* doc/c-i860.texi: Delete.
|
|
|
|
|
* doc/c-i960.texi: Delete.
|
|
|
|
|
* testsuite/gas/i860/README.i860: Delete.
|
|
|
|
|
* testsuite/gas/i860/bitwise.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/bitwise.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/branch.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/branch.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/bte.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/bte.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-align01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-align01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel02.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel02.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel03-err.l: Delete.
|
|
|
|
|
* testsuite/gas/i860/dir-intel03-err.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual02-err.l: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual02-err.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual03.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/dual03.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst02.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst02.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst03.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst03.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst04.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst04.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst05.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst05.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst06.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst06.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst07.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst07.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst08.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/fldst08.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/float01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/float01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/float02.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/float02.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/float03.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/float03.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/float04.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/float04.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/form.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/form.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/i860.exp: Delete.
|
|
|
|
|
* testsuite/gas/i860/iarith.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/iarith.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst02.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst02.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst03.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst03.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst04.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst04.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst05.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst05.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst06.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/ldst06.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfam.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfam.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfmam.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfmam.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfmsm.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfmsm.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfsm.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/pfsm.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/pseudo-ops01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/pseudo-ops01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/regress01.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/regress01.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/shift.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/shift.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/simd.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/simd.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/system.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/system.s: Delete.
|
|
|
|
|
* testsuite/gas/i860/xp.d: Delete.
|
|
|
|
|
* testsuite/gas/i860/xp.s: Delete.
|
|
|
|
|
* Makefile.am: Remove i860 and i960 support.
|
|
|
|
|
* configure.tgt: Likewise.
|
|
|
|
|
* doc/Makefile.am: Likewise.
|
|
|
|
|
* doc/all.texi: Likewise.
|
|
|
|
|
* testsuite/gas/all/gas.exp
|
|
|
|
|
* config/obj-coff.h: Remove i960 support.
|
|
|
|
|
* doc/internals.texi: Likewise.
|
|
|
|
|
* expr.c: Likewise.
|
|
|
|
|
* read.c: Likewise.
|
|
|
|
|
* write.c: Likewise.
|
|
|
|
|
* write.h: Likewise.
|
|
|
|
|
* testsuite/gas/lns/lns.exp: Likewise.
|
|
|
|
|
* testsuite/gas/symver/symver.exp: Likewise.
|
|
|
|
|
* config/tc-m68k.c: Remove BOUT support.
|
|
|
|
|
* config/tc-score.c: Likewise.
|
|
|
|
|
* config/tc-score7.c: Likewise.
|
|
|
|
|
* config/tc-sparc.c: Likewise.
|
|
|
|
|
* symbols.c: Likewise.
|
|
|
|
|
* doc/h8.texi: Likewise.
|
|
|
|
|
* configure.ac: Remove BOUT and i860 support.
|
|
|
|
|
* doc/as.texinfo: Remove BOUT, i860 and i960 support
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
* po/POTFILES.in: Regenerate.
|
|
|
|
|
|
2018-04-06 00:31:41 +02:00
|
|
|
|
2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22318
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2018-04-04 13:36:44 +02:00
|
|
|
|
2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/23025
|
|
|
|
|
* testsuite/gas/i386/prefix.s: Add tests for vcvtpd2dq with
|
|
|
|
|
VEX and EVEX prefixes.
|
|
|
|
|
* testsuite/gas/i386/prefix.d: Updated.
|
|
|
|
|
|
2018-03-30 15:33:27 +02:00
|
|
|
|
2018-03-30 Peter Bergner <bergner@vnet.ibm.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/23013
|
|
|
|
|
* config/tc-ppc.c (ppc_set_cpu): Select appropriate cpu when ppc_obj64
|
|
|
|
|
and little endian.
|
|
|
|
|
|
2018-03-28 19:03:55 +02:00
|
|
|
|
2018-03-28 Renlin Li <renlin.li@arm.com>
|
|
|
|
|
|
|
|
|
|
PR ld/22970
|
|
|
|
|
* config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and
|
|
|
|
|
tprel_lo12_nc with pseudo relocations.
|
|
|
|
|
(ldst_lo12_determine_real_reloc_type): Add new relocations support.
|
|
|
|
|
(parse_operands): Handle BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12 and
|
|
|
|
|
BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC pseudo relocations.
|
|
|
|
|
(md_apply_fix): Add handling for new relocation.
|
|
|
|
|
(aarch64_force_relocation): Likewise.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: New.
|
|
|
|
|
|
2018-03-28 14:25:07 +02:00
|
|
|
|
2018-03-28 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperands): Replace uses of
|
|
|
|
|
.vecesize. Always initialize op.
|
|
|
|
|
* testsuite/gas/i386/avx512_vpopcntdq.s,
|
|
|
|
|
testsuite/gas/i386/avx512bitalg_vl.s: Add Intel syntax vpopcnt
|
|
|
|
|
broadcast cases with explicit operand size.
|
|
|
|
|
* testsuite/gas/i386/avx512_vpopcntdq.d,
|
|
|
|
|
testsuite/gas/i386/avx512_vpopcntdq-intel.d,
|
|
|
|
|
testsuite/gas/i386/avx512bitalg_vl.d
|
|
|
|
|
testsuite/gas/i386/avx512bitalg_vl-intel.d: Adjust expectations.
|
|
|
|
|
|
2018-03-28 14:24:05 +02:00
|
|
|
|
2018-03-28 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
|
|
|
|
|
(check_VecOperands): Re-write broadcast validation code.
|
|
|
|
|
(check_VecOperations): Replace BROADCAST_1TO* uses.
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.s: Add various broadcast
|
|
|
|
|
cases.
|
|
|
|
|
* testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
|
|
|
|
|
|
2018-03-28 14:22:56 +02:00
|
|
|
|
2018-03-28 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (process_suffix): Check .todword/.toqword
|
|
|
|
|
before zapping suffix.
|
|
|
|
|
|
2018-03-28 14:22:00 +02:00
|
|
|
|
2018-03-28 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
|
|
|
|
|
cvt*2si.
|
|
|
|
|
|
2018-03-28 10:44:45 +02:00
|
|
|
|
2018-03-28 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 22988
|
|
|
|
|
* config/tc-aarch64.c (parse_operands): Add code to handle
|
|
|
|
|
AARCH64_OPN_SVE_ADDR_R.
|
|
|
|
|
* testsuite/gas/aarch64/sve.s: Add tests for LDFF1xx instructions
|
|
|
|
|
with an assumed XZR offset address register.
|
|
|
|
|
* testsuite/gas/aarch64/sve.d: Update expected disassembly.
|
|
|
|
|
|
2018-03-22 08:47:16 +01:00
|
|
|
|
2018-03-22 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperands): Latch
|
|
|
|
|
i.broadcast->operand into op.
|
|
|
|
|
|
2018-03-22 08:33:38 +01:00
|
|
|
|
2018-03-22 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_template): Special case base opcode
|
|
|
|
|
0xa0 with HLE prefix.
|
|
|
|
|
* testsuite/gas/i386/hle.s: Add mov-accumulator-to-disp cases.
|
|
|
|
|
* testsuite/gas/i386/hle.d, testsuite/gas/i386/hle-intel.d:
|
|
|
|
|
Adjust expectations.
|
|
|
|
|
|
2018-03-22 08:32:50 +01:00
|
|
|
|
2018-03-22 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/opts.s: Add bndmov cases.
|
|
|
|
|
* testsuite/gas/i386/opts.d, testsuite/gas/i386/opts-intel.d,
|
|
|
|
|
testsuite/gas/i386/sse2avx-opts.d,
|
|
|
|
|
testsuite/gas/i386/sse2avx-opts-intel.d: Adjust expectations.
|
|
|
|
|
|
2018-03-22 08:31:43 +01:00
|
|
|
|
2018-03-22 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_mem_size): Extend sub-xmmword
|
|
|
|
|
exceptions.
|
|
|
|
|
* testsuite/gas/i386/xmmword.l, testsuite/gas/i386/xmmword.s:
|
|
|
|
|
New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-03-22 08:29:45 +01:00
|
|
|
|
2018-03-22 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_template): Also match 2nd and 4th
|
|
|
|
|
operand's register sizes.
|
|
|
|
|
* testsuite/gas/i386/unspec.l, testsuite/gas/i386/unspec.s: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-03-19 11:49:13 +01:00
|
|
|
|
2018-03-19 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/uk.po: Updated Ukranian translation.
|
|
|
|
|
|
2018-03-16 18:03:57 +01:00
|
|
|
|
2018-03-16 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (check_absolute_expr): Expand comment. New
|
|
|
|
|
parameter maybe_csr. If maybe_csr and O_symbol, print CSR name.
|
|
|
|
|
(riscv_ip): Add new argument to check_absolute_expr calls.
|
|
|
|
|
* testsuite/gas/riscv/bad-csr.d: New.
|
|
|
|
|
* testsuite/gas/riscv/bad-csr.l: New.
|
|
|
|
|
* testsuite/gas/riscv/bad-csr.s: New.
|
|
|
|
|
|
2018-03-15 00:04:03 +01:00
|
|
|
|
2018-03-14 Kito Cheng <kito.cheng@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (opcode_name_list): New.
|
|
|
|
|
(opcode_names_hash): Likewise.
|
|
|
|
|
(init_opcode_names_hash): Likewise.
|
|
|
|
|
(opcode_name_lookup): Likewise.
|
|
|
|
|
(validate_riscv_insn): New argument length, and add new format
|
|
|
|
|
which used in .insn directive.
|
|
|
|
|
(md_begin): Refine hash table initialization logic into
|
|
|
|
|
init_opcode_hash.
|
|
|
|
|
(init_opcode_hash): New.
|
|
|
|
|
(my_getOpcodeExpression): Parse opcode name for .insn.
|
|
|
|
|
(riscv_ip): New argument hash, able to handle .insn directive.
|
|
|
|
|
(s_riscv_insn): Handler for .insn directive.
|
|
|
|
|
(riscv_pseudo_table): New entry for .insn.
|
|
|
|
|
* doc/c-riscv.texi: Add documentation for .insn directive.
|
|
|
|
|
* testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
|
|
|
|
|
* testsuite/gas/riscv/insn.s: Likewise.
|
|
|
|
|
|
2018-03-13 17:57:29 +01:00
|
|
|
|
2018-03-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-03-09 17:10:27 +01:00
|
|
|
|
2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (optimize_encoding): Encode EVEX instructions
|
|
|
|
|
with VEX128 if EVEX encoding isn't required.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
|
|
|
|
|
|
2018-03-09 12:51:19 +01:00
|
|
|
|
2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (check_VecOperations): Strip whitespace.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.s: Add whitespaces before
|
|
|
|
|
{%k7} and {z},
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
|
|
|
|
|
|
2018-03-09 04:57:35 +01:00
|
|
|
|
2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
|
|
|
|
|
(md_parse_option): Likewise.
|
|
|
|
|
(optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
|
|
|
|
|
for cpuavx512vl instead of cpu_arch_flags. Optimize EVEX with
|
|
|
|
|
EVEX128 when EVEX encoding is required.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
|
|
|
|
|
x86-64-optimize-5 and x86-64-optimize-6.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-4.d: New file.
|
|
|
|
|
* testsuite/gas/i386/optimize-4.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-5.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
|
|
|
|
|
|
2018-03-08 15:41:34 +01:00
|
|
|
|
2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
|
|
|
|
|
as "xor reg32, reg32".
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-1.d: Updated.
|
|
|
|
|
|
2018-03-08 15:31:32 +01:00
|
|
|
|
2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Mention -mold-gcc removal.
|
|
|
|
|
* config/tc-i386.c (i386_error): Remove old_gcc_only.
|
|
|
|
|
(old_gcc): Removed.
|
|
|
|
|
(match_template): Remove old gcc support.
|
|
|
|
|
(OPTION_MOLD_GCC): Removed.
|
|
|
|
|
(OPTION_MRELAX_RELOCATIONS): Updated.
|
|
|
|
|
(md_longopts): Remove OPTION_MOLD_GCC.
|
|
|
|
|
(md_parse_option): Likewise.
|
|
|
|
|
(md_show_usage): Remove -mold-gcc.
|
|
|
|
|
* testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
|
|
|
|
|
(<= 2.8.1) versions of gcc.
|
|
|
|
|
* testsuite/gas/i386/intel.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/general.l: Updated.
|
|
|
|
|
* testsuite/gas/i386/intel-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/intel.e: Likewise.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
|
|
|
|
|
|
2018-03-08 08:58:55 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (is_evex_encoding): New.
|
|
|
|
|
(optimize_encoding, md_assemble, md_assemble,
|
|
|
|
|
VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
|
|
|
|
|
(build_evex_prefix): Derive EVEX length field from actual
|
|
|
|
|
operands if the template allows multiple ones.
|
|
|
|
|
|
2018-03-08 08:58:05 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
|
|
|
|
|
with 3rd (immediate) operand.
|
|
|
|
|
|
2018-03-08 08:52:27 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
|
|
|
|
|
ZMMWORD_MNEM_SUFFIX): Delete.
|
|
|
|
|
(process_suffix): Drop their uses. Re-arrange final part of
|
|
|
|
|
logic into a switch() statement. Drop special casing of
|
|
|
|
|
cmpxchg8b.
|
|
|
|
|
|
2018-03-08 08:51:18 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (match_template): Also match register
|
|
|
|
|
operands 0 and 2 for 3-operand forms.
|
|
|
|
|
* testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
|
|
|
|
|
New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-03-08 08:50:13 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (process_suffix): Do common part of register
|
|
|
|
|
checks first.
|
|
|
|
|
|
2018-03-08 08:48:10 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (parse_insn): Move success return up. Combine
|
|
|
|
|
failure returns.
|
|
|
|
|
|
2018-03-08 08:47:32 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
|
|
|
|
|
logic. Add respective logic for AVX512F.
|
|
|
|
|
* testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
|
|
|
|
|
testsuite/gas/i386/arch-avx-1.d,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-1.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-2.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-3.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-4.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-5.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
|
|
|
|
|
* testsuite/gas/i386/arch-avx-1-7.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-7.s,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-8.l,
|
|
|
|
|
testsuite/gas/i386/arch-avx-1-8.s,
|
|
|
|
|
testsuite/gas/i386/avx512f-plain.l,
|
|
|
|
|
testsuite/gas/i386/avx512f-plain.s,
|
|
|
|
|
testsuite/gas/i386/avx512vl-plain.l,
|
|
|
|
|
testsuite/gas/i386/avx512vl-plain.s: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new tests.
|
|
|
|
|
|
2018-03-08 08:45:56 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
|
|
|
|
|
|
2018-03-08 08:45:25 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
|
|
|
|
|
(cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
|
|
|
|
|
CPU_FLAGS_32BIT_MATCH.
|
|
|
|
|
|
2018-03-08 08:44:52 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
|
|
|
|
|
CPU_FLAGS_PCLMUL_MATCH): Delete.
|
|
|
|
|
(CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
|
|
|
|
|
(cpu_flags_match): Combine AVX checks into
|
|
|
|
|
single if().
|
|
|
|
|
|
2018-03-08 08:44:12 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_flags_match): Drop "else" branches
|
|
|
|
|
setting CPU_FLAGS_ARCH_MATCH.
|
|
|
|
|
|
2018-03-08 08:35:01 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (md_assemble): Extend SSE check conditional.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
|
|
|
|
|
testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
|
|
|
|
|
testsuite/gas/i386/ilp32/x86-64-sse-check.d,
|
|
|
|
|
testsuite/gas/i386/sse-check-none.d,
|
|
|
|
|
testsuite/gas/i386/sse-check-warn.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-sse-check.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-sse-check-none.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
|
|
|
|
|
* testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
|
|
|
|
|
tests.
|
|
|
|
|
* testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
|
|
|
|
|
of sse-check.s.
|
|
|
|
|
* testsuite/gas/i386/sse-check.d: Adjust expectations.
|
|
|
|
|
* testsuite/gas/i386/sse-check-error.l,
|
|
|
|
|
testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/sse-check-warn.e: Likewise.
|
|
|
|
|
|
2018-03-08 08:34:09 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (operand_size_match): Drop / replace uses of
|
|
|
|
|
.floatd.
|
|
|
|
|
|
2018-03-08 08:33:06 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/intel-intel.d: New.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run new test.
|
|
|
|
|
|
2018-03-08 08:27:28 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (process_operands): Access operands only
|
|
|
|
|
after operand count assertion. Sanitize warning text. Fix
|
|
|
|
|
indentation.
|
|
|
|
|
* testsuite/gas/i386/avx512_4fmaps-warn.l,
|
|
|
|
|
gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
|
|
|
|
|
|
2018-03-08 08:26:35 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movd.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
|
|
|
|
|
|
2018-03-08 08:25:31 +01:00
|
|
|
|
2018-03-08 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (operand_type_and_not): New.
|
|
|
|
|
(build_modrm_byte): Use it to prevent clearing unrelated bits.
|
|
|
|
|
|
2018-03-08 05:04:09 +01:00
|
|
|
|
2018-03-08 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
|
|
|
|
|
don't emit a group terminating nop for power9. Simplify cpu
|
|
|
|
|
tests.
|
|
|
|
|
|
2018-03-08 00:47:41 +01:00
|
|
|
|
2018-03-08 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_handle_align): Don't emit a group
|
|
|
|
|
terminating nop for power9.
|
|
|
|
|
|
2018-03-07 13:18:45 +01:00
|
|
|
|
2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22874
|
|
|
|
|
* config/tc-i386.c (f32_5): Removed.
|
|
|
|
|
(f32_8): Likewise.
|
|
|
|
|
(f32_9): Likewise.
|
|
|
|
|
(f32_10): Likewise.
|
|
|
|
|
(f32_11): Likewise.
|
|
|
|
|
(f32_12): Likewise.
|
|
|
|
|
(f32_13): Likewise.
|
|
|
|
|
(f32_14): Likewise.
|
|
|
|
|
(f16_5): Likewise.
|
|
|
|
|
(f16_6): Likewise.
|
|
|
|
|
(f16_7): Likewise.
|
|
|
|
|
(f16_8): Likewise.
|
|
|
|
|
(jump_31): Likewise.
|
|
|
|
|
(alt64_11): Likewise.
|
|
|
|
|
(alt64_patt): Likewise.
|
|
|
|
|
(jump_disp8): New.
|
|
|
|
|
(jump32_disp32): Likewise.
|
|
|
|
|
(jump16_disp32): Likewise.
|
|
|
|
|
(alt_11): Likewise.
|
|
|
|
|
(f32_patt): Updated.
|
|
|
|
|
(f16_patt): Likewise.
|
|
|
|
|
(alt_patt): Add alt_11.
|
|
|
|
|
(i386_align_code): Merged with ...
|
|
|
|
|
(i386_generate_nops): This. Rewritten.
|
|
|
|
|
(fits_in_imm7): Moved before i386_generate_nops.
|
|
|
|
|
(fits_in_imm31): Likewise.
|
|
|
|
|
* config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
|
|
|
|
|
4095.
|
|
|
|
|
(i386_align_code): Removed.
|
|
|
|
|
(HANDLE_ALIGN): Rewritten with i386_generate_nops.
|
|
|
|
|
* doc/as.texinfo: Update limits of control byte for x86 .nops
|
|
|
|
|
directive.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
|
|
|
|
|
* gas/testsuite/gas/i386/noavx-3.l: Updated.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-1.s: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-2.s: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-3.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-4.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-5.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-5.s: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-6.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-3.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-4.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-5.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-6.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops16-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-7.d: New file.
|
|
|
|
|
* gas/testsuite/gas/i386/nops-7.s: Likewise.
|
|
|
|
|
* gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
|
|
|
|
|
|
2018-03-07 01:36:15 +01:00
|
|
|
|
2018-03-07 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/ppc/aix.exp: Run for rs6000 too.
|
|
|
|
|
* testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
|
|
|
|
|
* testsuite/gas/ppc/machine.d: Don't run for PE targets.
|
|
|
|
|
|
2018-03-02 11:46:32 +01:00
|
|
|
|
2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (md_begin): Add NULL pointer check before
|
|
|
|
|
dereferencing march_ext_opt.
|
|
|
|
|
|
[ARM] Clean up selection of feature bits
I've always found the code in ARM backend of gas to control what
CPU/architecture and FPU are selected by the user and to support
autodetection of features complex and confusing. Chief among the
issues I have with that code is the lack of comments to explain
the meaning of the various variables. This patch addresses that
and much more:
- add comments to explain meaning of all arm_feature_set variables
- keep track of currently selected CPU, extensions and FPU in a separate
set of new variables
- make naming of variable more consistent
- remove dead code
- simplify handling of extensions
The overall approach is as follows:
* restrict m*_opt variable to hold the feature bits of the
corresponding mcpu/march/mfpu command-line options
* record selected CPU, extensions and FPU in new selected_* during
md_begin
* whenever a .cpu/.arch/.arch_extension/.fpu directive is met, update
the corresponding selected_* variables (eg. selected_arch, then
selected_cpu for a .cpu or .arch directive) and then finally
cpu_variant from them
* pass extension feature set pointer by value to arm_parse_extension
since it's only ever called from arm_parse_cpu and arm_parse_arch
which allocate the extension feature set themselves
* likewise, remove allocation from s_arm_arch_extension since the use
of arm_feature_set structure for selected_ext rather than a pointer
alleviate the need for it
* in autodetection mode, only set all CPU fits in cpu_variant but leave
selected_cpu* variables unset
* in md_begin, remove dead "else if" to set a default FPU when no FPU
was selected. Setting a default FPU based on CPU as did the code
before it turn dead should be based on the default FPU field of the
CPU and architecture table as will be done in a separate patch. Logic
is wrong anyway since it sets VFP2 as default FPU for Armv6-M and
Armv7-M
Hopefully that should be enough to understand the change but if not feel
free to ask questions about the patch. While I believe the new code is
easier to understand, it remains complex and the old one was even more
complex so the change is difficult to understand.
2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
gas/
* config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
(dyn_mcpu_ext_opt): Also rename into ...
(mcpu_ext_opt): This.
(dyn_march_ext_opt): Also rename into ...
(march_ext_opt): This.
(object_arch): Also rename into ...
(selected_object_arch): This and make it a plain arm_feature_set
structure.
(selected_arch, selected_ext, selected_fpu): New static variables.
(mark_feature_used): Fix comments, feature is marked as used iff it is
currently allowed.
(do_bx): Adapt to change in name and type of object_arch.
(md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
Remove dead code to set default FPU if architecture version is greater
than 5. Set all CPU bits of cpu_variant directly in autodection
leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
(arm_parse_extension): Take extension feature set pointer parameter by
value rather than by pointer. Remove allocation code. Adapt code
accordingly.
(arm_parse_cpu): Adapt to variable renaming and changes in
arm_parse_extension () signature.
(arm_parse_arch): Likewise.
(aeabi_set_public_attributes): Also set selected_arch and selected_ext
in addition to selected_cpu. Set flags_arch and flags_ext from them
instead of selected_cpu. Adapt to variables renaming and type change.
(arm_md_post_relax): Adapt to variable renaming.
(s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
cpu_variant from selected_cpu and selected_fpu.
(s_arm_arch): Likewise.
(s_arm_object_arch): Adapt to variable renaming.
(s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
code.
(s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
bits if in autodetection mode.
2018-03-01 17:22:28 +01:00
|
|
|
|
2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
|
|
|
|
|
legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
|
|
|
|
|
mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
|
|
|
|
|
mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
|
|
|
|
|
(dyn_mcpu_ext_opt): Also rename into ...
|
|
|
|
|
(mcpu_ext_opt): This.
|
|
|
|
|
(dyn_march_ext_opt): Also rename into ...
|
|
|
|
|
(march_ext_opt): This.
|
|
|
|
|
(object_arch): Also rename into ...
|
|
|
|
|
(selected_object_arch): This and make it a plain arm_feature_set
|
|
|
|
|
structure.
|
|
|
|
|
(selected_arch, selected_ext, selected_fpu): New static variables.
|
|
|
|
|
(mark_feature_used): Fix comments, feature is marked as used iff it is
|
|
|
|
|
currently allowed.
|
|
|
|
|
(do_bx): Adapt to change in name and type of object_arch.
|
|
|
|
|
(md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
|
|
|
|
|
rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
|
|
|
|
|
Remove dead code to set default FPU if architecture version is greater
|
|
|
|
|
than 5. Set all CPU bits of cpu_variant directly in autodection
|
|
|
|
|
leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
|
|
|
|
|
(arm_parse_extension): Take extension feature set pointer parameter by
|
|
|
|
|
value rather than by pointer. Remove allocation code. Adapt code
|
|
|
|
|
accordingly.
|
|
|
|
|
(arm_parse_cpu): Adapt to variable renaming and changes in
|
|
|
|
|
arm_parse_extension () signature.
|
|
|
|
|
(arm_parse_arch): Likewise.
|
|
|
|
|
(aeabi_set_public_attributes): Also set selected_arch and selected_ext
|
|
|
|
|
in addition to selected_cpu. Set flags_arch and flags_ext from them
|
|
|
|
|
instead of selected_cpu. Adapt to variables renaming and type change.
|
|
|
|
|
(arm_md_post_relax): Adapt to variable renaming.
|
|
|
|
|
(s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
|
|
|
|
|
mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
|
|
|
|
|
cpu_variant from selected_cpu and selected_fpu.
|
|
|
|
|
(s_arm_arch): Likewise.
|
|
|
|
|
(s_arm_object_arch): Adapt to variable renaming.
|
|
|
|
|
(s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
|
|
|
|
|
set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
|
|
|
|
|
Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
|
|
|
|
|
code.
|
|
|
|
|
(s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
|
|
|
|
|
bits if in autodetection mode.
|
|
|
|
|
|
2018-03-01 15:08:04 +01:00
|
|
|
|
2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (optimize_encoding): Optimize AVX256 and
|
|
|
|
|
AVX512 vpsub[bwdq] instructions.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
|
|
|
|
|
AVX512 vpsub[bwdq] instructions.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
|
|
|
|
|
|
2018-02-28 22:56:51 +01:00
|
|
|
|
2018-03-01 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure.ac (ALL_LINGUAS): Add uk. Sort.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-02-27 23:45:48 +01:00
|
|
|
|
2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Rename .nop to .nops.
|
|
|
|
|
* doc/as.texinfo: Likewise.
|
|
|
|
|
* read.c (potable): Add "nops". Remove "nop".
|
|
|
|
|
(s_nop): Renamed to ...
|
|
|
|
|
(s_nops): This.
|
|
|
|
|
* read.h (s_nop): Renamed to ...
|
|
|
|
|
(s_nops): This.
|
|
|
|
|
* write.c (cvt_frag_to_fill): Rename .nop to .nops.
|
|
|
|
|
(md_generate_nops): Likewise.
|
|
|
|
|
(relax_segment): Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-1.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/nop-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-3.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-4.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-4.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-5.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-6.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-6.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-bad-1.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-bad-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-4.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-6.d: Likewise.
|
|
|
|
|
|
x86: Add -O[2|s] assembler command-line options
On x86, some instructions have alternate shorter encodings:
1. When the upper 32 bits of destination registers of
andq $imm31, %r64
testq $imm31, %r64
xorq %r64, %r64
subq %r64, %r64
known to be zero, we can encode them without the REX_W bit:
andl $imm31, %r32
testl $imm31, %r32
xorl %r32, %r32
subl %r32, %r32
This optimization is enabled with -O, -O2 and -Os.
2. Since 0xb0 mov with 32-bit destination registers zero-extends 32-bit
immediate to 64-bit destination register, we can use it to encode 64-bit
mov with 32-bit immediates. This optimization is enabled with -O, -O2
and -Os.
3. Since the upper bits of destination registers of VEX128 and EVEX128
instructions are extended to zero, if all bits of destination registers
of AVX256 or AVX512 instructions are zero, we can use VEX128 or EVEX128
encoding to encode AVX256 or AVX512 instructions. When 2 source
registers are identical, AVX256 and AVX512 andn and xor instructions:
VOP %reg, %reg, %dest_reg
can be encoded with
VOP128 %reg, %reg, %dest_reg
This optimization is enabled with -O2 and -Os.
4. 16-bit, 32-bit and 64-bit register tests with immediate may be
encoded as 8-bit register test with immediate. This optimization is
enabled with -Os.
This patch does:
1. Add {nooptimize} pseudo prefix to disable instruction size
optimization.
2. Add optimize to i386_opcode_modifier to tell assembler that encoding
of an instruction may be optimized.
gas/
PR gas/22871
* NEWS: Mention -O[2|s].
* config/tc-i386.c (_i386_insn): Add no_optimize.
(optimize): New.
(optimize_for_space): Likewise.
(fits_in_imm7): New function.
(fits_in_imm31): Likewise.
(optimize_encoding): Likewise.
(md_assemble): Call optimize_encoding to optimize encoding.
(parse_insn): Handle {nooptimize}.
(md_shortopts): Append "O::".
(md_parse_option): Handle -On.
* doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
as {nooptimize}.
* testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
* testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
* testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
optimize-3, x86-64-optimize-1, x86-64-optimize-2,
x86-64-optimize-3 and x86-64-optimize-4.
* testsuite/gas/i386/optimize-1.d: New file.
* testsuite/gas/i386/optimize-1.s: Likewise.
* testsuite/gas/i386/optimize-2.d: Likewise.
* testsuite/gas/i386/optimize-2.s: Likewise.
* testsuite/gas/i386/optimize-3.d: Likewise.
* testsuite/gas/i386/optimize-3.s: Likewise.
* testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
* testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
* testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
* testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
* testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
* testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
* testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
opcodes/
PR gas/22871
* i386-gen.c (opcode_modifiers): Add Optimize.
* i386-opc.h (Optimize): New enum.
(i386_opcode_modifier): Add optimize.
* i386-opc.tbl: Add "Optimize" to "mov $imm, reg",
"sub reg, reg/mem", "test $imm, acc", "test $imm, reg/mem",
"and $imm, acc", "and $imm, reg/mem", "xor reg, reg/mem",
"movq $imm, reg" and AVX256 and AVX512 versions of vandnps,
vandnpd, vpandn, vpandnd, vpandnq, vxorps, vxorpd, vpxor,
vpxord and vpxorq.
* i386-tbl.h: Regenerated.
2018-02-27 16:36:33 +01:00
|
|
|
|
2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22871
|
|
|
|
|
* NEWS: Mention -O[2|s].
|
|
|
|
|
* config/tc-i386.c (_i386_insn): Add no_optimize.
|
|
|
|
|
(optimize): New.
|
|
|
|
|
(optimize_for_space): Likewise.
|
|
|
|
|
(fits_in_imm7): New function.
|
|
|
|
|
(fits_in_imm31): Likewise.
|
|
|
|
|
(optimize_encoding): Likewise.
|
|
|
|
|
(md_assemble): Call optimize_encoding to optimize encoding.
|
|
|
|
|
(parse_insn): Handle {nooptimize}.
|
|
|
|
|
(md_shortopts): Append "O::".
|
|
|
|
|
(md_parse_option): Handle -On.
|
|
|
|
|
* doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
|
|
|
|
|
as {nooptimize}.
|
|
|
|
|
* testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
|
|
|
|
|
* testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
|
|
|
|
|
optimize-3, x86-64-optimize-1, x86-64-optimize-2,
|
|
|
|
|
x86-64-optimize-3 and x86-64-optimize-4.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.d: New file.
|
|
|
|
|
* testsuite/gas/i386/optimize-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/optimize-3.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
|
|
|
|
|
|
2018-02-27 13:27:30 +01:00
|
|
|
|
2018-02-27 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-02-26 17:11:03 +01:00
|
|
|
|
2018-02-26 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
|
|
|
|
|
descriptions.
|
|
|
|
|
|
2018-02-26 12:28:23 +01:00
|
|
|
|
2018-02-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* doc/as.texinfo (Dc): Fix typo.
|
|
|
|
|
|
MIPS messages
More standardization of messages.
bfd/
* elfxx-mips.c: Standardize error/warning messages.
binutils/
* testsuite/binutils-all/mips/mips-reginfo-n32.d,
* testsuite/binutils-all/mips/mips-reginfo.d: Update.
gas/
* testsuite/gas/mips/reginfo-2.l: Update.
ld/
* testsuite/ld-mips-elf/attr-gnu-4-12.d,
* testsuite/ld-mips-elf/attr-gnu-4-13.d,
* testsuite/ld-mips-elf/attr-gnu-4-14.d,
* testsuite/ld-mips-elf/attr-gnu-4-16.d,
* testsuite/ld-mips-elf/attr-gnu-4-17.d,
* testsuite/ld-mips-elf/attr-gnu-4-18.d,
* testsuite/ld-mips-elf/attr-gnu-4-19.d,
* testsuite/ld-mips-elf/attr-gnu-4-21.d,
* testsuite/ld-mips-elf/attr-gnu-4-23.d,
* testsuite/ld-mips-elf/attr-gnu-4-24.d,
* testsuite/ld-mips-elf/attr-gnu-4-25.d,
* testsuite/ld-mips-elf/attr-gnu-4-26.d,
* testsuite/ld-mips-elf/attr-gnu-4-27.d,
* testsuite/ld-mips-elf/attr-gnu-4-28.d,
* testsuite/ld-mips-elf/attr-gnu-4-29.d,
* testsuite/ld-mips-elf/attr-gnu-4-31.d,
* testsuite/ld-mips-elf/attr-gnu-4-32.d,
* testsuite/ld-mips-elf/attr-gnu-4-34.d,
* testsuite/ld-mips-elf/attr-gnu-4-35.d,
* testsuite/ld-mips-elf/attr-gnu-4-36.d,
* testsuite/ld-mips-elf/attr-gnu-4-37.d,
* testsuite/ld-mips-elf/attr-gnu-4-38.d,
* testsuite/ld-mips-elf/attr-gnu-4-39.d,
* testsuite/ld-mips-elf/attr-gnu-4-41.d,
* testsuite/ld-mips-elf/attr-gnu-4-42.d,
* testsuite/ld-mips-elf/attr-gnu-4-43.d,
* testsuite/ld-mips-elf/attr-gnu-4-45.d,
* testsuite/ld-mips-elf/attr-gnu-4-46.d,
* testsuite/ld-mips-elf/attr-gnu-4-47.d,
* testsuite/ld-mips-elf/attr-gnu-4-48.d,
* testsuite/ld-mips-elf/attr-gnu-4-49.d,
* testsuite/ld-mips-elf/attr-gnu-4-52.d,
* testsuite/ld-mips-elf/attr-gnu-4-53.d,
* testsuite/ld-mips-elf/attr-gnu-4-54.d,
* testsuite/ld-mips-elf/attr-gnu-4-58.d,
* testsuite/ld-mips-elf/attr-gnu-4-59.d,
* testsuite/ld-mips-elf/attr-gnu-4-61.d,
* testsuite/ld-mips-elf/attr-gnu-4-62.d,
* testsuite/ld-mips-elf/attr-gnu-4-63.d,
* testsuite/ld-mips-elf/attr-gnu-4-64.d,
* testsuite/ld-mips-elf/attr-gnu-4-68.d,
* testsuite/ld-mips-elf/attr-gnu-4-69.d,
* testsuite/ld-mips-elf/attr-gnu-4-71.d,
* testsuite/ld-mips-elf/attr-gnu-4-72.d,
* testsuite/ld-mips-elf/attr-gnu-4-73.d,
* testsuite/ld-mips-elf/attr-gnu-4-74.d,
* testsuite/ld-mips-elf/attr-gnu-4-78.d,
* testsuite/ld-mips-elf/attr-gnu-4-79.d,
* testsuite/ld-mips-elf/attr-gnu-4-81.d,
* testsuite/ld-mips-elf/attr-gnu-4-89.d,
* testsuite/ld-mips-elf/attr-gnu-8-12.d,
* testsuite/ld-mips-elf/attr-gnu-8-21.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic.d,
* testsuite/ld-mips-elf/mode-change-error-1.d,
* testsuite/ld-mips-elf/unaligned-branch-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
* testsuite/ld-mips-elf/unaligned-branch.d,
* testsuite/ld-mips-elf/unaligned-jalx-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jump-micromips.d,
* testsuite/ld-mips-elf/unaligned-jump-mips16.d,
* testsuite/ld-mips-elf/unaligned-jump.d: Update.
2018-02-20 11:32:16 +01:00
|
|
|
|
2018-02-26 Alan Modra <amodra@gmail.com>
|
BFD messages
bfd/
* archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
* syms.c: Standardize error/warning messages.
binutils/
* testsuite/binutils-all/mips/mips-reginfo-n32.d,
* testsuite/binutils-all/mips/mips-reginfo.d: Update.
gas/
* testsuite/gas/mips/reginfo-2.l: Update.
ld/
* testsuite/ld-arm/cmse-implib-errors.out,
* testsuite/ld-arm/cmse-new-earlier-later-implib.out,
* testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
* testsuite/ld-arm/cmse-new-wrong-implib.out,
* testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
* testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
* testsuite/ld-cris/badgotr1.d,
* testsuite/ld-cris/tls-err-24.d,
* testsuite/ld-cris/tls-err-25.d,
* testsuite/ld-cris/tls-err-26.d,
* testsuite/ld-cris/tls-err-27.d,
* testsuite/ld-cris/tls-err-28.d,
* testsuite/ld-cris/tls-err-40.d,
* testsuite/ld-cris/tls-err-44.d,
* testsuite/ld-cris/tls-err-48.d,
* testsuite/ld-cris/tls-err-52.d,
* testsuite/ld-cris/tls-err-53.d,
* testsuite/ld-cris/tls-err-55.d,
* testsuite/ld-cris/tls-err-56.d,
* testsuite/ld-cris/tls-err-62.d,
* testsuite/ld-cris/tls-err-65.d,
* testsuite/ld-cris/tls-err-77.d,
* testsuite/ld-elf/empty-implib.out,
* testsuite/ld-elf/indirect.exp: Update.
2018-02-21 03:39:29 +01:00
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/reginfo-2.l: Update.
|
|
|
|
|
|
|
|
|
|
2018-02-23 Alan Modra <amodra@gmail.com>
|
MIPS messages
More standardization of messages.
bfd/
* elfxx-mips.c: Standardize error/warning messages.
binutils/
* testsuite/binutils-all/mips/mips-reginfo-n32.d,
* testsuite/binutils-all/mips/mips-reginfo.d: Update.
gas/
* testsuite/gas/mips/reginfo-2.l: Update.
ld/
* testsuite/ld-mips-elf/attr-gnu-4-12.d,
* testsuite/ld-mips-elf/attr-gnu-4-13.d,
* testsuite/ld-mips-elf/attr-gnu-4-14.d,
* testsuite/ld-mips-elf/attr-gnu-4-16.d,
* testsuite/ld-mips-elf/attr-gnu-4-17.d,
* testsuite/ld-mips-elf/attr-gnu-4-18.d,
* testsuite/ld-mips-elf/attr-gnu-4-19.d,
* testsuite/ld-mips-elf/attr-gnu-4-21.d,
* testsuite/ld-mips-elf/attr-gnu-4-23.d,
* testsuite/ld-mips-elf/attr-gnu-4-24.d,
* testsuite/ld-mips-elf/attr-gnu-4-25.d,
* testsuite/ld-mips-elf/attr-gnu-4-26.d,
* testsuite/ld-mips-elf/attr-gnu-4-27.d,
* testsuite/ld-mips-elf/attr-gnu-4-28.d,
* testsuite/ld-mips-elf/attr-gnu-4-29.d,
* testsuite/ld-mips-elf/attr-gnu-4-31.d,
* testsuite/ld-mips-elf/attr-gnu-4-32.d,
* testsuite/ld-mips-elf/attr-gnu-4-34.d,
* testsuite/ld-mips-elf/attr-gnu-4-35.d,
* testsuite/ld-mips-elf/attr-gnu-4-36.d,
* testsuite/ld-mips-elf/attr-gnu-4-37.d,
* testsuite/ld-mips-elf/attr-gnu-4-38.d,
* testsuite/ld-mips-elf/attr-gnu-4-39.d,
* testsuite/ld-mips-elf/attr-gnu-4-41.d,
* testsuite/ld-mips-elf/attr-gnu-4-42.d,
* testsuite/ld-mips-elf/attr-gnu-4-43.d,
* testsuite/ld-mips-elf/attr-gnu-4-45.d,
* testsuite/ld-mips-elf/attr-gnu-4-46.d,
* testsuite/ld-mips-elf/attr-gnu-4-47.d,
* testsuite/ld-mips-elf/attr-gnu-4-48.d,
* testsuite/ld-mips-elf/attr-gnu-4-49.d,
* testsuite/ld-mips-elf/attr-gnu-4-52.d,
* testsuite/ld-mips-elf/attr-gnu-4-53.d,
* testsuite/ld-mips-elf/attr-gnu-4-54.d,
* testsuite/ld-mips-elf/attr-gnu-4-58.d,
* testsuite/ld-mips-elf/attr-gnu-4-59.d,
* testsuite/ld-mips-elf/attr-gnu-4-61.d,
* testsuite/ld-mips-elf/attr-gnu-4-62.d,
* testsuite/ld-mips-elf/attr-gnu-4-63.d,
* testsuite/ld-mips-elf/attr-gnu-4-64.d,
* testsuite/ld-mips-elf/attr-gnu-4-68.d,
* testsuite/ld-mips-elf/attr-gnu-4-69.d,
* testsuite/ld-mips-elf/attr-gnu-4-71.d,
* testsuite/ld-mips-elf/attr-gnu-4-72.d,
* testsuite/ld-mips-elf/attr-gnu-4-73.d,
* testsuite/ld-mips-elf/attr-gnu-4-74.d,
* testsuite/ld-mips-elf/attr-gnu-4-78.d,
* testsuite/ld-mips-elf/attr-gnu-4-79.d,
* testsuite/ld-mips-elf/attr-gnu-4-81.d,
* testsuite/ld-mips-elf/attr-gnu-4-89.d,
* testsuite/ld-mips-elf/attr-gnu-8-12.d,
* testsuite/ld-mips-elf/attr-gnu-8-21.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic.d,
* testsuite/ld-mips-elf/mode-change-error-1.d,
* testsuite/ld-mips-elf/unaligned-branch-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
* testsuite/ld-mips-elf/unaligned-branch.d,
* testsuite/ld-mips-elf/unaligned-jalx-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jump-micromips.d,
* testsuite/ld-mips-elf/unaligned-jump-mips16.d,
* testsuite/ld-mips-elf/unaligned-jump.d: Update.
2018-02-20 11:32:16 +01:00
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/reginfo-2.l: Update.
|
|
|
|
|
|
2018-02-23 11:43:53 +01:00
|
|
|
|
2018-02-23 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
|
|
|
|
|
|
2018-02-23 07:25:25 +01:00
|
|
|
|
2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-nds32.c (ict_model): New function. Hook new
|
|
|
|
|
directive .ict_model.
|
|
|
|
|
(nds32_insert_relax_entry): Tag the bits of entry relocation
|
|
|
|
|
for .ict_model.
|
|
|
|
|
|
2018-02-22 15:18:27 +01:00
|
|
|
|
2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (_i386_insn): Add rex_encoding.
|
|
|
|
|
(md_assemble): When i.rex_encoding is true, generate a REX byte
|
|
|
|
|
if possible.
|
|
|
|
|
(parse_insn): Set i.rex_encoding for {rex}.
|
|
|
|
|
* doc/c-i386.texi: Document {rex}.
|
|
|
|
|
* testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
|
|
|
|
|
* testsuite/gas/i386/x86-64-pseudos.d: Updated.
|
|
|
|
|
|
2018-02-22 13:49:49 +01:00
|
|
|
|
2018-02-22 A. Wilcox <awilfox@adelielinux.org>
|
|
|
|
|
|
|
|
|
|
PR 22014
|
|
|
|
|
* config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
|
|
|
|
|
instruction size suffix.
|
|
|
|
|
|
2018-02-20 21:51:37 +01:00
|
|
|
|
2018-02-20 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
|
|
|
|
|
* testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
|
|
|
|
|
* testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
2018-02-08 19:28:52 +01:00
|
|
|
|
2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xtensa.c (struct litpool_frag): Add new field
|
|
|
|
|
literal_count.
|
|
|
|
|
(MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
|
|
|
|
|
(MAX_POOL_LITERALS): New macro definitions.
|
|
|
|
|
(auto_litpool_limit): Initialize to 0.
|
|
|
|
|
(md_parse_option): Set auto_litpool_limit in the presence of
|
|
|
|
|
--auto-litpools option.
|
|
|
|
|
(xtensa_maybe_create_literal_pool_frag): Zero-initialize
|
|
|
|
|
literal_count field.
|
|
|
|
|
(xg_find_litpool): New function. Make sure that found literal
|
|
|
|
|
pool size is within the limit.
|
|
|
|
|
(xtensa_move_literals): Extract literal pool search code into
|
|
|
|
|
the new function.
|
|
|
|
|
* testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-2.d: New file.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools-2.s: New file.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools.d: Fix up changed
|
|
|
|
|
addresses.
|
|
|
|
|
* testsuite/gas/xtensa/auto-litpools.s: Change literal value so
|
|
|
|
|
that objdump doesn't get out of sync.
|
|
|
|
|
|
2018-02-20 13:48:50 +01:00
|
|
|
|
2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
|
|
|
|
|
also the same as -march.
|
|
|
|
|
|
Add .nop assembler directive
Implement the '.nop SIZE[, CONTROL]' assembler directive, which emits
SIZE bytes filled with no-op instructions. SIZE is absolute expression.
The optional CONTROL byte controls how no-op instructions should be
generated. If the comma and @var{control} are omitted, CONTROL is
assumed to be zero.
For Intel 80386 and AMD x86-64 targets, CONTROL byte specifies the size
limit of a single no-op instruction. The valid values of CONTROL byte
are between 0 and 8 for 16-bit mode, between 0 and 10 for 32-bit mode,
between 0 and 11 for 64-bit mode. When 0 is used, the no-op size limit
is set to the maximum supported size.
2 new relax states, rs_space_nop and rs_fill_nop, are added to enum
_relax_state, which are similar to rs_space and rs_fill, respectively,
but they fill with no-op instructions, instead of a single byte. A
target backend must override the default md_generate_nops to generate
proper no-op instructions. Otherwise, an error of unimplemented .nop
directive will be issued whenever .nop directive is used.
* NEWS: Mention .nop directive.
* as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
* read.c (potable): Add .nop.
(s_nop): New function.
* read.h (s_nop): New prototype.
* write.c (cvt_frag_to_fill): Handle rs_space_nop and
rs_fill_nop.
(md_generate_nops): New function.
(relax_segment): Likewise.
(write_contents): Use md_generate_nops for rs_fill_nop.
* config/tc-i386.c (alt64_11): New.
(alt64_patt): Likewise.
(md_convert_frag): Handle rs_space_nop.
(i386_output_nops): New function.
(i386_generate_nops): Likewise.
(i386_align_code): Call i386_output_nops.
* config/tc-i386.h (i386_generate_nops): New.
(md_generate_nops): Likewise.
* doc/as.texinfo: Document .nop directive.
* testsuite/gas/i386/i386.exp: Run .nop directive tests.
* testsuite/gas/i386/nop-1.d: New file.
* testsuite/gas/i386/nop-1.s: Likewise.
* testsuite/gas/i386/nop-2.d: Likewise.
* testsuite/gas/i386/nop-2.s: Likewise.
* testsuite/gas/i386/nop-3.d: Likewise.
* testsuite/gas/i386/nop-3.s: Likewise.
* testsuite/gas/i386/nop-4.d: Likewise.
* testsuite/gas/i386/nop-4.s: Likewise.
* testsuite/gas/i386/nop-5.d: Likewise.
* testsuite/gas/i386/nop-5.s: Likewise.
* testsuite/gas/i386/nop-6.d: Likewise.
* testsuite/gas/i386/nop-6.s: Likewise.
* testsuite/gas/i386/nop-bad-1.l: Likewise.
* testsuite/gas/i386/nop-bad-1.s: Likewise.
* testsuite/gas/i386/x86-64-nop-1.d: Likewise.
* testsuite/gas/i386/x86-64-nop-2.d: Likewise.
* testsuite/gas/i386/x86-64-nop-3.d: Likewise.
* testsuite/gas/i386/x86-64-nop-4.d: Likewise.
* testsuite/gas/i386/x86-64-nop-5.d: Likewise.
* testsuite/gas/i386/x86-64-nop-6.d: Likewise.
2018-02-17 14:20:42 +01:00
|
|
|
|
2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* NEWS: Mention .nop directive.
|
|
|
|
|
* as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
|
|
|
|
|
* read.c (potable): Add .nop.
|
|
|
|
|
(s_nop): New function.
|
|
|
|
|
* read.h (s_nop): New prototype.
|
|
|
|
|
* write.c (cvt_frag_to_fill): Handle rs_space_nop and
|
|
|
|
|
rs_fill_nop.
|
|
|
|
|
(md_generate_nops): New function.
|
|
|
|
|
(relax_segment): Likewise.
|
|
|
|
|
(write_contents): Use md_generate_nops for rs_fill_nop.
|
|
|
|
|
* config/tc-i386.c (alt64_11): New.
|
|
|
|
|
(alt64_patt): Likewise.
|
|
|
|
|
(md_convert_frag): Handle rs_space_nop.
|
|
|
|
|
(i386_output_nops): New function.
|
|
|
|
|
(i386_generate_nops): Likewise.
|
|
|
|
|
(i386_align_code): Call i386_output_nops.
|
|
|
|
|
* config/tc-i386.h (i386_generate_nops): New.
|
|
|
|
|
(md_generate_nops): Likewise.
|
|
|
|
|
* doc/as.texinfo: Document .nop directive.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run .nop directive tests.
|
|
|
|
|
* testsuite/gas/i386/nop-1.d: New file.
|
|
|
|
|
* testsuite/gas/i386/nop-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-2.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-3.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-4.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-4.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-5.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-6.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-6.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-bad-1.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/nop-bad-1.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-4.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-5.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-nop-6.d: Likewise.
|
|
|
|
|
|
2018-02-15 18:08:14 +01:00
|
|
|
|
2018-02-15 Tamar Christina <tamar.christina@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
|
|
|
|
|
* testsuite/gas/arm/attr-march-armv8_4-a.d: New.
|
|
|
|
|
|
2018-02-11 06:59:54 +01:00
|
|
|
|
2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
|
|
|
|
|
frag that contains source address.
|
|
|
|
|
|
2018-02-13 17:50:04 +01:00
|
|
|
|
2018-02-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 22773
|
|
|
|
|
* config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
|
|
|
|
|
instruction before assuming that it is a MOV instruction.
|
|
|
|
|
* testsuite/gas/arm/pr22773.s: New test.
|
|
|
|
|
* testsuite/gas/arm/pr22773.d: New test driver.
|
|
|
|
|
* testsuite/gas/arm/pr22773.l: New expected output.
|
|
|
|
|
|
x86-64: Generate branch with PLT32 relocation
Since there is no need to prepare for PLT branch on x86-64, generate
R_X86_64_PLT32, instead of R_X86_64_PC32, if possible, which can be
used as a marker for 32-bit PC-relative branches.
To compile Linux kernel, this patch:
From: "H.J. Lu" <hjl.tools@gmail.com>
Subject: [PATCH] x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
On i386, there are 2 types of PLTs, PIC and non-PIC. PIE and shared
objects must use PIC PLT. To use PIC PLT, you need to load
_GLOBAL_OFFSET_TABLE_ into EBX first. There is no need for that on
x86-64 since x86-64 uses PC-relative PLT.
On x86-64, for 32-bit PC-relative branches, we can generate PLT32
relocation, instead of PC32 relocation, which can also be used as
a marker for 32-bit PC-relative branches. Linker can always reduce
PLT32 relocation to PC32 if function is defined locally. Local
functions should use PC32 relocation. As far as Linux kernel is
concerned, R_X86_64_PLT32 can be treated the same as R_X86_64_PC32
since Linux kernel doesn't use PLT.
is needed. It is available on hjl/plt32/master branch at
https://github.com/hjl-tools/linux
bfd/
PR gas/22791
* elf64-x86-64.c (is_32bit_relative_branch): Removed.
(elf_x86_64_relocate_section): Check PIC relocations in PIE.
Remove is_32bit_relative_branch usage. Disallow PC32 reloc
against protected function in shared object.
gas/
PR gas/22791
* config/tc-i386.c (need_plt32_p): New function.
(output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
(md_estimate_size_before_relax): Likewise.
* testsuite/gas/i386/reloc64.d: Updated.
* testsuite/gas/i386/x86-64-jump.d: Likewise.
* testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
* testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
* testsuite/gas/i386/x86-64-relax-2.d: Likewise.
* testsuite/gas/i386/x86-64-relax-3.d: Likewise.
* testsuite/gas/i386/ilp32/reloc64.d: Likewise.
* testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
ld/
PR gas/22791
* testsuite/ld-x86-64/mpx1c.rd: Updated.
* testsuite/ld-x86-64/pr22791-1.err: New file.
* testsuite/ld-x86-64/pr22791-1a.c: Likewise.
* testsuite/ld-x86-64/pr22791-1b.s: Likewise.
* testsuite/ld-x86-64/pr22791-2.rd: Likewise.
* testsuite/ld-x86-64/pr22791-2a.s: Likewise.
* testsuite/ld-x86-64/pr22791-2b.c: Likewise.
* testsuite/ld-x86-64/pr22791-2c.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
2018-02-13 16:34:22 +01:00
|
|
|
|
2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22791
|
|
|
|
|
* config/tc-i386.c (need_plt32_p): New function.
|
|
|
|
|
(output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
|
|
|
|
|
(md_estimate_size_before_relax): Likewise.
|
|
|
|
|
* testsuite/gas/i386/reloc64.d: Updated.
|
|
|
|
|
* testsuite/gas/i386/x86-64-jump.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-relax-2.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-relax-3.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/reloc64.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
|
|
|
|
|
|
2018-02-13 13:56:29 +01:00
|
|
|
|
2018-02-13 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/loongson-3a-2.d: Rename test.
|
|
|
|
|
|
2018-02-13 14:14:47 +01:00
|
|
|
|
2018-02-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 22823
|
|
|
|
|
* config/obj-elf.c (elf_pseudo_table): Remove now redundant
|
|
|
|
|
casts.
|
|
|
|
|
(obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
|
|
|
|
|
(obj_elf_vtable_inherit): New stub function that calls
|
|
|
|
|
obj_elf_get_vtable_inherit.
|
|
|
|
|
(obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
|
|
|
|
|
(obj_elf_vtable_entry): New stub function that calls
|
|
|
|
|
obj_elf_get_vtable_entry.
|
|
|
|
|
* config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
|
|
|
|
|
(obj_elf_vtable_entry) Likewise.
|
|
|
|
|
(obj_elf_get_vtable_inherit) Likewise.
|
|
|
|
|
(obj_elf_get_vtable_entry) Likewise.
|
|
|
|
|
* config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
|
|
|
|
|
* config/tc-i386c (md_pseudo_table): Likewise.
|
|
|
|
|
* config/tc-hppa.c (pa_vtable_entry): Call
|
|
|
|
|
obj_elf_get_vtable_entry.
|
|
|
|
|
(pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
|
|
|
|
|
* config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
|
|
|
|
|
with call to dwarf2_get_filename.
|
|
|
|
|
* dwarf2dbg.c (dwarf2_directive_file): Rename to
|
|
|
|
|
dwarf2_directive_filename.
|
|
|
|
|
(dwarf2_directive_file): New stub function that calls
|
|
|
|
|
dwarf2_directive_filename.
|
|
|
|
|
* dwarf2dbg.h: Prototype dwarf2_directive_filename.
|
|
|
|
|
|
2018-02-12 17:04:05 +01:00
|
|
|
|
2018-02-12 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
|
|
|
|
|
`as' flags.
|
|
|
|
|
|
MIPS: Fix encoding for MIPSr6 sigrie instruction.
The instruction encoding for the MIPS r6 sigrie instruction seems to be
incorrect. It's currently 0x4170xxxx (which overlaps with ei, di, evp,
and dvp), but should be 0x0417xxxx. See ISA reference[1][2].
References:
[1] "MIPS Architecture for Programmers Volume II-A: The MIPS32
Instruction Set Manual", Imagination Technologies, Inc., Document
Number: MD00086, Revision 6.06, December 15, 2016, Table A.4 "MIPS32
REGIMM Encoding of rt Field", p. 452
[2] "MIPS Architecture For Programmers Volume II-A: The MIPS64
Instruction Set Reference Manual", Imagination Technologies, Inc.,
Document Number: MD00087, Revision 6.06, December 15, 2016, Table
A.4 "MIPS64 REGIMM Encoding of rt Field", p. 581
opcodes/
* mips-opc.c (mips_builtin_opcodes): Correct "sigrie" encoding.
gas/
* testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
* testsuite/gas/mips/r6-n32.d: Likewise.
* testsuite/gas/mips/r6-n64.d: Likewise.
2018-02-12 15:50:42 +01:00
|
|
|
|
2018-02-12 Henry Wong <henry@stuffedcow.net>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
|
|
|
|
|
* testsuite/gas/mips/r6-n32.d: Likewise.
|
|
|
|
|
* testsuite/gas/mips/r6-n64.d: Likewise.
|
|
|
|
|
|
2018-02-12 13:10:50 +01:00
|
|
|
|
2018-02-12 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-02-08 00:48:59 +01:00
|
|
|
|
2018-02-08 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 22819
|
|
|
|
|
* config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
|
|
|
|
|
(ppc_frag_check): Likewise.
|
|
|
|
|
* testsuite/gas/ppc/misalign.d,
|
|
|
|
|
* testsuite/gas/ppc/misalign.l,
|
|
|
|
|
* testsuite/gas/ppc/misalign.s: New test.
|
|
|
|
|
* testsuite/gas/ppc/misalign2.d,
|
|
|
|
|
* testsuite/gas/ppc/misalign2.s: New test.
|
|
|
|
|
* testsuite/gas/ppc/ppc.exp: Run them.
|
|
|
|
|
|
2018-02-05 15:05:51 +01:00
|
|
|
|
2018-02-05 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
|
|
|
|
|
`expr' parameter to `ep'.
|
|
|
|
|
|
2018-02-05 15:00:21 +01:00
|
|
|
|
2018-02-05 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/mips/reginfo-2.d: New test.
|
|
|
|
|
* testsuite/gas/mips/reginfo-2-n32.d: New test.
|
|
|
|
|
* testsuite/gas/mips/reginfo-2.l: New test stderr output.
|
|
|
|
|
* testsuite/gas/mips/reginfo-2.s: New test source.
|
|
|
|
|
* testsuite/gas/mips/mips.exp: Run the new tests.
|
|
|
|
|
|
2018-02-05 14:09:15 +01:00
|
|
|
|
2018-02-05 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-01-31 04:04:18 +01:00
|
|
|
|
2018-01-31 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 22714
|
|
|
|
|
* app.c (last_char): New static var.
|
|
|
|
|
(struct app_save): Add last_char field.
|
|
|
|
|
(app_push, app_pop): Handle it.
|
|
|
|
|
(do_scrub_chars): Use last_char in test for "\@". Set last_char.
|
|
|
|
|
|
2018-01-30 00:13:51 +01:00
|
|
|
|
2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22738
|
|
|
|
|
* config/tc-sparc.h (sparc_mach): Declare.
|
|
|
|
|
(TARGET_MACH): Define to above.
|
|
|
|
|
* config/tc-sparc.c (sparc_mach): New function.
|
|
|
|
|
(sparc_md_end): Minor tweak.
|
|
|
|
|
|
2018-01-29 14:51:47 +01:00
|
|
|
|
2018-01-29 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2018-01-27 00:05:05 +01:00
|
|
|
|
2018-01-26 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Use generic emulation for `mips-*-windiss',
|
|
|
|
|
overriding the blanket choice made for `*-*-windiss'.
|
|
|
|
|
|
2018-01-27 00:05:05 +01:00
|
|
|
|
2018-01-26 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Use `mips-*-sysv4*' rather than
|
|
|
|
|
`mips-*-sysv4*MP*'.
|
|
|
|
|
|
[GAS][AARCH64]Add group relocations to create PC-relative offset.
This is a patch to add the gas support for group relocations to create a
16, 32, 48, or 64 bit PC-relative offset inline.
The following relocations are added along with the test cases:
BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G3.
bfd/
2018-01-24 Renlin Li <renlin.li@arm.com>
* reloc.c: Add BFD_RELOC_AARCH64_MOVW_PREL_G0,
BFD_RELOC_AARCH64_MOVW_PREL_G0_NC, BFD_RELOC_AARCH64_MOVW_PREL_G1,
BFD_RELOC_AARCH64_MOVW_PREL_G1_NC, BFD_RELOC_AARCH64_MOVW_PREL_G2,
BFD_RELOC_AARCH64_MOVW_PREL_G2_NC, BFD_RELOC_AARCH64_MOVW_PREL_G3.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* elfnn-aarch64.c (elfNN_aarch64_howto_table): Add entries for
BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G3.
gas/
2018-01-24 Renlin Li <renlin.li@arm.com>
* config/tc-aarch64.c (reloc_table): add entries for
BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
BFD_RELOC_AARCH64_MOVW_PREL_G3.
(process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
(md_apply_fix): Likewise
* testsuite/gas/aarch64/prel_g0.s: New.
* testsuite/gas/aarch64/prel_g0.d: New.
* testsuite/gas/aarch64/prel_g0_nc.s: New.
* testsuite/gas/aarch64/prel_g0_nc.d: New.
* testsuite/gas/aarch64/prel_g1.s: New.
* testsuite/gas/aarch64/prel_g1.d: New.
* testsuite/gas/aarch64/prel_g1_nc.s: New.
* testsuite/gas/aarch64/prel_g1_nc.d: New.
* testsuite/gas/aarch64/prel_g2.s: New.
* testsuite/gas/aarch64/prel_g2.d: New.
* testsuite/gas/aarch64/prel_g2_nc.s: New.
* testsuite/gas/aarch64/prel_g2_nc.d: New.
* testsuite/gas/aarch64/prel_g3.s: New.
* testsuite/gas/aarch64/prel_g3.d: New.
2018-01-18 13:08:40 +01:00
|
|
|
|
2018-01-24 Renlin Li <renlin.li@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-aarch64.c (reloc_table): add entries for
|
|
|
|
|
BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
|
|
|
|
|
BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
|
|
|
|
|
BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
|
|
|
|
|
BFD_RELOC_AARCH64_MOVW_PREL_G3.
|
|
|
|
|
(process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
|
|
|
|
|
(md_apply_fix): Likewise
|
|
|
|
|
* testsuite/gas/aarch64/prel_g0.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g0.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g0_nc.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g0_nc.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g1.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g1.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g1_nc.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g1_nc.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g2.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g2.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g2_nc.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g2_nc.d: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g3.s: New.
|
|
|
|
|
* testsuite/gas/aarch64/prel_g3.d: New.
|
|
|
|
|
|
2018-01-23 22:18:24 +01:00
|
|
|
|
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* configure.ac: Also set `mips_default_abi' to N32_ABI for
|
|
|
|
|
`mips64*-ps2-elf*'.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-01-23 20:01:35 +01:00
|
|
|
|
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
|
|
|
|
|
enum value.
|
|
|
|
|
|
2018-01-23 17:56:30 +01:00
|
|
|
|
2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add .pconfig.
|
|
|
|
|
* doc/c-i386.texi: Document .pconfig.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Add PCONFIG tests.
|
|
|
|
|
* testsuite/gas/i386/pconfig-intel.d: New test.
|
|
|
|
|
* testsuite/gas/i386/pconfig.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/pconfig.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-pconfig.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-pconfig.s: Likewise.
|
|
|
|
|
|
2018-01-23 17:39:05 +01:00
|
|
|
|
2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Add .wbnoinvd.
|
|
|
|
|
* doc/c-i386.texi: Document .wbnoinvd.
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
|
|
|
|
|
* testsuite/gas/i386/wbnoinvd-intel.d: New test.
|
|
|
|
|
* testsuite/gas/i386/wbnoinvd.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/wbnoinvd.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
|
|
|
|
|
|
2018-01-23 15:51:22 +01:00
|
|
|
|
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (md_show_usage): Correctly indicate the
|
|
|
|
|
configuration-specific default ABI.
|
|
|
|
|
|
2018-01-23 15:51:22 +01:00
|
|
|
|
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
|
|
|
|
|
`-mno-mips16e2' options.
|
|
|
|
|
|
2018-01-22 22:06:35 +01:00
|
|
|
|
2018-01-22 Maciej W. Rozycki <macro@mips.com>
|
|
|
|
|
|
|
|
|
|
* doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
|
|
|
|
|
Correct syntax of the `.set nomips16e2' directive description.
|
|
|
|
|
|
2018-01-22 15:31:10 +01:00
|
|
|
|
2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
PR 22737
|
|
|
|
|
* config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
|
|
|
|
|
* testsuite/gas/rx/pr22737.s: New test.
|
|
|
|
|
* testsuite/gas/rx/pr22737.d: Likewise.
|
|
|
|
|
* testsuite/gas/rx/rx.exp: Run the new test.
|
|
|
|
|
|
2018-01-19 15:17:24 +01:00
|
|
|
|
2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (ToC macro): Remove spurious comment.
|
|
|
|
|
(ToU macro): Likewise.
|
|
|
|
|
|
2018-01-17 23:04:16 +01:00
|
|
|
|
2018-01-17 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
|
|
|
|
|
(riscv_ip) <'z'>: New.
|
|
|
|
|
|
Replace CET bit with IBT and SHSTK bits.
The latest specification for Intel CET technology defined two
new bits instead of previously used CET bit. These are IBT and
SHSTK bits. The patch replaces CET bit with IBT and SHSTK bits.
gas/
* config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
(cpu_noarch): Add noibt, noshstk.
(parse_insn): Change cpucet to cpuibt.
* doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
* testsuite/gas/i386/cet-ibt-inval.l: New test.
* testsuite/gas/i386/cet-ibt-inval.s: Likewise.
* testsuite/gas/i386/cet-shstk-inval.l: Likewise.
* testsuite/gas/i386/cet-shstk-inval.s: Likewise.
* testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
* testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
* testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
* testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
opcodes/
* i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS,
CpuCET. Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS,
CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK.
(cpu_flags): Add CpuIBT, CpuSHSTK.
* i386-opc.h (enum): Add CpuIBT, CpuSHSTK.
(i386_cpu_flags): Add cpuibt, cpushstk.
* i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT.
* i386-init.h: Regenerate.
* i386-tbl.h: Likewise.
2018-01-17 17:45:52 +01:00
|
|
|
|
2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
|
|
|
|
|
(cpu_noarch): Add noibt, noshstk.
|
|
|
|
|
(parse_insn): Change cpucet to cpuibt.
|
|
|
|
|
* doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
|
|
|
|
|
* testsuite/gas/i386/cet-ibt-inval.l: New test.
|
|
|
|
|
* testsuite/gas/i386/cet-ibt-inval.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/cet-shstk-inval.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/cet-shstk-inval.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
|
|
|
|
|
|
2018-01-16 13:45:44 +01:00
|
|
|
|
2018-01-16 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/fr.po: Updated French translation.
|
|
|
|
|
|
2018-01-15 23:53:44 +01:00
|
|
|
|
2018-01-15 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
|
|
|
|
|
* testsuite/gas/riscv/c-zero-imm.d: Likewise.
|
|
|
|
|
|
2018-01-15 15:13:33 +01:00
|
|
|
|
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (ToC): Define macro.
|
|
|
|
|
(ToU): Likewise.
|
|
|
|
|
(insns): Make use of above macros for new instructions introduced in
|
|
|
|
|
Armv8-M.
|
|
|
|
|
|
[ARM] Enable conditional Armv8-M instructions
Newly introduced instructions common to ARMv8-M Baseline and Mainline
are currently all marked as unconditional. However, all instructions but
sg (ie. blxns, bxns, tt, ttt, tta, ttat, vlldm and vlstm) do actually
support conditional execution. This patch fixes the definition of these
instructions accordingly.
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
gas/
* config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
and vlstm conditionally executable and reindent parameters.
* testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
aforementionned instructions.
2018-01-15 15:11:02 +01:00
|
|
|
|
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
|
|
|
|
|
and vlstm conditionally executable and reindent parameters.
|
|
|
|
|
* testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
|
|
|
|
|
aforementionned instructions.
|
|
|
|
|
|
2018-01-15 15:09:28 +01:00
|
|
|
|
2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
|
|
|
|
|
profile architecture or if in autodetection mode. Clarify that
|
|
|
|
|
deprecation is for performance reason and concerns Armv8-A and Armv8-R.
|
|
|
|
|
* testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
|
|
|
|
|
message.
|
|
|
|
|
* testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
|
|
|
|
|
* testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
|
|
|
|
|
* testsuite/gas/arm/udf.l: Likewise.
|
|
|
|
|
* testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
|
|
|
|
|
|
2018-01-15 13:09:11 +01:00
|
|
|
|
2018-01-15 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/uk.po: Updated Ukranian translation.
|
|
|
|
|
|
2018-01-13 14:56:48 +01:00
|
|
|
|
2018-01-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/gas.pot: Regenerated.
|
|
|
|
|
|
2018-01-13 14:31:12 +01:00
|
|
|
|
2018-01-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2018-01-13 14:20:55 +01:00
|
|
|
|
2018-01-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
2018-01-13 14:26:38 +01:00
|
|
|
|
2.30 branch created.
|
2018-01-13 14:20:55 +01:00
|
|
|
|
* NEWS: Add marker for 2.30.
|
|
|
|
|
|
2018-01-12 14:12:17 +01:00
|
|
|
|
2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
* gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
|
|
|
|
|
define to 0 and 1. Remove a dangling reference to "AMD 29000"
|
|
|
|
|
in a comment.
|
|
|
|
|
|
2018-01-11 00:56:45 +01:00
|
|
|
|
2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4fmaps_vl.d: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4fmaps_vl.s: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4vnniw_vl.d: Likewise.
|
|
|
|
|
* testsuite/i386/avx512_4vnniw_vl.s: Likewise.
|
|
|
|
|
* testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
|
|
|
|
|
tests.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
|
|
|
|
|
* testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
|
|
|
|
|
|
2018-01-11 00:04:58 +01:00
|
|
|
|
2018-01-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (aeabi_set_public_attributes): Avoid false
|
|
|
|
|
positive "‘profile’ may be used uninitialized".
|
|
|
|
|
|
2018-01-10 14:53:43 +01:00
|
|
|
|
2018-01-10 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/avx512_4fmaps.s,
|
|
|
|
|
testsuite/gas/i386/avx512_4fmaps_vl.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps.s,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
|
|
|
|
|
Disp8 forms (and the transition happening at the right
|
|
|
|
|
boundary).
|
|
|
|
|
* testsuite/gas/i386/avx512_4fmaps.d,
|
|
|
|
|
testsuite/gas/i386/avx512_4fmaps-intel.d,
|
|
|
|
|
testsuite/gas/i386/avx512_4fmaps_vl.d,
|
|
|
|
|
testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
|
|
|
|
|
testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
|
|
|
|
|
expectations.
|
|
|
|
|
|
2018-01-10 14:53:05 +01:00
|
|
|
|
2018-01-10 Jan Beulich <jbeulich@suse.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/i386/avx512bw.s,
|
|
|
|
|
testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
|
|
|
|
|
operands.
|
|
|
|
|
* testsuite/gas/i386/avx512bw-intel.d,
|
|
|
|
|
testsuite/gas/i386/avx512bw.d,
|
|
|
|
|
testsuite/gas/i386/avx512bw_vl-intel.d.
|
|
|
|
|
testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
|
|
|
|
|
|
2018-01-10 01:40:06 +01:00
|
|
|
|
2018-01-09 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/riscv/auipc-x0.d: New.
|
|
|
|
|
* testsuite/gas/riscv/auipc-x0.s: New.
|
|
|
|
|
|
2018-01-09 15:15:00 +01:00
|
|
|
|
2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
|
|
|
|
|
|
|
|
|
|
* config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
|
|
|
|
|
in Arm execution state, and Armv6T2 and above in Thumb execution
|
|
|
|
|
state.
|
|
|
|
|
* testsuite/gas/arm/csdb.s: New.
|
|
|
|
|
* testsuite/gas/arm/csdb.d: New.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
|
|
|
|
|
* testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
|
|
|
|
|
|
2018-01-09 12:28:04 +01:00
|
|
|
|
2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/aarch64/system.d: Update expected results to expect
|
|
|
|
|
CSDB for hint 0x14.
|
|
|
|
|
|
2018-01-08 13:36:59 +01:00
|
|
|
|
2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/22681
|
|
|
|
|
* testsuite/gas/i386/i386.exp: Run x86-64-movd and
|
|
|
|
|
x86-64-movd-intel.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movd-intel.d: New file.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movd.d: Likewise.
|
|
|
|
|
* testsuite/gas/i386/x86-64-movd.s: Likewise.
|
|
|
|
|
|
2018-01-08 10:29:17 +01:00
|
|
|
|
2018-01-08 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 22553
|
|
|
|
|
* doc/c-i386.texi (i386-Directives): Document the .largecomm
|
|
|
|
|
directive.
|
|
|
|
|
|
2018-01-04 23:17:53 +01:00
|
|
|
|
2018-01-04 Jim Wilson <jimw@sifive.com>
|
|
|
|
|
|
|
|
|
|
* testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
|
|
|
|
|
* testsuite/gas/riscv/priv-reg.d: Likewise.
|
|
|
|
|
|
2018-01-03 06:17:27 +01:00
|
|
|
|
2018-01-03 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
Update year range in copyright notice of all files.
|
|
|
|
|
|
2018-01-02 13:13:17 +01:00
|
|
|
|
2018-01-02 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 18119
|
|
|
|
|
* config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
|
|
|
|
|
version of ARM MRS instruction.
|
|
|
|
|
|
2018-01-03 06:15:17 +01:00
|
|
|
|
For older changes see ChangeLog-2017
|
2016-01-01 11:44:31 +01:00
|
|
|
|
|
2018-01-03 06:15:17 +01:00
|
|
|
|
Copyright (C) 2018 Free Software Foundation, Inc.
|
2016-01-01 11:44:31 +01:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|