aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker1-0/+6
The goal of this patch is to provide an easy way to make --disable-werror the default when building binutils, or the parts of binutils that need to get built when building GDB. In development mode, we want to continue making -Werror the default with GCC. But, when making releases, I think we want to make it as easy as possible for regular users to successfully build from sources. GDB already has this kind of feature to turn -Werror as well as the use of the libmcheck library. As GDB Release Manager, I take advantage of it to turn those off after having cut the branch. I'd like to be able to do the same for the binutils bits. And perhaps Tristan will want to do the same for his releases too (not sure, binutils builders might be a little savvier than GDB builders). This patch introduces a new file, called development.sh, which just sets a variable called $development. In our development branches (Eg. "master"), it's set to true. But setting it to false would allow us to change the default behavior of various development-related features to be turned off; in this case, it turns off the use of -Werror by default (use --enable-werror to turn it back on). bfd/ChangeLog: * development.sh: New file. * warning.m4 (AM_BINUTILS_WARNINGS): Source bfd/development.sh. Make -Werror the default with GCC only if DEVELOPMENT is true. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add $(srcdir)/development.sh. * Makefile.in, configure: Regenerate. binutils/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on bfd's development.sh. * Makefile.in, configure: Regenerate. gas/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on bfd's development.sh. * Makefile.in, configure: Regenerate. gold/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New. * Makefile.in, configure: Regenerate. gprof/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on bfd's development.sh. * Makefile.in, configure: Regenerate. ld/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on bfd's development.sh. * Makefile.in, configure: Regenerate. opcodes/ChangeLog: * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on bfd's development.sh. * Makefile.in, configure: Regenerate. gdb/ChangeLog: * development.sh: Delete. * Makefile.in (config.status): Adjust dependency on development.sh. * configure.ac: Adjust development.sh source call. * configure: Regenerate. gdb/gdbserver/ChangeLog: * configure.ac: Adjust development.sh source call. * Makefile.in (config.status): Adjust dependency on development.sh. * configure: Regenerate. Tested on x86_64-linux by building two ways: One with DEVELOPMENT set to true, and one with DEVELOPMENT set to false. In the first case, I could see the use of -Werror, while it disappeared in the second case.
2014-03-12autoreconfAlan Modra1-0/+4
Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes. Regenerate gas/config.in.
2014-03-05Update copyright yearsAlan Modra1-0/+4
2014-02-10binutils potfiles regenAlan Modra1-0/+4
Adds nds32 files to POTFILES.in
2014-01-08New Year - binutils ChangeLog rotationH.J. Lu1-44/+2
2013-11-21 * gprof.c (inline_file_names): New variable.Conrad Hoffmann1-0/+11
(OPTION_INLINE_FILE_NAMES): Define. (long_options): Add --inline-file-names. (usage): Likewise. (main): Process --inline-file-names. * gprof.h: Add prototype for inline_file_names. * utils.c (print_name_only): Handle inline_file_names. * gprof.texi: Document new command line option.
2013-11-02ChangeLog fix.Alan Modra1-0/+1
2013-11-02Fix gprof buildAlan Modra1-0/+4
* Makefile.am (.m.c): Fix input and output file specification.
2013-10-09 PR gprof/16027Nick Clifton1-0/+6
* source.c (annotate_source): Close ifp. * corefile.c (read_function_mappings): Close file.
2013-09-20 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonicalAlan Modra1-0/+4
ppc host match. Support little-endian powerpc linux hosts. Regenerate binutils configure files.
2013-08-05bfd/Richard Sandiford1-0/+4
2013-08-05 John Tytgat <john@bass-software.com> * po/BLD-POTFILES.in: Regenerate. * po/SRC-POTFILES.in: Likewise. gas/ 2013-08-05 John Tytgat <john@bass-software.com> * po/POTFILES.in: Regenerate. gprof/ 2013-08-05 John Tytgat <john@bass-software.com> * po/POTFILES.in: Regenerate.
2013-05-24 * aarch64.c (aarch64_find_call): Promote to bfd_vma before signAlan Modra1-0/+5
extending.
2013-05-22 * aarch64.c: New file.Alan Modra1-0/+7
* corefile.c (find_call): Call aarch64_find_call for bfd_arch_aarch64. * Makefile.am (sources): Add aarch64.c. * Makefile.in: Regenerate.
2013-01-02Rotate binutils ChangeLog for 2013H.J. Lu1-77/+2
2012-12-17Add copyright noticesNick Clifton1-0/+16
2012-12-10Add copyright noticesNick Clifton1-0/+6
2012-09-20 * corefile.c (core_sym_class): Allow for ".constprop.N" clonedAlan Modra1-0/+5
functions.
2012-09-15 * configure: Regenerate.David Edelsohn1-1/+5
2012-09-11 PR gprof/13836Alan Modra1-0/+5
* fsf_callg_bl.m: Fix typo.
2012-09-10Regenerate binutils configureH.J. Lu1-0/+4
bfd/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. binutils/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. etc/ 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.in (install-strip): New target. gas/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. gold/ 2012-09-09 Alan Modra <amodra@gmail.com> * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions. gprof/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. intl/ 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> PR bootstrap/44621 ld/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. libiberty/ 2011-08-28 H.J. Lu <hongjiu.lu@intel.com> * argv.c (dupargv): Replace malloc with xmalloc. Don't check opcodes/ 2012-09-10 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated.
2012-08-09Updated Vietnamese translation.Nick Clifton1-0/+4
2012-08-07Updated Ukranian and Japanese translations.Nick Clifton1-0/+4
2012-07-30Updated translationsNick Clifton1-0/+6
2012-07-29 * gprof.h: Don't include gconfig.h twice. Undef conflictingAlan Modra1-0/+5
PACKAGE_* defines.
2012-07-27bfd: update to AC_INITMike Frysinger1-0/+6
Move the package name/version from AM_INIT_AUTOMAKE to AC_INIT per recent autotools guidelines. We use recent versions of both, so it shouldn't be a problem. This sets PACKAGE_xxx variables correctly, and makes the output of: ./configure --version actually useful: bfd configure 2.22.52 Changing the other dirs to use AC_INIT would require a bit of m4 trickery that I don't feel like getting into, and they all use BFD_VERSION anyways, so there isn't much point. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-06-02gprof/Andreas Schwab1-0/+5
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. ld/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate.
2012-03-062012-03-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+5
* corefile.c (core_create_function_syms): Do not call bsearch if symbol_map_count is 0.
2012-02-06 * po/sr.po: New Serbian translation.Nick Clifton1-0/+5
* configure.in (ALL_LINGUAS): Add sr. * configure: Regenerate.
2012-01-05Rotate ChangeLogsNick Clifton1-75/+1
2011-10-26 * hist.c (hist_assign_samples_1): Update comment.Nick Clifton1-0/+4
2011-10-25 PR gprof/13325Nick Clifton1-0/+6
* hist.c (hist_assign_samples_1): Make sure that inner loop iterator remains valid.
2011-10-24Updated Japanese translationNick Clifton1-0/+6
2011-10-18 * po/it.po: New Italian translation.Nick Clifton1-0/+5
* po/gprof.pot: Regenerate.
2011-10-10Updated Bulgarian, Spanish, Finnish, French, Russian and Ukranian translations.Nick Clifton1-0/+7
2011-08-26Updated Spanish translations.Nick Clifton1-0/+4
2011-06-07 * corefile.c (core_sym_class): Allow for multiple iterations ofNick Clifton1-0/+5
clone clones and subprograms.
2011-04-28 * cg_print.c (print_header): Add no-c-format comment to preventAlan Modra1-0/+5
confusion when translating "%time".
2011-04-27Updated Danish, Esperanto and French translations.Nick Clifton1-0/+5
2011-03-30 * po/eo.po: New Esperanto translation.Nick Clifton1-0/+6
* configure.in (ALL_LINGUAS): Add eo. * configure: Regenerate. * po/da.po: Updated Danish translation.
2011-02-282011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+8
* basic_blocks.c (cmp_bb): Use filename_(n)cmp. * cg_print.c (order_and_dump_functions_by_arcs): Likewise. (cg_print_file_ordering): Likewise. * corefile.c (read_function_mappings): Likewise. (core_create_line_syms): Likewise.
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues1-0/+4
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
2011-02-06 PR gprof/12468Alan Modra1-0/+6
* corefile.c (core_create_function_syms): Set is_func for targets that have no BSF_FUNCTION syms.
2011-01-10 * po/da.po: Updated Danish translation.Nick Clifton1-0/+4
2011-01-01Rotate binutils ChangeLogs.H.J. Lu1-92/+1
2010-12-09bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignoreMike Frysinger1-0/+4
This seems to cover a few random targets as well as --enable-targets=all. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-11-25Update translationsAlan Modra1-0/+5
2010-11-10Updated translations.Nick Clifton1-0/+4
2010-11-05bfd/Tristan Gingold1-0/+4
2010-11-05 Tristan Gingold <gingold@adacore.com> * po/bfd.pot: Regenerate binutils/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/binutils.pot: Regenerate gas/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/gas.pot: Regenerate * po/POTFILES.in: Regenerate gprof/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/gprof.pot: Regenerate ld/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/ld.pot: Regenerate * po/POTFILES.in: Regenerate opcodes/ 2010-11-05 Tristan Gingold <gingold@adacore.com> * po/opcodes.pot: Regenerate
2010-10-29 * gprof.texi (Deprecated Options): Move introduction out of the table.Alan Modra1-0/+4
2010-10-28Add directory section for info document.Alan Modra1-0/+4