aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12s390: Simplify (dis)assembly of insn operands with const bitsJens Remus1-7/+0
2024-03-01s390: Be more verbose about missing operand typeJens Remus1-1/+37
2024-03-01s390: Provide operand number in assembler warning and error messagesJens Remus1-33/+74
2024-03-01s390: Allow to explicitly omit base register operand in assemblyJens Remus1-3/+7
2024-03-01s390: Warn when register name type does not match operandJens Remus1-0/+108
2024-03-01s390: Revise s390-specific assembler option descriptionsJens Remus1-10/+18
2024-03-01s390: Add comments to assembler operand parsing logicJens Remus1-6/+25
2024-03-01s390: Correct setting of highgprs flag in ELF outputJens Remus1-6/+8
2024-03-01s390: Do not erroneously use base operand value for length operandJens Remus1-17/+18
2024-03-01s390: Enhance handling of syntax errors in assemblerJens Remus1-2/+4
2024-03-01s390: Lower severity of assembler syntax errors from fatal to errorJens Remus1-6/+6
2024-01-05s390: drop .bss overrideJan Beulich1-12/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-11-23s390: Add missing extended mnemonicsJens Remus1-4/+8
2023-08-02Revert "2.41 Release sources"Sam James1-4/+10
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-10/+4
2023-07-03IBM Z: Fix pcrel relocs for symA-symB expressionsAndreas Krebbel1-4/+10
2023-05-12gas: equates of registersJan Beulich1-1/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-05-16IBM zSystems: Fix left-shifting negative PCRel32 values (PR gas/29152)Ilya Leoshkevich1-3/+3
2022-05-12Re: IBM zSystems: Accept (. - 0x100000000) PCRel32 operandsAlan Modra1-5/+5
2022-05-09IBM zSystems: Accept (. - 0x100000000) PCRel32 operandsIlya Leoshkevich1-5/+9
2022-04-07IBM zSystems: Add support for z16 as CPU name.Andreas Krebbel1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-21as_bad_subtractAlan Modra1-4/+1
2021-04-19gas: drop sprint_value()Jan Beulich1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-2/+2
2021-03-31Use bool in gasAlan Modra1-32/+32
2021-02-15IBM Z: Implement instruction set extensionsAndreas Krebbel1-0/+2
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-3/+8
2020-08-21Rearrange symbol_create parametersAlan Modra1-1/+1
2020-08-20Port gas/config/* to str_htab.Martin Liska1-24/+9
2020-01-31Fix compile time build problem building the s390 assembler.Nick Clifton1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-08S/390: Add support for z15 as CPU name.Andreas Krebbel1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-01-31S/390: Implement instruction set extensionsAndreas Krebbel1-0/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-09S/390: Fix optional operand handling after memory addressesAndreas Krebbel1-24/+23
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-3/+2
2018-10-23S/390: Support vector alignment hintsAndreas Krebbel1-0/+15
2018-09-25S/390: Fix symbolic displacement in layAndreas Krebbel1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-07gas and ld pluralization fixesAlan Modra1-2/+6
2017-07-21S/390: Support z14 as CPU name.Andreas Krebbel1-1/+1
2017-05-30S/390: Fix indentationAndreas Krebbel1-5/+5
2017-05-30S/390: Improve error checking for optional operandsAndreas Krebbel1-2/+14