Age | Commit message (Expand) | Author | Files | Lines |
2020-09-30 | gcc-4.4.7 warning fixes | Alan Modra | 1 | -1/+2 |
2020-08-26 | PR26448 UBSAN: symbols.c:1586 left shift of negative value | Alan Modra | 1 | -2/+19 |
2020-08-25 | PR26410, UBSAN: symbols.c:1818 | Alan Modra | 1 | -3/+4 |
2020-08-24 | PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARM | Alan Modra | 1 | -1/+2 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -2/+2 |
2020-08-21 | Redo gas local symbol support | Alan Modra | 1 | -399/+337 |
2020-08-21 | gas symbol struct field renaming | Alan Modra | 1 | -358/+345 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -22/+18 |
2020-08-20 | Use libiberty hash in gas/symbols.c. | Martin Liska | 1 | -38/+79 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", gas | Alan Modra | 1 | -4/+2 |
2020-05-19 | Clear all local_symbol.lsy_flags | Alan Modra | 1 | -2/+2 |
2020-05-18 | Re: Fix tight loop on recursively-defined symbols | Alan Modra | 1 | -0/+1 |
2020-05-15 | Fix tight loop on recursively-defined symbols | Alan Modra | 1 | -3/+15 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -2/+13 |
2019-11-25 | Reverts patches providing octet support in dwarf | Christian Eggers | 1 | -30/+2 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -2/+2 |
2019-05-07 | Tidy use_complex_relocs_for | Alan Modra | 1 | -22/+13 |
2019-05-06 | sym->sy_value is not valid for struct local_symbol | Alan Modra | 1 | -1/+1 |
2019-04-24 | resolve_symbol_value vs. .loc view resolution | Alan Modra | 1 | -24/+19 |
2019-03-13 | Symbols with octets value | Christian Eggers | 1 | -1/+35 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-29 | Move struc-symbol.h to symbols.c | Alan Modra | 1 | -1/+160 |
2018-10-22 | PR23040, .uleb128 directive doesn't accept some valid expressions | Alan Modra | 1 | -11/+22 |
2018-04-26 | Extend the assembler so that it can automatically generate GNU Build attribut... | Nick Clifton | 1 | -0/+1 |
2018-04-16 | Remove IEEE 695 object support | Alan Modra | 1 | -1/+1 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -2/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-22 | Riscv ld-elf/stab failure and fake label cleanup. | Jim Wilson | 1 | -1/+5 |
2017-05-03 | Prevent a seg-fault in the assembler when provided with a bogus input source ... | Nick Clifton | 1 | -3/+17 |
2017-04-27 | Tidy S_FORCE_RELOC | Alan Modra | 1 | -6/+10 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-01 | Fix ICE in assembler when passed a corrupt input file. | Nick Clifton | 1 | -1/+10 |
2016-11-27 | Fix spelling in comments in C source files (gas) | Ambrogino Modigliani | 1 | -4/+4 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -7/+8 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -18/+9 |
2016-04-04 | PR19498, Invalid "symbol definition loop" | Alan Modra | 1 | -1/+4 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -14/+11 |
2016-03-22 | make more variables const | Trevor Saunders | 1 | -5/+5 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -11/+17 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -8/+3 |
2016-02-19 | Add const to various variables in the gas sources. | Trevor Saunders | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-04 | Don't use register keyword | Alan Modra | 1 | -9/+9 |
2014-07-26 | Prepare gas for 64-bit obstacks | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2013-08-21 | * symbols.c (fb_label_instance_inc, fb_label_instance): Properly | Alan Modra | 1 | -2/+2 |
2013-01-10 | Remove trailing white spaces on gas | H.J. Lu | 1 | -13/+13 |