H.J. Lu
4e5f3f9d1d
Rotate binutils ChangeLog for 2013
14 years ago
Nick Clifton
5bf135a788
Add copyright notices
14 years ago
Nick Clifton
752937aa0c
Add copyright notices
14 years ago
Alan Modra
d165016dd7
* corefile.c (core_sym_class): Allow for ".constprop.N" cloned
functions.
14 years ago
David Edelsohn
6c9c0a5029
* configure: Regenerate.
14 years ago
Alan Modra
dfd4e82a80
PR gprof/13836
* fsf_callg_bl.m: Fix typo.
14 years ago
H.J. Lu
6d2920c847
Regenerate binutils configure
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.
14 years ago
Nick Clifton
3c892704a9
Updated Vietnamese translation.
14 years ago
Nick Clifton
5125d2b040
Updated Ukranian and Japanese translations.
14 years ago
Nick Clifton
a6dc81d2ab
Updated translations
14 years ago
Alan Modra
d59b9bb415
* gprof.h: Don't include gconfig.h twice. Undef conflicting
PACKAGE_* defines.
14 years ago
Mike Frysinger
c4dd807e7b
bfd: update to AC_INIT
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>
14 years ago
Andreas Schwab
959a202ebc
gprof/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
* Makefile.in: Regenerate.
ld/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
* Makefile.in: Regenerate.
14 years ago
Tristan Gingold
ca25b5babc
2012-03-06 Tristan Gingold <gingold@adacore.com>
* corefile.c (core_create_function_syms): Do not call bsearch if
symbol_map_count is 0.
15 years ago
Nick Clifton
f4b2f7c2ff
* po/sr.po: New Serbian translation.
* configure.in (ALL_LINGUAS): Add sr.
* configure: Regenerate.
15 years ago
Nick Clifton
23e1d3291c
Rotate ChangeLogs
15 years ago
Nick Clifton
cef976f513
* hist.c (hist_assign_samples_1): Update comment.
15 years ago
Nick Clifton
db5d0b26be
Oops - apply correct patch for previous delta.
15 years ago
Nick Clifton
0a394bfbad
PR gprof/13325
* hist.c (hist_assign_samples_1): Make sure that inner loop
iterator remains valid.
15 years ago
Nick Clifton
07725569e1
Updated Japanese translation
15 years ago
Nick Clifton
9b0f109b0a
* po/it.po: New Italian translation.
* po/gprof.pot: Regenerate.
15 years ago
Nick Clifton
d569865703
Updated Bulgarian, Spanish, Finnish, French, Russian and Ukranian translations.
15 years ago
Nick Clifton
7cf8042268
Updated Spanish translations.
15 years ago
Nick Clifton
f36485f09d
* corefile.c (core_sym_class): Allow for multiple iterations of
clone clones and subprograms.
15 years ago
Alan Modra
78f0be3d8a
* cg_print.c (print_header): Add no-c-format comment to prevent
confusion when translating "%time".
16 years ago
Nick Clifton
b4e7b88557
Updated Danish, Esperanto and French translations.
16 years ago
Nick Clifton
3a294fa726
* po/eo.po: New Esperanto translation.
* configure.in (ALL_LINGUAS): Add eo.
* configure: Regenerate.
* po/da.po: Updated Danish translation.
16 years ago
Kai Tietz
aee9ba6f90
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
* 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.
16 years ago
Ralf Wildenhues
822ce8ee21
Remove freebsd1 from libtool.m4 macros and config.rpath.
/:
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.
16 years ago
Alan Modra
02f2d833d8
PR gprof/12468
* corefile.c (core_create_function_syms): Set is_func for targets
that have no BSF_FUNCTION syms.
16 years ago
Nick Clifton
f74656046a
* po/da.po: Updated Danish translation.
16 years ago
H.J. Lu
9e9e082043
Rotate binutils ChangeLogs.
16 years ago
Mike Frysinger
8b9a522f57
bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
This seems to cover a few random targets as well as --enable-targets=all.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Alan Modra
1de34e0afe
Update translations
16 years ago
Nick Clifton
8e295ce05a
Updated translations.
16 years ago
Tristan Gingold
2ee0aedfb8
bfd/
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
16 years ago
Alan Modra
2e7d562eb6
* gprof.texi (Deprecated Options): Move introduction out of the table.
16 years ago
Alan Modra
9160ea826a
Add directory section for info document.
16 years ago
Ralf Wildenhues
3cac54d216
Fix unportable shell quoting.
/:
Sync from GCC:
PR bootstrap/44621
* configure.ac: Fix unportable shell quoting.
* configure: Regenerate.
config/:
* po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
bfd/:
* configure: Regenerate.
gas/:
* configure: Regenerate.
gold/:
* configure: Regenerate.
intl/:
* configure: Regenerate.
ld/:
* configure: Regenerate.
opcodes/:
* configure: Regenerate.
binutils/:
* configure: Regenerate.
gprof/:
* configure: Regenerate.
16 years ago
Nick Clifton
183e4ed8bc
* corefile.c (core_sym_class): Fix handling of subprogram names
and add support for cloned function names.
16 years ago
Nick Clifton
81efa4eed0
* gmon_io.c (gmon_out_read): Remove double fclose of input file.
16 years ago
Nick Clifton
ede501f418
* gprof.texi (Sampling Error): Note that call counts and basic
block counts are only reliable for multi-threaded applications if
the counting function itself is thread safe.
16 years ago
Nick Clifton
9fbcbd8145
etc/ChangeLog
* standards.texi: Relicense under GFDL v1.3.
* fdl.texi: Replace with v1.3 text.
gas/ChangeLog
* doc/as.texinfo: Replace abbreviated 20th century year numbers
with full versions.
gprof/ChangeLog
* gprof.texi: Replace abbreviated 20th century year numbers with
full versions.
ld/ChangeLog
* fdl.texi: Replace with v1.3 text.
* ld.texinfo: Replace abbreviated 20th century year numbers with
full versions.
* ldint.texinfo: Likewise.
Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
include of the fdl.texi file.
16 years ago
Tristan Gingold
6540b386f0
bfd/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
bfd/doc/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
binutils/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
* doc/Makefile.in: Ditto.
gas/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
* doc/Makefile.in: Ditto.
gprof/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
ld/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
opcodes/
2010-05-07 Tristan Gingold <gingold@adacore.com>
* Makefile.in: Regenerate with automake 1.11.1.
* aclocal.m4: Ditto.
16 years ago
Nick Clifton
3e01a7fd46
Updated Spanish translations.
17 years ago
Nick Clifton
1ad40a046a
PR gprof/11524
* corefile.c (core_create_syms_from): Use correct size of buffer.
17 years ago
Nick Clifton
9c9c98a59d
Updated translation templates.
Updated Bulgarian translation.
Updated Finnish translations.
Updated French translations.
Updated Vietnamese translations.
17 years ago
Alan Modra
397841b5ae
* configure: Regenerate.
17 years ago
Andreas Schwab
9f3d83dca0
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
* Makefile.in: Regenerate.
17 years ago
Andreas Schwab
fe168a1980
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
* Makefile.in: Regenerate.
17 years ago