aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2020-07-02aarch64: Fix segfault on unicode symbolsAlex Coplan4-1/+18
2020-07-02Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton7-6/+17
2020-07-01obsolete xc16xAlan Modra2-0/+6
2020-07-01gas eqv-dot test failsAlan Modra2-1/+9
2020-06-30Remove x86 NaCl target supportH.J. Lu13-24/+23
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu17-188/+208
2020-06-29x86: Support VEX base opcode length > 1H.J. Lu2-6/+7
2020-06-29gas/testsuite: test-case for PR25331 (mmix reloc fixup bug)Hans-Peter Nilsson3-0/+482
2020-06-29gas: Fix mmix fixups and TC_FX_SIZE_SLACK, PR25331Hans-Peter Nilsson3-6/+27
2020-06-29C++ commentsAlan Modra4-20/+17
2020-06-26x86: Process ImmExt without operandsH.J. Lu2-1/+10
2020-06-26x86: Rename VecSIB to SIB for Intel AMXH.J. Lu2-14/+21
2020-06-26x86: fix processing of -M disassembler optionJan Beulich3-0/+66
2020-06-26m68k: tag floating-point ABI usedPat Bernardi3-0/+42
2020-06-25Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are n...Nick Clifton3-8/+12
2020-06-25x86: move ImmExt processingJan Beulich2-5/+9
2020-06-25x86: operand sizing prefixes can disambiguate insnsJan Beulich13-447/+1193
2020-06-25x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITEJan Beulich17-225/+240
2020-06-25x86-64: REX prefix is invalid with VEX etcJan Beulich6-15/+29
2020-06-25x86-64: honor REX prefixes for SSE2AVXJan Beulich4-29/+112
2020-06-25x86: also refuse data size prefix on SIMD insnsJan Beulich8-14/+37
2020-06-25x86: drop stray assignment from build_evex_prefix()Jan Beulich2-1/+5
2020-06-23RISC-V: Generate ELF priv attributes if priv instruction are explicited used.Nelson Chu9-6/+123
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu2-27/+15
2020-06-20SH gas configure and ld testsAlan Modra2-2/+7
2020-06-18x86: also test alternative VMGEXIT encodingJan Beulich3-1/+9
2020-06-16x86: Correct noavx512_vp2intersectCui,Lili3-1/+9
2020-06-16x86: drop SSE4a from SSE check againJan Beulich6-11/+15
2020-06-16Really remove tic30-aout supportAlan Modra3-5/+5
2020-06-15xtensa: allow runtime ABI selectionMax Filippov7-4/+68
2020-06-14x86: Correct xsusldtrk mnemonicH.J. Lu4-3/+12
2020-06-12RISC-V: Drop the privileged spec v1.9 support.Nelson Chu4-298/+6
2020-06-09[PATCH] gas/doc: improve AVR modifiers wording.Seth Girvan2-14/+27
2020-06-09x86: add missing 64-bit tests for "don't ignore mandatory pseudo prefixes"Jan Beulich3-0/+12
2020-06-09x86: consistently print prefixes explicitly which are invalid with VEX etcJan Beulich3-1/+15
2020-06-09x86: correct decoding of packed-FP-only AVX encodingsJan Beulich3-0/+80
2020-06-09x86-64: adjust far indirect branch handlingJan Beulich8-1/+160
2020-06-09x86: don't ignore mandatory pseudo prefixesJan Beulich6-26/+89
2020-06-08[PATCH] arm: Add DFB instruction for ARMv8-RAlex Coplan4-0/+42
2020-06-08Fix a gas testsuite failure for PE based targets which cannot assemble the cf...Nick Clifton2-0/+7
2020-06-08x86: also handle %k<N> and %bnd<N> in debugging helpersJan Beulich2-1/+7
2020-06-08x86: simplify check_byte_reg()Jan Beulich2-15/+9
2020-06-08x86: restrict %tr<N> visibilityJan Beulich5-2/+24
2020-06-08ix86: enable 2nd CFI testJan Beulich3-7/+13
2020-06-08x86: also allow %st(N) in CFI directivesJan Beulich3-1/+9
2020-06-08x86: restrict use of register aliasesJan Beulich7-65/+149
2020-06-06Power10 tidiesAlan Modra3-0/+10
2020-06-06Rename PowerPC64 pcrel GOT TLS relocationsAlan Modra2-16/+20
2020-06-05gas: avoid GCC 10 warning stringop-overflow in tc-bpf.cJose E. Marchesi2-2/+7
2020-06-05RISC-V: Don't generate the ELF privilege attributes when no CSR are used.Nelson Chu16-30/+60