summaryrefslogtreecommitdiff
path: root/gas/read.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent seg-fault in gas reading a binary input file.Nick Clifton2016-02-191-0/+5
* Add const to various variables in the gas sources.Trevor Saunders2016-02-191-3/+4
* Avoid setting or recording negative alignments when the target stores multipl...Dan Gisselquist2016-02-181-94/+126
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* gas: consistently emit diagnostics for non-zero data emission to .bss/.structJan Beulich2015-12-081-16/+88
* gas: don't get confused by .asci{i,z} after .structJan Beulich2015-12-081-8/+9
* output_big_leb128 commentAlan Modra2015-11-191-1/+1
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* Bug 19113 - read.c stringer assertionAlan Modra2015-10-101-3/+3
* More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-271-4/+3
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-79/+81
* Rationalize ARM .alignAlan Modra2015-08-171-0/+5
* Fixes: "gas/read.c:5087:12: error: left shift of negative"Nick Clifton2015-05-221-1/+1
* Extend .reloc to accept some BFD_RELOCsAlan Modra2015-01-191-1/+22
* gas: allow labeling of CFI instructionsJan Beulich2015-01-121-1/+1
* Assorted compiler warning fixesAlan Modra2015-01-121-2/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* gas: avoid bogus warnings in false branches of conditionalJan Beulich2014-10-211-7/+8
* Avoid undefined behaviour with signed expressionsAlan Modra2014-10-141-1/+1
* Cast result of TC_PARSE_CONS_EXPRESSIONAlan Modra2014-08-181-1/+1
* Don't force "set" symbols local for PEAlan Modra2014-07-121-1/+1
* Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.Nick Clifton2014-04-091-1/+1
* ppc476 gas warn on data in code sectionsAlan Modra2014-04-091-0/+9
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-22/+55
* Add support for ARM assembler produced by CodeCompositor Studio.Daniel Gutson2014-03-191-1/+4
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * gen-aout.c (main): Fix formatting. Close file.Nick Clifton2013-10-141-5/+3
* gas/Julian Brown2013-04-111-7/+8
* 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2013-03-081-2/+1
* Remove trailing white spaces on gasH.J. Lu2013-01-101-2/+2
* * read.h (s_vendor_attribute): Move to...Maciej W. Rozycki2012-11-091-139/+0
* Allocate sufficient space for string bufferH.J. Lu2012-06-091-10/+15
* PR gas/14201Alan Modra2012-06-071-8/+8
* gas/Roland McGrath2012-05-291-6/+13
* * read.c (read_symbol_name): New function. Reads a symbol names.Nick Clifton2012-05-281-102/+136
* Fix up last commit.Roland McGrath2012-03-131-1/+1
* gas/Roland McGrath2012-03-131-13/+247
* * as.c (main): Define .gasversion. rather than __GAS_VERSION__.Alan Modra2011-10-121-2/+1
* Fix spelling mistakes.Nick Clifton2011-06-021-1/+1
* 2011-05-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-05-061-13/+0
* * read.c (read_a_source_file): Remove md_after_pass_hook.Alan Modra2011-03-181-5/+1
* PR 12569Alan Modra2011-03-171-6/+7