aboutsummaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-13dwarf2: Align relocation within .debug_line sectionChristian Eggers1-3/+15
2019-03-13dwarf2: Pad size of .debug_line section.Christian Eggers1-0/+11
2019-03-13dwarf2: Use octets for .debug_string offsetsChristian Eggers1-3/+3
2019-03-13dwarf2: Use octets for .debug_line prologueChristian Eggers1-2/+2
2019-03-13dwarf2: Use octets for dwarf2 headersChristian Eggers1-4/+4
2019-03-13dwarf2: Fix calculation of line info offsetChristian Eggers1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-03Update the assembler to use a version of 3 when generating the header of the ...Nick Clifton1-2/+2
2018-10-22PR23040, .uleb128 directive doesn't accept some valid expressionsAlan Modra1-8/+11
2018-09-13Fix the use by the RL78 assembler of an uninitialised field in the expresion ...Nick Clifton1-0/+9
2018-06-01Drop view when consuming line infoAlexandre Oliva1-0/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-2/+11
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-07-24* dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp from expr.Hans-Peter Nilsson1-5/+5
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva1-9/+304
2017-03-05gas: Emit name, comp_dir and producer strings in .debug_str.Mark Wielaard1-18/+47
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-2/+2
2016-05-13use XNEW and related macros moreTrevor Saunders1-1/+1
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-8/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-7/+5
2016-03-21Remove use of alloca.Nick Clifton1-1/+2
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-7/+6
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-06-15gas: Don't use frag_align but use plain padding to align .debug_aranges.Mark Wielaard1-2/+10
2015-03-16Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton1-2/+1
2015-02-23Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton1-2/+16
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-27Do away with hash table line lookup in dwarf2dbg.cAlan Modra1-18/+2
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-2/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-28Incorrect .debug_line prologue header length for 64-bit DWARFAlan Modra1-2/+6
2013-06-14gas/Richard Sandiford1-3/+35
2013-06-14gas/Richard Sandiford1-47/+14
2013-04-29 * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark fromNick Clifton1-6/+48
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-08-01gas/ChangeLog:James Lemke1-9/+7
2012-06-28 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton1-5/+33
2012-04-30gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard1-4/+24
2011-09-08gas/Richard Sandiford1-1/+1
2011-09-05gas/Richard Sandiford1-13/+46
2011-07-28 * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with aNick Clifton1-1/+5
2011-03-312011-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-3/+7
2011-03-102011-03-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+0
2011-03-102011-03-09 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+4
2011-02-28ChangeLog binutils/Kai Tietz1-7/+7
2010-07-05Don't generate .debug_line section if it isn't empty.H.J. Lu1-8/+20