Age | Commit message (Expand) | Author | Files | Lines |
2020-05-05 | Restore readelf's warnings that describe real problems with the file being ex... | Nick Clifton | 1 | -0/+5 |
2020-05-04 | GAS: Do not create an entry for the default directory if the directory table ... | Nick Clifton | 1 | -4/+1 |
2020-05-04 | Fix an illegal memory access in the assembler when generating a DWARF5 file/d... | Nick Clifton | 1 | -1/+1 |
2020-04-27 | GAS: Allow automatically assigned entries in the file table to be reassigned ... | Nick Clifton | 1 | -51/+60 |
2020-03-31 | PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h" | Maciej W. Rozycki | 1 | -1/+0 |
2020-03-11 | Add support for generating DWARF-5 format directory and file name tables from... | Nick Clifton | 1 | -148/+535 |
2020-03-06 | Add support for a ".file 0" directive if supporting DWARF 5 or higher. | Nick Clifton | 1 | -6/+16 |
2020-03-06 | Add support for --dwarf-[3|4|5] to assembler command line. | Nick Clifton | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-28 | gas/riscv: Produce version 3 DWARF CIE by default | Andrew Burgess | 1 | -0/+11 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -7/+12 |
2019-11-25 | Reverts patches providing octet support in dwarf | Christian Eggers | 1 | -31/+8 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -14/+9 |
2019-05-15 | .file file number checking | Alan Modra | 1 | -13/+14 |
2019-05-14 | A series of fixes to addres problems detected by compiling the assembler with... | Nick Clifton | 1 | -3/+14 |
2019-05-05 | [LVu] base subseg head view on prev subseg's tail | Alexandre Oliva | 1 | -5/+32 |
2019-03-13 | dwarf2: Align relocation within .debug_line section | Christian Eggers | 1 | -3/+15 |
2019-03-13 | dwarf2: Pad size of .debug_line section. | Christian Eggers | 1 | -0/+11 |
2019-03-13 | dwarf2: Use octets for .debug_string offsets | Christian Eggers | 1 | -3/+3 |
2019-03-13 | dwarf2: Use octets for .debug_line prologue | Christian Eggers | 1 | -2/+2 |
2019-03-13 | dwarf2: Use octets for dwarf2 headers | Christian Eggers | 1 | -4/+4 |
2019-03-13 | dwarf2: Fix calculation of line info offset | Christian Eggers | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-03 | Update the assembler to use a version of 3 when generating the header of the ... | Nick Clifton | 1 | -2/+2 |
2018-10-22 | PR23040, .uleb128 directive doesn't accept some valid expressions | Alan Modra | 1 | -8/+11 |
2018-09-13 | Fix the use by the RL78 assembler of an uninitialised field in the expresion ... | Nick Clifton | 1 | -0/+9 |
2018-06-01 | Drop view when consuming line info | Alexandre Oliva | 1 | -0/+1 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -2/+11 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-07-24 | * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp from expr. | Hans-Peter Nilsson | 1 | -5/+5 |
2017-07-21 | This patch introduces support for specifing views in .loc directives, so that... | Alexandre Oliva | 1 | -9/+304 |
2017-03-05 | gas: Emit name, comp_dir and producer strings in .debug_str. | Mark Wielaard | 1 | -18/+47 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -1/+1 |
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 | -2/+2 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -1/+1 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -8/+2 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -7/+5 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -1/+2 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -2/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -7/+6 |
2015-08-12 | Remove trailing spaces in gas | H.J. Lu | 1 | -1/+1 |
2015-06-15 | gas: Don't use frag_align but use plain padding to align .debug_aranges. | Mark Wielaard | 1 | -2/+10 |
2015-03-16 | Removes a #if 1 ... #endif accidentally left in the source code. | Nick Clifton | 1 | -2/+1 |
2015-02-23 | Fixes the generation of dwarf line debug information for the msp430, even in ... | Nick Clifton | 1 | -2/+16 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-09-27 | Do away with hash table line lookup in dwarf2dbg.c | Alan Modra | 1 | -18/+2 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -2/+6 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |