Age | Commit message (Expand) | Author | Files | Lines |
2020-09-11 | gas: Don't error when .debug_line already exists, unless .loc was used | Mark Wielaard | 1 | -8/+21 |
2020-09-07 | gas: Output directory and file names in .debug_line_str for DWARF5 | Mark Wielaard | 1 | -17/+65 |
2020-09-07 | gas: Output .debug_rnglists for DWARF 5. | Mark Wielaard | 1 | -13/+85 |
2020-09-07 | gas: Make sure to only add an md5 to a .file when requested. | Mark Wielaard | 1 | -1/+1 |
2020-09-03 | gas: Use DW_FORM_sec_offset for DWARF version 4 or higher. | Mark Wielaard | 1 | -9/+11 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -9/+9 |
2020-08-04 | gas: Use udata for DW_AT_high_pc when emitting DWARF4 | Mark Wielaard | 1 | -3/+5 |
2020-08-04 | gas: Make sure .debug_line file table contains a zero filename and dir | Mark Wielaard | 1 | -9/+26 |
2020-08-04 | gas: Fix .debug_info CU header for --gdwarf-5 | Mark Wielaard | 1 | -2/+16 |
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 |