aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-30S/390: Remove optional operand flag.Andreas Krebbel1-19/+0
2017-03-31Reduce the size of s390 symbol tables by allowing relocations in mergeable st...Nick Clifton1-2/+4
2017-03-21S/390: Remove vx2 facility flagAndreas Krebbel1-4/+2
2017-02-23S/390: Add support for new cpu architecture - arch12.Andreas Krebbel1-2/+6
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-7/+7
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-04S/390: Fix 16 bit pc relative relocs.Andreas Krebbel1-4/+20
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+1
2016-09-12S/390: Add alternate processor names.Andreas Krebbel1-13/+31
2016-09-12S/390: Fix facility bit default.Andreas Krebbel1-1/+4
2016-04-03use XNEW and related macros moreTrevor Saunders1-6/+6
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-3/+3
2016-03-07Add const qualifiers at various places.Trevor Saunders1-3/+3
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-09-29Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ...Dominik Vogt1-45/+176
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-18/+11