summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Add the SEC_ELF_OCTETS flag to debug sections created by the assembler.Tucker2021-07-122-0/+22
* Add changelog entries for last commitAndreas Krebbel2021-07-071-0/+5
* IBM Z: Add another arch14 instructionAndreas Krebbel2021-07-072-0/+2
* Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton2021-07-076-333/+367
* PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan2021-07-061-1/+1
* Updated translations (mainly Ukranian and French) triggered by creation of 2....Nick Clifton2021-07-052-5658/+5824
* Update version number and regenerate filesNick Clifton2021-07-033-2800/+2856
* Add markers for 2.37 branchNick Clifton2021-07-032-0/+6
* Re: Fix minor NDS32 renaming snafuAlan Modra2021-07-022-2/+6
* Fix minor NDS32 renaming snafu.Nick Clifton2021-07-022-2/+7
* opcodes: constify & scope microblaze opcodesMike Frysinger2021-07-012-2/+7
* opcodes: constify aarch64_opcode_tablesMike Frysinger2021-07-012-3/+9
* gas: update csect alignment for PPC prefixed instructions on XCOFFClément Chigot2021-06-242-0/+10
* picojava assembler and disassembler fixesAlan Modra2021-06-224-173/+159
* ubsan errors when 32-bit bfdAlan Modra2021-06-192-3/+7
* ppc raw test failure when 32-bit bfdAlan Modra2021-06-193-2/+7
* gas: fold symbol table entries generated for .startof.() / .sizeof.()Jan Beulich2021-06-185-8/+71
* Fix an assertion failure in the AArch64 assembler triggered by incorrect inst...Nick Clifton2021-06-175-3/+24
* gas: handle csect in bss section for XCOFFClément Chigot2021-06-172-3/+14
* gas: ensure sections contents is zero for BFD_RELOC_PPC*_TLSM on XCOFF.Clément Chigot2021-06-176-5/+107
* gas: fix hex float parsing from .dcb.? directivesJan Beulich2021-06-163-71/+75
* gas: fix overflow diagnosticsJan Beulich2021-06-166-10/+72
* x86: bring "gas --help" output for --32 etc in sync with realityJan Beulich2021-06-153-4/+15
* x86: simplify .dispNN settingJan Beulich2021-06-152-51/+24
* x86: slightly simplify offset_in_range()Jan Beulich2021-06-152-2/+7
* x86: harmonize disp with imm handlingJan Beulich2021-06-155-23/+79
* x86: make offset_in_range()'s warning contents useful (again)Jan Beulich2021-06-152-6/+7
* x86: off-by-1 in offset_in_range()Jan Beulich2021-06-157-1/+89
* x86: permit parenthesized expressions again as addressing scale factorJan Beulich2021-06-155-2/+26
* gas: fold three as_warn() in emit_expr_with_reloc()Jan Beulich2021-06-142-12/+6
* gas: drop TC_ADDRESS_BYTES conditionalsJan Beulich2021-06-143-5/+8
* x86: Always define TC_PARSE_CONS_EXPRESSIONH.J. Lu2021-06-113-3/+12
* RISC-V: Update the riscv_opts.[rvc|rve] in the riscv_set_arch.Nelson Chu2021-06-112-10/+14
* arm: avoid "shadowing" of glibc function nameJan Beulich2021-06-102-16/+24
* arm: fix array-out-of-bounds upon register parsing errorJan Beulich2021-06-102-1/+6
* x86: suppress LEA optimization in a specific 16-bit caseJan Beulich2021-06-105-3/+69
* x86: cover a.out in recently added testsJan Beulich2021-06-084-41/+47
* x86: minor improvements to optimize_imm() (part II)Jan Beulich2021-06-082-3/+7
* x86: minor improvements to optimize_disp() (part II)Jan Beulich2021-06-082-7/+10
* x86-64: avoid bogus warnings with 32-bit addressingJan Beulich2021-06-089-0/+89
* x86: minor improvements to optimize_disp() (part I)Jan Beulich2021-06-082-11/+18
* x86: honor quoted figure braces in i386_att_operand()Jan Beulich2021-06-074-8/+43
* x86: better respect quotes in parse_operands()Jan Beulich2021-06-074-14/+40
* x86: allow unary operators to start a memory operandJan Beulich2021-06-075-14/+40
* x86: make symbol quotation check consistent in i386_att_operand()Jan Beulich2021-06-075-7/+44
* x86: correct absolute branch check with segment overrideJan Beulich2021-06-072-9/+14
* x86/Intel: drop unnecessary bracket matching from parse_operands()Jan Beulich2021-06-072-13/+8
* x86: remove pointless 2nd parameter from check_VecOperations()Jan Beulich2021-06-073-6/+11
* x86: immediate operands don't allow for vector operationsJan Beulich2021-06-072-10/+4
* ix86: wrap constantsJan Beulich2021-06-076-6/+165