aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Z8k: fix sout/soudb opcodes with direct addressChristian Groessler2-2/+7
2020-08-04gas/NEWS: Mention {disp16} pseudo prefixH.J. Lu2-0/+6
2020-08-04gas: Revert an accidental change in x86-64-pseudos.dH.J. Lu2-1/+6
2020-08-04gas: Use udata for DW_AT_high_pc when emitting DWARF4Mark Wielaard4-4/+16
2020-08-04gas: Make sure .debug_line file table contains a zero filename and dirMark Wielaard2-9/+34
2020-08-04gas: Fix .debug_info CU header for --gdwarf-5Mark Wielaard7-2/+78
2020-08-04gas: Fix as.texi typo infortmationMark Wielaard2-3/+7
2020-08-03MSP430: Remove unused -md GAS optionJozef Lawrynowicz2-9/+7
2020-07-30x86: Add {disp16} pseudo prefixH.J. Lu12-24/+191
2020-07-30Strange - my previous commit to as.c to set the default dwarf level to 3 seem...Nick Clifton1-2/+3
2020-07-30Default to DWARF level 3 for the assembler.Nick Clifton1-1/+1
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth5-13/+63
2020-07-30x86: Pass --gdwarf-3 to assemblerH.J. Lu7-5/+15
2020-07-30Prevent the generation of DWARF level 0 line number tables...Nick Clifton2-1/+6
2020-07-29MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki8-0/+93
2020-07-29MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulationsMaciej W. Rozycki8-0/+62
2020-07-28x86: Handle {disp32} for (%bp)/(%ebp)/(%rbp)H.J. Lu7-3/+92
2020-07-27doc: Replace preceeded with precededH.J. Lu2-1/+5
2020-07-22MIPS/GAS/testsuite: Fix JALR relocation tests for IRIX targetsMaciej W. Rozycki26-12/+1857
2020-07-22MIPS/GAS/testsuite: Use a helper variable for IRIX/non-IRIX test selectionMaciej W. Rozycki2-5/+7
2020-07-21Revert "x86: Don't display eiz with no scale"Jan Beulich4-13/+20
2020-07-21Fix Unreasonable arch and cpu conflict warning for ther CSky architecture.Cooper Qu2-2/+8
2020-07-21Revert "x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s"Jan Beulich6-9/+26
2020-07-21MIPS/GAS: Remove stale `prev_reloc_op_frag' variableMaciej W. Rozycki2-11/+7
2020-07-20x86: handle SVR4 escaped binary operatorsJan Beulich6-7/+95
2020-07-20gas: generalize comment character escaping recognitionJan Beulich2-18/+15
2020-07-20x86: honor absolute section when emitting codeJan Beulich6-32/+189
2020-07-20ix86: enable more ELF tests for VxWorksJan Beulich2-9/+19
2020-07-19x86: Change PLT32 reloc against section to PC32H.J. Lu4-6/+25
2020-07-15x86: Don't display eiz with no scaleH.J. Lu4-13/+21
2020-07-15Fix the generation of relocs for missing build notes.Nick Clifton2-9/+24
2020-07-15x86-64: adjust stack insn test caseJan Beulich5-17/+25
2020-07-15x86: avoid attaching suffixes to unambiguous insnsJan Beulich72-487/+560
2020-07-14x86-64: Zero-extend lower 32 bits displacement to 64 bitsH.J. Lu8-54/+48
2020-07-14x86/Intel: debug registers are named DRnJan Beulich5-7/+14
2020-07-14x86: simplify decode of opcodes valid with (embedded) 66 prefix onlyJan Beulich2-4/+8
2020-07-14x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel modeJan Beulich3-4/+9
2020-07-14x86: don't disassemble MOVBE with two suffixesJan Beulich4-0/+58
2020-07-14x86: avoid attaching suffix to register-only CRC32Jan Beulich33-675/+164
2020-07-14x86-64: don't hide an empty but meaningless REX prefixJan Beulich5-8/+22
2020-07-14x86: drop dead code from OP_IMREG()Jan Beulich3-0/+10
2020-07-14x86-64: fold ILP32 test expectationsJan Beulich17-7806/+36
2020-07-13x86: Remove 32-bit sign extension in offset_in_rangeH.J. Lu2-8/+5
2020-07-13Updated French translation for the gas/ and binutils/ sub-directoriesNick Clifton2-2261/+2649
2020-07-13gas DWARF2 test XPASSesAlan Modra5-8/+11
2020-07-11x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu9-0/+53
2020-07-10x86: Extract extended states from instruction templateH.J. Lu6-73/+91
2020-07-10gas/i386/property-5.d: Correct test nameH.J. Lu2-1/+5
2020-07-10x86: Add support for Intel AMX instructionsLili Cui14-13/+460
2020-07-10[readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ...Tom de Vries13-12/+28