summaryrefslogtreecommitdiff
path: root/gas/read.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton2020-09-181-1/+1
* Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton2020-09-151-0/+5
* Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton2020-09-141-19/+57
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-5/+8
* Rearrange symbol_create parametersAlan Modra2020-08-211-2/+1
* Use libiberty hash in gas/read.c.Martin Liska2020-08-201-13/+60
* as: Ignore rest of line on overflow errorH.J. Lu2020-08-071-1/+4
* gas: Fix internal error on long local labelsAlex Coplan2020-08-061-3/+16
* gas: Use udata for DW_AT_high_pc when emitting DWARF4Mark Wielaard2020-08-041-1/+1
* Replace "if (x) free (x)" with "free (x)", gasAlan Modra2020-05-211-8/+4
* miscellaneous SEC_SMALL_DATAAlan Modra2020-03-021-1/+1
* gas strncpy warningAlan Modra2020-02-261-1/+2
* Indent labelsAlan Modra2020-02-261-2/+2
* Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov2020-01-031-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton2019-05-141-1/+2
* Use temp_ilp and restore_ilp in more placesAlan Modra2019-03-181-4/+1
* PR24125, Assertion failure with embedded NULs in stringAlan Modra2019-01-251-2/+0
* Fix bug parsing angle bracketed string sequences.Wu Heng2019-01-041-2/+5
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23040, .uleb128 directive doesn't accept some valid expressionsAlan Modra2018-10-221-1/+1
* Fix invalid strcpy on unterminated bufferAndreas Schwab2018-08-211-1/+2
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-208/+0
* gas: Rename .nop directive to .nopsH.J. Lu2018-02-271-3/+3
* Add .nop assembler directiveH.J. Lu2018-02-171-0/+53
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Riscv ld-elf/stab failure and fake label cleanup.Jim Wilson2017-11-221-3/+6
* bundle_lock message tidyAlan Modra2017-11-071-10/+11
* gas and ld pluralization fixesAlan Modra2017-11-071-3/+12
* Improve handling of REPT pseudo op with a negative count.Nick Clifton2017-10-201-5/+17
* Enable .fill forward labelsAndreas Krebbel2017-10-091-1/+1
* Also disallow global alias of common symbolH.J. Lu2017-08-111-1/+1
* This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva2017-07-211-1/+1
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-2/+2
* Prevent internal assembler errors if a stabs creation function builds an badl...Nick Clifton2017-01-121-0/+44
* This patch ensure same output for sleb128 with large number.Tristan Gingold2017-01-101-3/+11
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* fix typoNick Clifton2016-12-061-1/+1
* Stop the assembler from running out of memory when asked to generate a huge n...Nick Clifton2016-12-061-5/+14
* Fix fault in assembler when passed a bogus input file.Nick Clifton2016-12-051-0/+12
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-2/+2
* PR19896, Segmentation fault on bad inputAlan Modra2016-04-021-1/+3
* Constify moreAlan Modra2016-04-011-3/+3
* get rid of K&R style argsTrevor Saunders2016-03-311-6/+2
* replace some raw xmalloc / xrealloc with the XNEW* macrosTrevor Saunders2016-03-221-17/+16
* Fix checking bignum values that are being inserted into byte sized containers.Nick Clifton2016-03-161-1/+20
* Add const qualifiers at various places.Trevor Saunders2016-03-071-1/+1
* Convert more variables to a constant form.Trevor Saunders2016-02-251-6/+5
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-5/+7