aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sparc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-20elf-attrs.c memory allocation failAlan Modra1-4/+8
2023-08-17gas: tc-sparc.c: undo spurious change in 5be1b787276d2adbe85ae7febc709ca517b6...Jose E. Marchesi1-1/+1
2023-08-17bpf: gas: consolidate handling of immediate overflowsJose E. Marchesi1-1/+1
2023-08-02Revert "2.41 Release sources"Sam James1-0/+1
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-1/+0
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi1-0/+1
2023-01-16Tidy gas/expr.c static stateAlan Modra1-5/+5
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-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