aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
11 daysmicroMIPS: Add MT ASE instruction set supportYunQiang Su1-1/+1
2024-07-19MIPS/GAS: Handle --trap command-line option dynamicallyMaciej W. Rozycki1-11/+25
2024-07-13Revert "MIPS/GAS: Omit LI 0 for condition trap"Maciej W. Rozycki1-8/+3
2024-07-12MIPS/GAS: Omit LI 0 for condition trapYunQiang Su1-3/+8
2024-02-29PR23877, bad value (n32r5900) for default CPUAlan Modra1-1/+3
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15ELF: drop "push" parameter from obj_elf_change_section()Jan Beulich1-1/+1
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang1-5/+5
2023-09-20elf-attrs.c memory allocation failAlan Modra1-2/+4
2023-06-15Add rotation instructions to MIPS Allegrex CPUDavid Guillen Fandos1-1/+1
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos1-2/+6
2023-06-15Revert "MIPS: gas: alter 64 or 32 for mipsisa triples if march is implicit"Maciej W. Rozycki1-160/+120
2023-06-15Revert "MIPS: add MT ASE support for micromips32"Maciej W. Rozycki1-1/+1
2023-06-05MIPS: add MT ASE support for micromips32YunQiang Su1-1/+1
2023-06-05Revert "MIPS: add MT ASE support for micromips32"YunQiang Su1-1/+1
2023-06-05MIPS: add MT ASE support for micromips32YunQiang Su1-1/+1
2023-06-05MIPS: gas: alter 64 or 32 for mipsisa triples if march is implicitYunQiang Su1-120/+160
2023-05-13PR28955 mips gas segfaultAlan Modra1-2/+4
2023-04-23MIPS: fix loongson3 llsc workaroundYunQiang Su1-7/+3
2023-01-16Tidy gas/expr.c static stateAlan Modra1-7/+8
2023-01-16PR29991, MicroMIPS flag erased after align directivesAlan Modra1-0/+5
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-12/+6
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-06-14BFD_RELOC_MIPS_16Alan Modra1-8/+8
2022-04-12gas: new_logical_line{,_flags}() can return "void"Jan Beulich1-1/+1
2022-04-12gas: drop .appfile and .applineJan Beulich1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-13MIPS: don't use get_symbol_name() for section parsing. With s_change_section...Jan Beulich1-14/+7
2021-05-29MIPS/opcodes: Do not use CP0 register names for control registersMaciej W. Rozycki1-4/+5
2021-05-29MIPS/GAS: Use FCSR rather than RA with CFC1/CTC1Maciej W. Rozycki1-4/+6
2021-04-01Use startswith in gas subfolder.Martin Liska1-31/+30
2021-03-31Use bool in gasAlan Modra1-518/+517
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-02ubsan: tc-mips.c:9606 shift exponent 32 is too largeAlan Modra1-2/+5
2020-08-31PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UBAlan Modra1-9/+9
2020-08-25gas warning fixesAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-4/+6
2020-08-21Rearrange symbol_create parametersAlan Modra1-10/+10
2020-08-20Port gas/config/* to str_htab.Martin Liska1-32/+18
2020-07-21MIPS/GAS: Remove stale `prev_reloc_op_frag' variableMaciej W. Rozycki1-11/+2
2020-03-10More 1 << 31 signed overflowsAlan Modra1-2/+2
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-3/+3
2020-02-28MIPS/fix_loongson3_llsc: fix when target has multi labelsYunQiang Su1-5/+44
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-27/+24
2019-08-19MIPS/gas: Fix misaligned address errors to disregard ISA mode bitFaraz Shahbazker1-5/+23
2019-08-19MIPS/gas: Retain ISA mode bit for labels with .insn annotationFaraz Shahbazker1-3/+4
2019-07-09Re: gas/ELF: don't accumulate .type settingsAlan Modra1-12/+18