Age | Commit message (Expand) | Author | Files | Lines |
2024-10-29 | gas: constify md_{short,long}opts and md_longopts_size | Jan Beulich | 1 | -3/+3 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 1 | -9/+9 |
2021-03-31 | Use bool in gas | Alan Modra | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -2/+4 |
2020-08-20 | Port gas/config/* to str_htab. | Martin Liska | 1 | -9/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-04-16 | Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE | Alan Modra | 1 | -2/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-01 | Fix compile time warning problem with gcc 8 and the NS32K assembler sources. | Nick Clifton | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -13/+13 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-27 | Fix spelling in comments in C source files (gas) | Ambrogino Modigliani | 1 | -4/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -2/+4 |
2016-06-01 | ns32k: remove dupplicate definition of input_line_pointer | Trevor Saunders | 1 | -1/+0 |
2016-06-01 | ns32k: use XOBNEW in another spot | Trevor Saunders | 1 | -1/+1 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -3/+3 |
2016-04-01 | Constify more | Alan Modra | 1 | -1/+1 |
2016-03-29 | make md_parse_option () take a const char * | Trevor Saunders | 1 | -1/+1 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -2/+2 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in gas | H.J. Lu | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -1/+2 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2011-10-25 | * config/tc-ns32k.c (md_begin): Rename local variable 'stat' to 'status'. | Nick Clifton | 1 | -3/+3 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -69/+69 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-06-22 | * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, | Nick Clifton | 1 | -2/+2 |
2008-10-21 | Remove unnecessary casts on obstack_alloc invocations. | Alan Modra | 1 | -1/+1 |
2007-10-17 | Remove duplicate definitions of the md_atof() function | Nick Clifton | 1 | -35/+1 |
2007-07-03 | Switch to GPLv3 | Nick Clifton | 1 | -2/+2 |
2006-08-29 | * ecoff.c (ecoff_directive_val): Fix message typo. | Alan Modra | 1 | -1/+1 |
2006-06-07 | remove some duplicate #include's. | Alan Modra | 1 | -3/+1 |
2005-08-11 | * README-vms: Delete. | Alan Modra | 1 | -56/+0 |
2005-06-07 | gas: | Zack Weinberg | 1 | -1/+1 |
2005-05-05 | Update the address and phone number of the FSF | Nick Clifton | 1 | -2/+2 |
2005-03-24 | Convert unmaintained files over to ISO-C90 and fix formatting. | Nick Clifton | 1 | -606/+516 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2005-01-31 | * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c, | Ben Elliston | 1 | -3/+0 |
2003-11-22 | * config/tc-a29k.h: Fix comment typos. | Kazu Hirata | 1 | -9/+9 |
2003-06-23 | * config/tc-ns32k.c (md_begin): Initialize inst_hash_table after | Jason Thorpe | 1 | -1/+2 |
2002-12-16 | * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP. | Alan Modra | 1 | -8/+14 |
2002-07-31 | Fix bugs and remove compile time warnings for N"32K port. | Nick Clifton | 1 | -220/+259 |
2002-06-08 | * as.c: Replace CONST with const. | Alan Modra | 1 | -2/+2 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -37/+28 |