aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2020-07-01obsolete xc16xAlan Modra1-0/+2
2020-06-30Remove x86 NaCl target supportH.J. Lu2-5/+0
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu1-29/+24
2020-06-29x86: Support VEX base opcode length > 1H.J. Lu1-6/+2
2020-06-29gas: Fix mmix fixups and TC_FX_SIZE_SLACK, PR25331Hans-Peter Nilsson2-6/+16
2020-06-29C++ commentsAlan Modra3-20/+11
2020-06-26x86: Process ImmExt without operandsH.J. Lu1-1/+5
2020-06-26x86: Rename VecSIB to SIB for Intel AMXH.J. Lu1-14/+14
2020-06-26m68k: tag floating-point ABI usedPat Bernardi1-0/+20
2020-06-25Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are n...Nick Clifton1-0/+1
2020-06-25x86: move ImmExt processingJan Beulich1-5/+3
2020-06-25x86: operand sizing prefixes can disambiguate insnsJan Beulich1-0/+24
2020-06-25x86-64: REX prefix is invalid with VEX etcJan Beulich1-3/+10
2020-06-25x86-64: honor REX prefixes for SSE2AVXJan Beulich1-28/+37
2020-06-25x86: also refuse data size prefix on SIMD insnsJan Beulich1-3/+7
2020-06-25x86: drop stray assignment from build_evex_prefix()Jan Beulich1-1/+0
2020-06-23RISC-V: Generate ELF priv attributes if priv instruction are explicited used.Nelson Chu1-6/+42
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu1-27/+9
2020-06-16x86: Correct noavx512_vp2intersectCui,Lili1-1/+2
2020-06-16x86: drop SSE4a from SSE check againJan Beulich1-1/+0
2020-06-16Really remove tic30-aout supportAlan Modra1-4/+0
2020-06-15xtensa: allow runtime ABI selectionMax Filippov1-4/+25
2020-06-09x86-64: adjust far indirect branch handlingJan Beulich1-1/+3
2020-06-09x86: don't ignore mandatory pseudo prefixesJan Beulich1-23/+47
2020-06-08[PATCH] arm: Add DFB instruction for ARMv8-RAlex Coplan1-0/+7
2020-06-08x86: also handle %k<N> and %bnd<N> in debugging helpersJan Beulich1-1/+3
2020-06-08x86: simplify check_byte_reg()Jan Beulich1-15/+4
2020-06-08x86: restrict %tr<N> visibilityJan Beulich1-2/+8
2020-06-08x86: also allow %st(N) in CFI directivesJan Beulich1-1/+2
2020-06-08x86: restrict use of register aliasesJan Beulich1-65/+95
2020-06-06Power10 tidiesAlan Modra1-0/+2
2020-06-06Rename PowerPC64 pcrel GOT TLS relocationsAlan Modra1-16/+16
2020-06-05gas: avoid GCC 10 warning stringop-overflow in tc-bpf.cJose E. Marchesi1-2/+2
2020-06-05RISC-V: Don't generate the ELF privilege attributes when no CSR are used.Nelson Chu1-0/+9
2020-06-04gas: Fix ip2k-elf and xstormy16-elf buildH.J. Lu2-3/+6
2020-06-04gas: simplify code in tc-bpf.c:md_apply_fixJose E. Marchesi1-3/+1
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi1-4/+2
2020-06-04opcodes: discriminate endianness and insn-endianness in CGEN portsJose E. Marchesi2-2/+3
2020-05-28Fix all unexpected failures in gas testsuite for pdp11-aout.Stephen Casner1-0/+10
2020-05-27Fix PR gas/26001 (pdp11-*-*)Stephen Casner1-1/+10
2020-05-27RISC-V: Fix missing initialization of riscv_csr_extra structsSimon Cook1-0/+1
2020-05-26tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_XH.J. Lu1-4/+4
2020-05-26gas: Silence GCC 10 warning on tc-visium.cH.J. Lu1-1/+1
2020-05-26gas: Silence GCC 10 warning tc-vax.cH.J. Lu1-2/+2
2020-05-26gas: Silence GCC 10 warning on tc-v850.cH.J. Lu1-2/+2
2020-05-26gas: Silence GCC 10 warning on tc-crx.cH.J. Lu1-3/+3
2020-05-26tc-score.c: Replace overlapping sprintf with memmoveH.J. Lu1-8/+12
2020-05-25gas: Silence GCC 10 warning on tc-mcore.cH.J. Lu1-1/+1
2020-05-25tc-cr16.c: Use memmove to concatenate 2 overlapping stringsH.J. Lu1-1/+4
2020-05-25gas: Silence GCC 10 warning on tc-cr16.cH.J. Lu1-1/+1