aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2020-08-24CSKY: Add new arch CK860.Cooper Qu8-9/+117
2020-08-24tic54x fixesAlan Modra5-29/+33
2020-08-24Remove "memory exhausted" messagesAlan Modra10-79/+50
2020-08-24gcc-4 -Og false positive "may be used uninitialised"Alan Modra2-6/+10
2020-08-24PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARMAlan Modra2-1/+7
2020-08-24CSKY: Add ck803r2 series cpu.Cooper Qu4-8/+71
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra67-364/+633
2020-08-21Redo gas local symbol supportAlan Modra2-399/+375
2020-08-21gas symbol struct field renamingAlan Modra3-359/+364
2020-08-21Rearrange symbol_create parametersAlan Modra42-266/+292
2020-08-21CSKY: Support two operands form for bloop.Cooper Qu4-1/+30
2020-08-20Remove --reduce-memory-overheads and --hash-size arguments.Martin Liska7-704/+47
2020-08-20Port gas/config/* to str_htab.Martin Liska56-1214/+1114
2020-08-20Port dw2gencfi.c to str_htab.Martin Liska2-14/+11
2020-08-20Port ecoff.c to str_hash.Martin Liska2-20/+19
2020-08-20Add new string hash table based on htab_t.Martin Liska2-0/+91
2020-08-20Use libiberty hash in gas/symbols.c.Martin Liska2-38/+95
2020-08-20Use libiberty hash in gas/read.c.Martin Liska4-15/+77
2020-08-20Use libiberty hash in gas/macro.c.Martin Liska4-39/+159
2020-08-20gas/hash.c: add new functionsMartin Liska4-0/+41
2020-08-19Correct vcmpsq, vcmpuq and xvtlsbb BF fieldAlan Modra4-3/+9
2020-08-18Add ChangeLog entries for previous commit.Peter Bergner1-0/+5
2020-08-18PowerPC: Rename xvcvbf16sp to xvcvbf16spnPeter Bergner2-2/+2
2020-08-17gas: Fix internal error in S_SET_SEGMENTAlex Coplan5-1/+26
2020-08-13Fix an internal compiler error when attempting to create a second $GDB_DEBUG$...Nick Clifton2-1/+11
2020-08-12[PATCH] gas: arm: Fix IT-predicated MVE vcvtJoe Ramsay7-8/+43
2020-08-12aarch64: Add support for MPAM system registersAlex Coplan6-0/+82
2020-08-12The description for -mno-csr-check talks about "cheching" rather than "checki...Nick Clifton2-1/+7
2020-08-12Updated Serbian and Russian translations for various sub-directoriesNick Clifton2-2248/+2646
2020-08-10aarch64: Don't assert on long sysreg namesAlex Coplan5-13/+49
2020-08-10Remove spurious text in changelog entryNick Clifton1-10/+0
2020-08-10[aarch64] GAS doesn't validate the architecture version for any tlbi register...Przemyslaw Wirkus5-4/+38
2020-08-10Implement missing powerpc extended mnemonicsAlan Modra5-0/+19
2020-08-10Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassemblyAlan Modra3-200/+205
2020-08-10Error on lmw, lswi and related PowerPC insns when LEAlan Modra11-1075/+1111
2020-08-07as: Ignore rest of line on overflow errorH.J. Lu2-1/+9
2020-08-06gas: Fix internal error on long local labelsAlex Coplan6-3/+32
2020-08-04Z8k: fix sout/soudb opcodes with direct addressChristian Groessler2-2/+7
2020-08-04gas/NEWS: Mention {disp16} pseudo prefixH.J. Lu2-0/+6
2020-08-04gas: Revert an accidental change in x86-64-pseudos.dH.J. Lu2-1/+6
2020-08-04gas: Use udata for DW_AT_high_pc when emitting DWARF4Mark Wielaard4-4/+16
2020-08-04gas: Make sure .debug_line file table contains a zero filename and dirMark Wielaard2-9/+34
2020-08-04gas: Fix .debug_info CU header for --gdwarf-5Mark Wielaard7-2/+78
2020-08-04gas: Fix as.texi typo infortmationMark Wielaard2-3/+7
2020-08-03MSP430: Remove unused -md GAS optionJozef Lawrynowicz2-9/+7
2020-07-30x86: Add {disp16} pseudo prefixH.J. Lu12-24/+191
2020-07-30Strange - my previous commit to as.c to set the default dwarf level to 3 seem...Nick Clifton1-2/+3
2020-07-30Default to DWARF level 3 for the assembler.Nick Clifton1-1/+1
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth5-13/+63
2020-07-30x86: Pass --gdwarf-3 to assemblerH.J. Lu7-5/+15