aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Use libiberty hash in gas/read.c.Martin Liska2-2/+2
2020-08-20Use libiberty hash in gas/macro.c.Martin Liska1-5/+9
2020-08-17gas: Fix internal error in S_SET_SEGMENTAlex Coplan1-1/+8
2020-08-13Fix an internal compiler error when attempting to create a second $GDB_DEBUG$...Nick Clifton1-1/+5
2020-08-12[PATCH] gas: arm: Fix IT-predicated MVE vcvtJoe Ramsay1-8/+10
2020-08-10aarch64: Don't assert on long sysreg namesAlex Coplan1-13/+30
2020-08-10[aarch64] GAS doesn't validate the architecture version for any tlbi register...Przemyslaw Wirkus1-4/+12
2020-08-10Error on lmw, lswi and related PowerPC insns when LEAlan Modra1-0/+9
2020-08-03MSP430: Remove unused -md GAS optionJozef Lawrynowicz1-9/+0
2020-07-30x86: Add {disp16} pseudo prefixH.J. Lu1-13/+37
2020-07-28x86: Handle {disp32} for (%bp)/(%ebp)/(%rbp)H.J. Lu1-2/+10
2020-07-21Fix Unreasonable arch and cpu conflict warning for ther CSky architecture.Cooper Qu1-2/+4
2020-07-21MIPS/GAS: Remove stale `prev_reloc_op_frag' variableMaciej W. Rozycki1-11/+2
2020-07-20x86: handle SVR4 escaped binary operatorsJan Beulich2-7/+20
2020-07-20x86: honor absolute section when emitting codeJan Beulich1-32/+76
2020-07-19x86: Change PLT32 reloc against section to PC32H.J. Lu1-4/+15
2020-07-13x86: Remove 32-bit sign extension in offset_in_rangeH.J. Lu1-8/+0
2020-07-11x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu1-0/+4
2020-07-10x86: Extract extended states from instruction templateH.J. Lu1-73/+54
2020-07-10x86: Add support for Intel AMX instructionsLili Cui1-13/+84
2020-07-09x86: Properly set YMM/ZMM featuresH.J. Lu1-2/+7
2020-07-09Remove powerpc PE supportAlan Modra3-883/+15
2020-07-07arc: Improve error messages when assemblingClaudiu Zissulescu1-18/+42
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton3-6/+6
2020-07-02x86: Add SwapSourcesH.J. Lu1-4/+2
2020-07-02aarch64: Fix segfault on unicode symbolsAlex Coplan1-1/+1
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