aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-12 * as.c (main): Define .gasversion. rather than __GAS_VERSION__.Alan Modra1-2/+1
2011-06-02Fix spelling mistakes.Nick Clifton1-1/+1
2011-05-062011-05-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-13/+0
2011-03-18 * read.c (read_a_source_file): Remove md_after_pass_hook.Alan Modra1-5/+1
2011-03-17 PR 12569Alan Modra1-6/+7
2011-02-15 * dw2gencfi.c (dot_cfi_dummy): New.Richard Henderson1-2/+1
2010-12-01 * symbols.h (dot_symbol): New declaration.Maciej W. Rozycki1-0/+2
2010-08-02 PR gas/11867Alan Modra1-3/+20
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-3/+7
2010-05-05 * read.c (cons_worker): Detect and reject unexpected string argument.Nathan Sidwell1-1/+9
2010-04-21Revert the accidental checkin.H.J. Lu1-1/+0
2010-04-21Properly handle ".equ symbol, reg + NUM" in x86 Intel syntax.H.J. Lu1-0/+1
2010-04-09bfd/ChangeLogNick Clifton1-39/+42
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-8/+7
2009-11-19gas/Jan Beulich1-0/+1
2009-10-26 PR gas/10850Alan Modra1-1/+1
2009-10-15 PR gas/1491Alan Modra1-35/+39
2009-10-05 * read.c (s_reloc): Don't use expression_and_evaluate.Alan Modra1-1/+1
2009-09-29bfdNick Clifton1-0/+51