aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+3
2021-01-04PR27101, as: Reject (byte) .align 0x100000000Alan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-18Re: Stop Gas from generating line info or address rangesAlan Modra1-14/+32
2020-11-17When reading string arguments for the assembler's string directives treat spa...Nick Clifton1-0/+5
2020-09-18Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton1-1/+1
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton1-0/+5
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton1-19/+57
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-5/+8
2020-08-21Rearrange symbol_create parametersAlan Modra1-2/+1
2020-08-20Use libiberty hash in gas/read.c.Martin Liska1-13/+60
2020-08-07as: Ignore rest of line on overflow errorH.J. Lu1-1/+4
2020-08-06gas: Fix internal error on long local labelsAlex Coplan1-3/+16
2020-08-04gas: Use udata for DW_AT_high_pc when emitting DWARF4Mark Wielaard1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra1-8/+4
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-1/+1
2020-02-26gas strncpy warningAlan Modra1-1/+2
2020-02-26Indent labelsAlan Modra1-2/+2
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-6/+6
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-1/+2
2019-03-18Use temp_ilp and restore_ilp in more placesAlan Modra1-4/+1
2019-01-25PR24125, Assertion failure with embedded NULs in stringAlan Modra1-2/+0
2019-01-04Fix bug parsing angle bracketed string sequences.Wu Heng1-2/+5
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-22PR23040, .uleb128 directive doesn't accept some valid expressionsAlan Modra1-1/+1
2018-08-21Fix invalid strcpy on unterminated bufferAndreas Schwab1-1/+2
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-208/+0
2018-02-27gas: Rename .nop directive to .nopsH.J. Lu1-3/+3
2018-02-17Add .nop assembler directiveH.J. Lu1-0/+53
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-22Riscv ld-elf/stab failure and fake label cleanup.Jim Wilson1-3/+6
2017-11-07bundle_lock message tidyAlan Modra1-10/+11
2017-11-07gas and ld pluralization fixesAlan Modra1-3/+12
2017-10-20Improve handling of REPT pseudo op with a negative count.Nick Clifton1-5/+17
2017-10-09Enable .fill forward labelsAndreas Krebbel1-1/+1
2017-08-11Also disallow global alias of common symbolH.J. Lu1-1/+1
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
2017-01-12Prevent internal assembler errors if a stabs creation function builds an badl...Nick Clifton1-0/+44
2017-01-10This patch ensure same output for sleb128 with large number.Tristan Gingold1-3/+11
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-06fix typoNick Clifton1-1/+1
2016-12-06Stop the assembler from running out of memory when asked to generate a huge n...Nick Clifton1-5/+14
2016-12-05Fix fault in assembler when passed a bogus input file.Nick Clifton1-0/+12
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-2/+2
2016-04-02PR19896, Segmentation fault on bad inputAlan Modra1-1/+3
2016-04-01Constify moreAlan Modra1-3/+3
2016-03-31get rid of K&R style argsTrevor Saunders1-6/+2