aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sparc.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-18/+17
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-41/+41
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-02ubsan: tc-sparc.c:1146 left shift cannot be representedAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-4/+10
2020-08-20Port gas/config/* to str_htab.Martin Liska1-22/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-04-16Make fixup fx_where unsignedAlan Modra1-1/+1
2019-04-16Make frag fr_fix unsignedAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-09-04gas, sparc: Allow non-fpop2 instructions before floating point branchesDaniel Cederman1-5/+6
2018-04-16Remove sparc-aout and sparc-coff supportAlan Modra1-195/+5
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-4/+0
2018-01-30Fix PR gas/22738 (.dc.a directive has wrong size on SPARC 64-bit).Eric Botcazou1-2/+15
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-08-23gas: enable PC-relative diff relocations on sparc64James Clarke1-1/+25
2017-05-19binutils: support for the SPARC M8 processorJose E. Marchesi1-1/+75
2017-04-25gas: sparc: fix relaxation of CALL instruction into branches in a.out targetsJose E. Marchesi1-2/+7
2017-02-23opcodes,gas: associate SPARC ASIs with an architecture level.Sheldon Lobo1-7/+46
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-11-25gas: fix CBCOND diagnostics for invalid immediate operands.Jose E. Marchesi1-2/+3
2016-11-22gas,opcodes: fix hardware capabilities bumping in the sparc assembler.Jose E. Marchesi1-58/+54
2016-11-15Fix SPARC relocations generated for the .eh_frame section.Nick Clifton1-1/+4
2016-09-14gas: improve architecture mismatch diagnostics in sparcJose E. Marchesi1-1/+1
2016-09-14gas: detect DCTI couples in sparcJose E. Marchesi1-11/+45
2016-08-04Fix generation of relocs for 32-bit Sparc Solaris targets.Stefan Trleman1-0/+16
2016-07-19sparc: make a field type bfd_reloc_code_real_typeTrevor Saunders1-1/+1
2016-07-19sparc: remove a sentinalTrevor Saunders1-16/+11
2016-06-17opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns.Jose E. Marchesi1-26/+25
2016-06-17opcodes,gas: adjust sparc insns and make GAS aware of itJose E. Marchesi1-15/+25
2016-06-17gas: sparc: fix collision of registers and pseudo-ops.Jose E. Marchesi1-141/+240
2016-05-13use XNEW and related macros moreTrevor Saunders1-4/+4
2016-04-14make a few variables staticTrevor Saunders1-1/+1
2016-04-07Allow integer contants to have a U suffix. Improve error reporting for missi...Nick Clifton1-0/+5
2016-04-01Constify moreAlan Modra1-2/+2
2016-03-31work around get_symbol_name () in sparc and ia64Trevor Saunders1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-24gas: sparc: allow ASR registers in the 0..31 range in V9 and laterJose E. Marchesi1-16/+16
2016-03-22tc-sparc.c: get rid of wierd usage of strchr ()Trevor Saunders1-6/+13
2016-02-25Convert more variables to a constant form.Trevor Saunders1-13/+13
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-09sparc: support %dN and %qN syntax for FP registers.Jose E. Marchesi1-5/+11
2015-08-25Support for the sparc %pmcdper privileged register.Jose E. Marchesi1-0/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-12/+9