aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-22replace some raw xmalloc / xrealloc with the XNEW* macrosTrevor Saunders1-17/+16
2016-03-16Fix checking bignum values that are being inserted into byte sized containers.Nick Clifton1-1/+20
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
2016-02-25Convert more variables to a constant form.Trevor Saunders1-6/+5
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-5/+7
2016-02-19Prevent seg-fault in gas reading a binary input file.Nick Clifton1-0/+5
2016-02-19Add const to various variables in the gas sources.Trevor Saunders1-3/+4
2016-02-18Avoid setting or recording negative alignments when the target stores multipl...Dan Gisselquist1-94/+126
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08gas: consistently emit diagnostics for non-zero data emission to .bss/.structJan Beulich1-16/+88
2015-12-08gas: don't get confused by .asci{i,z} after .structJan Beulich1-8/+9
2015-11-19output_big_leb128 commentAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-10Bug 19113 - read.c stringer assertionAlan Modra1-3/+3
2015-08-27More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra1-4/+3
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-79/+81
2015-08-17Rationalize ARM .alignAlan Modra1-0/+5
2015-05-22Fixes: "gas/read.c:5087:12: error: left shift of negative"Nick Clifton1-1/+1
2015-01-19Extend .reloc to accept some BFD_RELOCsAlan Modra1-1/+22
2015-01-12gas: allow labeling of CFI instructionsJan Beulich1-1/+1
2015-01-12Assorted compiler warning fixesAlan Modra1-2/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-10-21gas: avoid bogus warnings in false branches of conditionalJan Beulich1-7/+8
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-1/+1
2014-08-18Cast result of TC_PARSE_CONS_EXPRESSIONAlan Modra1-1/+1
2014-07-12Don't force "set" symbols local for PEAlan Modra1-1/+1
2014-04-09Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.Nick Clifton1-1/+1
2014-04-09ppc476 gas warn on data in code sectionsAlan Modra1-0/+9
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-22/+55
2014-03-19Add support for ARM assembler produced by CodeCompositor Studio.Daniel Gutson1-1/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-10-14 * gen-aout.c (main): Fix formatting. Close file.Nick Clifton1-5/+3
2013-04-11 gas/Julian Brown1-7/+8
2013-03-082013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-2/+1
2013-01-10Remove trailing white spaces on gasH.J. Lu1-2/+2
2012-11-09 * read.h (s_vendor_attribute): Move to...Maciej W. Rozycki1-139/+0
2012-06-09Allocate sufficient space for string bufferH.J. Lu1-10/+15
2012-06-07 PR gas/14201Alan Modra1-8/+8
2012-05-29gas/Roland McGrath1-6/+13
2012-05-28 * read.c (read_symbol_name): New function. Reads a symbol names.Nick Clifton1-102/+136
2012-03-13Fix up last commit.Roland McGrath1-1/+1
2012-03-13gas/Roland McGrath1-13/+247