Age | Commit message (Expand) | Author | Files | Lines |
2016-04-02 | PR19896, Segmentation fault on bad input | Alan Modra | 1 | -1/+3 |
2016-04-01 | Constify more | Alan Modra | 1 | -3/+3 |
2016-03-31 | get rid of K&R style args | Trevor Saunders | 1 | -6/+2 |
2016-03-22 | replace some raw xmalloc / xrealloc with the XNEW* macros | Trevor Saunders | 1 | -17/+16 |
2016-03-16 | Fix checking bignum values that are being inserted into byte sized containers. | Nick Clifton | 1 | -1/+20 |
2016-03-07 | Add const qualifiers at various places. | Trevor Saunders | 1 | -1/+1 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -6/+5 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -5/+7 |
2016-02-19 | Prevent seg-fault in gas reading a binary input file. | Nick Clifton | 1 | -0/+5 |
2016-02-19 | Add const to various variables in the gas sources. | Trevor Saunders | 1 | -3/+4 |
2016-02-18 | Avoid setting or recording negative alignments when the target stores multipl... | Dan Gisselquist | 1 | -94/+126 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-08 | gas: consistently emit diagnostics for non-zero data emission to .bss/.struct | Jan Beulich | 1 | -16/+88 |
2015-12-08 | gas: don't get confused by .asci{i,z} after .struct | Jan Beulich | 1 | -8/+9 |
2015-11-19 | output_big_leb128 comment | Alan Modra | 1 | -1/+1 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-10-10 | Bug 19113 - read.c stringer assertion | Alan Modra | 1 | -3/+3 |
2015-08-27 | More fallout from "Allow symbol and label names to be enclosed in double quotes" | Alan Modra | 1 | -4/+3 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -79/+81 |
2015-08-17 | Rationalize ARM .align | Alan Modra | 1 | -0/+5 |
2015-05-22 | Fixes: "gas/read.c:5087:12: error: left shift of negative" | Nick Clifton | 1 | -1/+1 |
2015-01-19 | Extend .reloc to accept some BFD_RELOCs | Alan Modra | 1 | -1/+22 |
2015-01-12 | gas: allow labeling of CFI instructions | Jan Beulich | 1 | -1/+1 |
2015-01-12 | Assorted compiler warning fixes | Alan Modra | 1 | -2/+2 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-10-21 | gas: avoid bogus warnings in false branches of conditional | Jan Beulich | 1 | -7/+8 |
2014-10-14 | Avoid undefined behaviour with signed expressions | Alan Modra | 1 | -1/+1 |
2014-08-18 | Cast result of TC_PARSE_CONS_EXPRESSION | Alan Modra | 1 | -1/+1 |
2014-07-12 | Don't force "set" symbols local for PE | Alan Modra | 1 | -1/+1 |
2014-04-09 | Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro. | Nick Clifton | 1 | -1/+1 |
2014-04-09 | ppc476 gas warn on data in code sections | Alan Modra | 1 | -0/+9 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -22/+55 |
2014-03-19 | Add support for ARM assembler produced by CodeCompositor Studio. | Daniel Gutson | 1 | -1/+4 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-10-14 | * gen-aout.c (main): Fix formatting. Close file. | Nick Clifton | 1 | -5/+3 |
2013-04-11 | gas/ | Julian Brown | 1 | -7/+8 |
2013-03-08 | 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com> | Chung-Lin Tang | 1 | -2/+1 |
2013-01-10 | Remove trailing white spaces on gas | H.J. Lu | 1 | -2/+2 |
2012-11-09 | * read.h (s_vendor_attribute): Move to... | Maciej W. Rozycki | 1 | -139/+0 |
2012-06-09 | Allocate sufficient space for string buffer | H.J. Lu | 1 | -10/+15 |
2012-06-07 | PR gas/14201 | Alan Modra | 1 | -8/+8 |
2012-05-29 | gas/ | Roland McGrath | 1 | -6/+13 |
2012-05-28 | * read.c (read_symbol_name): New function. Reads a symbol names. | Nick Clifton | 1 | -102/+136 |
2012-03-13 | Fix up last commit. | Roland McGrath | 1 | -1/+1 |
2012-03-13 | gas/ | Roland McGrath | 1 | -13/+247 |
2011-10-12 | * as.c (main): Define .gasversion. rather than __GAS_VERSION__. | Alan Modra | 1 | -2/+1 |
2011-06-02 | Fix spelling mistakes. | Nick Clifton | 1 | -1/+1 |
2011-05-06 | 2011-05-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -13/+0 |
2011-03-18 | * read.c (read_a_source_file): Remove md_after_pass_hook. | Alan Modra | 1 | -5/+1 |
2011-03-17 | PR 12569 | Alan Modra | 1 | -6/+7 |