summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
Commit message (Expand)AuthorAgeFilesLines
* GAS: DWARF-5: Ensure that the 0'th entry in the directory table contains the ...Nick Clifton2021-08-091-9/+29
* C99 gas configuryAlan Modra2021-04-051-11/+0
* Use startswith in gas subfolder.Martin Liska2021-04-011-1/+1
* Use bool in gasAlan Modra2021-03-311-38/+38
* PR27426, More bugs in dwarf2dbg.cAlan Modra2021-02-161-3/+11
* Fix an illegal memory access when parsing a corrupt assembler file.Nick Clifton2021-02-081-2/+10
* PR27221, 058430b4a1 warnings while assembling the Linux kernelAlan Modra2021-01-211-2/+3
* PR27218, memory access violation in dwarf2dbg.cAlan Modra2021-01-211-13/+13
* as: Automatically enable DWARF5 supportH.J. Lu2021-01-181-6/+18
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Re: Stop Gas from generating line info or address rangesAlan Modra2020-11-181-7/+9
* Stop Gas from generating line info or address ranges for sections that do not...Nick Clifton2020-11-121-4/+14
* gas: Clear all auto-assigned file slotsH.J. Lu2020-10-261-11/+13
* gas: Always use as_where for preprocessed assembly codesH.J. Lu2020-10-171-19/+24
* gas: Reuse the input file entry in the file tableH.J. Lu2020-10-161-18/+10
* gas: Don't error when .debug_line already exists, unless .loc was usedMark Wielaard2020-09-111-8/+21
* gas: Output directory and file names in .debug_line_str for DWARF5Mark Wielaard2020-09-071-17/+65
* gas: Output .debug_rnglists for DWARF 5.Mark Wielaard2020-09-071-13/+85
* gas: Make sure to only add an md5 to a .file when requested.Mark Wielaard2020-09-071-1/+1
* gas: Use DW_FORM_sec_offset for DWARF version 4 or higher.Mark Wielaard2020-09-031-9/+11
* Rearrange symbol_create parametersAlan Modra2020-08-211-9/+9
* gas: Use udata for DW_AT_high_pc when emitting DWARF4Mark Wielaard2020-08-041-3/+5
* gas: Make sure .debug_line file table contains a zero filename and dirMark Wielaard2020-08-041-9/+26
* gas: Fix .debug_info CU header for --gdwarf-5Mark Wielaard2020-08-041-2/+16
* Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton2020-05-051-0/+5
* GAS: Do not create an entry for the default directory if the directory table ...Nick Clifton2020-05-041-4/+1
* Fix an illegal memory access in the assembler when generating a DWARF5 file/d...Nick Clifton2020-05-041-1/+1
* GAS: Allow automatically assigned entries in the file table to be reassigned ...Nick Clifton2020-04-271-51/+60
* PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h"Maciej W. Rozycki2020-03-311-1/+0
* Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton2020-03-111-148/+535
* Add support for a ".file 0" directive if supporting DWARF 5 or higher.Nick Clifton2020-03-061-6/+16
* Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton2020-03-061-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* gas/riscv: Produce version 3 DWARF CIE by defaultAndrew Burgess2019-11-281-0/+11
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-7/+12
* Reverts patches providing octet support in dwarfChristian Eggers2019-11-251-31/+8
* bfd_section_* macrosAlan Modra2019-09-191-14/+9
* .file file number checkingAlan Modra2019-05-151-13/+14
* A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton2019-05-141-3/+14
* [LVu] base subseg head view on prev subseg's tailAlexandre Oliva2019-05-051-5/+32
* dwarf2: Align relocation within .debug_line sectionChristian Eggers2019-03-131-3/+15
* dwarf2: Pad size of .debug_line section.Christian Eggers2019-03-131-0/+11
* dwarf2: Use octets for .debug_string offsetsChristian Eggers2019-03-131-3/+3
* dwarf2: Use octets for .debug_line prologueChristian Eggers2019-03-131-2/+2
* dwarf2: Use octets for dwarf2 headersChristian Eggers2019-03-131-4/+4
* dwarf2: Fix calculation of line info offsetChristian Eggers2019-03-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update the assembler to use a version of 3 when generating the header of the ...Nick Clifton2018-12-031-2/+2
* PR23040, .uleb128 directive doesn't accept some valid expressionsAlan Modra2018-10-221-8/+11
* Fix the use by the RL78 assembler of an uninitialised field in the expresion ...Nick Clifton2018-09-131-0/+9