summaryrefslogtreecommitdiff
path: root/gas/dwarf2dbg.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-07-24* dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp from expr.Hans-Peter Nilsson
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva
2017-03-05gas: Emit name, comp_dir and producer strings in .debug_str.Mark Wielaard
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani
2016-05-13use XNEW and related macros moreTrevor Saunders
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders
2016-04-03use XNEW and related macros moreTrevor Saunders
2016-03-21Remove use of alloca.Nick Clifton
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders
2016-01-01Copyright update for binutilsAlan Modra
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton
2015-08-12Remove trailing spaces in gasH.J. Lu
2015-06-15gas: Don't use frag_align but use plain padding to align .debug_aranges.Mark Wielaard
2015-03-16Removes a #if 1 ... #endif accidentally left in the source code.Nick Clifton
2015-02-23Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-09-27Do away with hash table line lookup in dwarf2dbg.cAlan Modra
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra
2014-03-05Update copyright yearsAlan Modra
2014-02-28Incorrect .debug_line prologue header length for 64-bit DWARFAlan Modra
2013-06-14gas/Richard Sandiford
2013-06-14gas/Richard Sandiford
2013-04-29 * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark fromNick Clifton
2012-11-09Remove trailing redundant `;'H.J. Lu
2012-08-01gas/ChangeLog:James Lemke
2012-06-28 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton
2012-04-30gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard
2011-09-08gas/Richard Sandiford
2011-09-05gas/Richard Sandiford
2011-07-28 * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with aNick Clifton
2011-03-312011-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-03-102011-03-10 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-03-102011-03-09 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-02-28ChangeLog binutils/Kai Tietz
2010-07-05Don't generate .debug_line section if it isn't empty.H.J. Lu
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-07-10bfdTom Tromey
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton
2009-04-24 * NEWS: Add item about discriminator support.Cary Coutant
2009-03-032009-03-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-01-15 * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO,Nick Clifton
2008-08-05 PR gas/6656Alan Modra
2008-08-04 * dwarf2dbg.c: Remove superfluous forward function declarations.Alan Modra
2008-04-07 * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_whereAlan Modra
2008-01-09gas/Bob Wilson