Age | Commit message (Expand) | Author | Files | Lines |
2021-05-03 | RISC-V: PR27764, Add tests for A extension | Christoph Muellner | 4 | -0/+550 |
2021-05-03 | x86: allow @secrel32 also in data definitions | Jan Beulich | 4 | -7/+22 |
2021-05-03 | x86: use UNIX EOL in secrel testcase | Jan Beulich | 3 | -125/+130 |
2021-05-03 | x86: fold both instances of lex_got() | Jan Beulich | 2 | -106/+14 |
2021-05-03 | testsuite: Don't start directives in first column | Alan Modra | 3 | -14/+20 |
2021-04-29 | x86-64: adjust recently added tests | Jan Beulich | 6 | -15/+26 |
2021-04-29 | x86: relax when/how @size can be used | Jan Beulich | 7 | -9/+138 |
2021-04-29 | x86: allow @size to also (sensibly) apply to sections | Jan Beulich | 5 | -7/+36 |
2021-04-28 | x86: honor signedness of PC-relative relocations | Jan Beulich | 11 | -18/+211 |
2021-04-27 | x86: Add () to silence GCC 5 | H.J. Lu | 2 | -1/+7 |
2021-04-26 | x86: add IS_ELF to check whether to resolve @size reloc | Jan Beulich | 2 | -1/+7 |
2021-04-26 | x86: limit 32-bit @size overflow checks to 64-bit objects | Jan Beulich | 2 | -0/+6 |
2021-04-26 | x86: optimize LEA | Jan Beulich | 13 | -8/+569 |
2021-04-26 | x86-64: have value properly checked when resolving fixup | Jan Beulich | 5 | -1/+65 |
2021-04-23 | Fix type of .persistent.bss section | Eric Botcazou | 4 | -2/+17 |
2021-04-23 | Allow .seh_pushframe to take an optional [code] parameter | J?r?me Gardou | 2 | -1/+25 |
2021-04-23 | x86-64: special case LEA when determining signedness of displacement | Jan Beulich | 2 | -8/+24 |
2021-04-23 | x86-64: defer 32-bit signed displacement check | Jan Beulich | 2 | -19/+34 |
2021-04-23 | x86: re-order optimize_disp() | Jan Beulich | 2 | -16/+23 |
2021-04-23 | x86: don't truncate values in diagnostics and alike | Jan Beulich | 2 | -4/+9 |
2021-04-21 | Adjust readelf's output so that section symbols without a name as shown with ... | Nick Clifton | 34 | -133/+170 |
2021-04-20 | Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o... | Cl?ment Chigot | 3 | -28/+107 |
2021-04-19 | Fix an assembler testuite failure when checking a toolchain configured with -... | Nick Clifton | 2 | -0/+7 |
2021-04-19 | aarch64: New instructions for maintenance of GPT entries cached in a TLB | Przemyslaw Wirkus | 4 | -0/+18 |
2021-04-19 | aarch64: Add new data cache maintenance operations | Przemyslaw Wirkus | 3 | -0/+11 |
2021-04-19 | gas: drop sprint_value() | Jan Beulich | 7 | -30/+19 |
2021-04-16 | aarch64: Define RME system registers | Przemyslaw Wirkus | 6 | -0/+41 |
2021-04-16 | RISC-V: PR27436, make operand C> work the same as >. | Nelson Chu | 8 | -3/+116 |
2021-04-16 | Update the ChangeLog, and add the missing entries. | Nelson Chu | 1 | -2/+6 |
2021-04-16 | RISC-V: compress "addi d,CV,z" to "c.mv d,CV" | Lifang Xia | 2 | -9/+9 |
2021-04-14 | Re: PR27723, Internal error in select_cie_for_fde | Alan Modra | 2 | -68/+67 |
2021-04-14 | PR27723, Internal error in select_cie_for_fde | Alan Modra | 2 | -0/+10 |
2021-04-13 | m68hc11 gas testsuite wart | Alan Modra | 2 | -13/+15 |
2021-04-12 | Power10 bignum operands | Alan Modra | 6 | -70/+124 |
2021-04-12 | RISC-V: Support to parse the multi-letter prefix in the architecture string. | Nelson Chu | 23 | -23/+59 |
2021-04-09 | AArch64: Fix Diagnostic messaging for LD/ST Exclusive. | Tejas Belagod | 4 | -14/+53 |
2021-04-09 | PowerPC disassembly of pcrel references | Alan Modra | 4 | -51/+57 |
2021-04-08 | PR27676, PowerPC missing extended dcbt, dcbtst mnemonics | Alan Modra | 6 | -4/+163 |
2021-04-07 | Fix pr27217 testcase failure | Alan Modra | 2 | -3/+8 |
2021-04-06 | Fix a problem assembling AArch64 sources when a relocation is generated again... | Nick Clifton | 4 | -140/+235 |
2021-04-06 | gas: missing (re-)initialization of local variable in fixup_segment() | Jan Beulich | 2 | -1/+7 |
2021-04-05 | C99 gas configury | Alan Modra | 18 | -2013/+561 |
2021-04-01 | Remove strneq macro and use startswith. | Martin Liska | 4 | -17/+23 |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 58 | -417/+540 |
2021-03-31 | Don't include bfd/sysdep.h for gas files | Alan Modra | 5 | -7/+11 |
2021-03-31 | Use bool in gas | Alan Modra | 133 | -4237/+4275 |
2021-03-31 | Remove bfd_stdint.h | Alan Modra | 5 | -4/+10 |
2021-03-30 | x86: drop seg_entry | Jan Beulich | 3 | -45/+46 |
2021-03-30 | x86: drop REGNAM_{AL,AX,EAX} | Jan Beulich | 3 | -3/+17 |
2021-03-30 | x86: adjust st(<N>) parsing | Jan Beulich | 2 | -6/+29 |