summaryrefslogtreecommitdiff
path: root/gprof/corefile.c
AgeCommit message (Expand)Author
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-11-27Fix spelling in comments in C source files (gprof)Ambrogino Modigliani
2016-08-30Partially revert previous delta - move limit testing code to first scan over ...Nick Clifton
2016-08-30Fix more potential seg-faults in gprof.Nick Clifton
2016-08-23Better fix for PR 20499, including preventing strlen from being called on an ...Nick Clifton
2016-08-22Prevent a seg-fault in gprof when parsing a corrupt core file.Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-10-09 PR gprof/16027Nick Clifton
2013-05-22 * aarch64.c: New file.Alan Modra
2012-09-20 * corefile.c (core_sym_class): Allow for ".constprop.N" clonedAlan Modra
2012-03-062012-03-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-06-07 * corefile.c (core_sym_class): Allow for multiple iterations ofNick Clifton
2011-02-282011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz
2011-02-06 PR gprof/12468Alan Modra
2010-07-16 * corefile.c (core_sym_class): Fix handling of subprogram namesNick Clifton
2010-04-27 PR gprof/11524Nick Clifton
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton
2009-06-16 * corefile.c (cmp_symbol_map): New function.Nick Clifton
2009-06-15 * corefile.c (core_create_syms_from): Use BFD_VMA_FMT whenNick Clifton
2009-06-12 * corefile.c (num_of_syms_in): New function - computes the numberNick Clifton
2009-04-09 * corefile.c (core_create_function_syms): Initialise a symbol'sNick Clifton
2009-02-12 * corefile.c (core_create_function_syms): Remove "<locore>" andAlan Modra
2008-07-30Silence gcc printf warningsAlan Modra
2008-06-19* basic_blocks.c: Always include "gprof.h" first.Andreas Schwab
2007-07-06CHange FSF sources over to GPLv3Nick Clifton
2007-07-05* corefile.c (core_sym_class): Do not discard nested subprograms.Nick Clifton
2007-04-19 * corefile.c (core_create_function_syms, core_create_line_syms): Don'tAlan Modra
2007-04-10 * hist.h (struct histogram)Vladimir Prus
2007-01-15 * corefile.c (parse_error): New function.Ben Elliston
2006-03-22 * corefile.c (core_init): Report that the executable is not in theBen Elliston
2005-05-09Update the address of the FSFNick Clifton
2005-04-23 * corefile.c (core_num_syms): Make static.Ben Elliston
2005-04-14 * corefile.c (core_init): Call bfd_get_synthetic_symtab.Alan Modra
2005-03-03update copyright datesAlan Modra
2004-06-15 * corefile.c (core_init): Use bfd_get_section_sizeAlan Modra
2004-05-262004-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2004-05-26 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,Ben Elliston
2004-05-26 * corefile.c (core_init): Use a separate local variable,Ben Elliston
2003-10-11 * corefile.c (core_create_function_syms): Don't refer directly toAlan Modra
2003-02-21Check for a NULL sentinel value before using it.Nick Clifton
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-07-242002-07-24 Dave Brolley <brolley@redhat.com>Dave Brolley
2002-02-01 * alpha.c (alpha_find_call): Warning fixes.Alan Modra
2002-02-01 * basic_blocks.c: Replace bool with boolean, TRUE with true andAlan Modra
2002-01-31 * alpha.c (alpha_Instruction): Don't use.Alan Modra
2002-01-26* mips.c: New file.Jason Thorpe