summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop view when consuming line infoAlexandre Oliva2018-06-011-0/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-2/+11
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp from expr.Hans-Peter Nilsson2017-07-241-5/+5
* This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva2017-07-211-9/+304
* gas: Emit name, comp_dir and producer strings in .debug_str.Mark Wielaard2017-03-051-18/+47
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-2/+2
* use XNEW and related macros moreTrevor Saunders2016-05-131-1/+1
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-8/+2
* use XNEW and related macros moreTrevor Saunders2016-04-031-7/+5
* Remove use of alloca.Nick Clifton2016-03-211-1/+2
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-2/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-7/+6
* Remove trailing spaces in gasH.J. Lu2015-08-121-1/+1
* gas: Don't use frag_align but use plain padding to align .debug_aranges.Mark Wielaard2015-06-151-2/+10
* Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton2015-03-161-2/+1
* Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton2015-02-231-2/+16
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Do away with hash table line lookup in dwarf2dbg.cAlan Modra2014-09-271-18/+2
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-2/+6
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Incorrect .debug_line prologue header length for 64-bit DWARFAlan Modra2014-02-281-2/+6
* gas/Richard Sandiford2013-06-141-3/+35
* gas/Richard Sandiford2013-06-141-47/+14
* * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark fromNick Clifton2013-04-291-6/+48
* Remove trailing redundant `;'H.J. Lu2012-11-091-1/+1
* gas/ChangeLog:James Lemke2012-08-011-9/+7
* * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton2012-06-281-5/+33
* gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard2012-04-301-4/+24