summaryrefslogtreecommitdiff
path: root/binutils/addr2line.c
AgeCommit message (Expand)Author
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra
2022-02-03Support symbol+offset lookup in addr2lineAndi Kleen
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-04-05C99 binutils configuryAlan Modra
2021-03-31Use bool in binutilsAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-07Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton
2018-10-15BFD_INIT_MAGICAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-01-27Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-03-15 * addr2line.c (slurp_symtab): If canonicalization reveals thatNick Clifton
2013-01-18 PR binutils/15026Nick Clifton
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant
2012-06-01 * addr2line.c (translate_addresses): Truncate input addresses toAlan Modra
2011-10-132011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton
2011-03-302011-03-30 Catherine Moore <clm@codesourcery.com>Catherine Moore
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu
2009-12-102009-12-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-12-092009-12-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-10-01 * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.Alan Modra
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton
2009-09-02update copyright datesAlan Modra
2007-07-05Change sources over to using GPLv3Nick Clifton
2007-04-26bfd/Alan Modra
2007-04-19 * budemang.c: Delete.Alan Modra
2007-02-17top level:Joseph Myers
2006-08-06 PR binutils/3001Nick Clifton
2006-04-05 * addr2line.c (long_options): Add new option 'section'.Eric Botcazou
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell
2005-05-23Approved by nickc@redhat.com:Fred Fish
2005-05-08Update FSF addressNick Clifton
2005-03-31Add a check for <unistd.h> providing a prototype for getopt() which is compat...Nick Clifton
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra
2003-11-07Use consistent error messages for missing files.Nick Clifton
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-10-07Read in dynamic symbols if no ordinary ones are available.Nick Clifton
2002-07-31Rename function arguments to avoid shadowing global symbols of the same name.Nick Clifton
2002-07-02 * budemang.c: New file, "demangle" function.Alan Modra
2002-05-19 * addr2line.c: Fix formatting.Kazu Hirata