| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(core_syms): Likewise.
(min_insn_size): Likewise.
|
|
|
|
|
|
|
|
|
|
| |
(core_syms): Likewise.
(min_insn_size): Likewise.
* gprof.c (abfd): Remove unused variable.
* hist.c (hist_dimension): Make static.
(hist_dimension_abbrev): Likewise.
* sym_ids.c (id_list): Likewise.
(table_name): Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (NO_WERROR): Define.
* warning.m4: New file
* acinclude.m4: Include warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* configure: Regenerate.
bfd/doc/
* Makefile.in: Regenerate.
binutils/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* configure.in: Include ../bfd/warning.m4 contents.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
gas/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* acinclude.m4: Include ../bfd/warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
gprof/
* Makefile.am (NO_WERROR): Define.
* acinclude.m4: Include ../bfd/warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
ld/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* configure.in: Include ../bfd/warning.m4 contents.
* Makefile.in: Regenerate.
* configure: Regenerate.
opcodes/
* Makefile.am (NO_WERROR): Define.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
|
|
|
|
| |
configure.in (ALL_LINGUAS): Add rw
|
|
|
|
|
|
| |
compatible
with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
|
| |
|
| |
|
|
|
|
| |
for compatibility with gcc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* gmon_io.c: Likewise.
* hist.c: Likewise.
* hist.h: Likewise.
|
|
|
|
| |
* gettext.m4: Only set ENABLE_NLS when gettext is present.
|
| |
|
|
|
|
| |
* gettext.m4: Don't use NONE as a default for CATOBJEXT.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* aclocal.m4: Regenerate.
* configure: Regenerate.
* po/gprof.pot: Regenerate.
|
|
|
|
| |
specially exclude the default function set from the flat profile.
|
| |
|
|
|
|
|
|
|
|
| |
* configure: Regenerate with autoconf 2.59.
* Makefile.am (install-local): Rename from this ..
(install-data-local): .. to this.
* Makefile.in: Regenerate with automake 1.8.5.
* aclocal.m4: Regenerate with aclocal 1.8.5.
|
|
|
|
|
| |
instead of bfd_get_section_size_before_reloc or _raw_size.
* symtab.c (symtab_finalize): Likewise.
|
|
|
|
|
| |
* corefile.c (core_create_line_syms): Per ISO C '90, move
vma_high's declaration to the function's start.
|
| |
|
|
|
|
|
|
|
|
|
| |
call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
|
|
|
|
|
|
|
|
|
|
|
| |
core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
more obvious.
(core_create_function_syms): Discard cbfd argument. Eliminate
`offset' variable and calculate VMA directly. Update all users.
* corefile.h (core_create_function_syms): Update prototype.
(core_create_line_syms): Likewise.
* gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
Tidy.
|
|
|
|
| |
@item, for options with long option alternatives.
|
|
|
|
|
|
| |
(Output Options): Document -r and -R.
(Analysis Options): Document -t, --table-length.
(Miscellaneous Options): Document -h, --help.
|
| |
|
| |
|
|
|
|
|
|
| |
* Makefile.in: Regenerate.
* gconfig.in: Regenerate.
* po/gprof.pot: Regenerate.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
_cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
|
| |
|
| |
|
|
|
|
|
| |
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
|
| |
|
|
|
|
|
| |
* po/Make-in (.po.gmo): Do check if the .gmo file is writable
before generating it.
|