Frank Ch. Eigler
be5523fb1f
2002-02-19 Frank Ch. Eigler <fche@redhat.com>
* hist.c (hist_print): Rewrite log_scale calculation loop.
25 years ago
Alan Modra
6f53ec68d9
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Daniel Jacobowitz
67d89b8805
Update copyright date per last commit.
25 years ago
Daniel Jacobowitz
82fe033f4c
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* gprof.c: Include "getopt.h" after other includes, so that
the proper macros are defined.
* gen-c-prog.awk: Emit a prototype for the generated function.
25 years ago
Alan Modra
66477e8783
* configure.in (build_warnings): Add -Wstrict-prototypes
-Wmissing-prototypes.
* aclocal.m4: Regenerate.
* gconfig.in: Regenerate.
* configure: Regenerate.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Alan Modra
1355568ab4
* alpha.c (alpha_find_call): Warning fixes.
* mips.c (mips_find_call): Likewise.
* sparc.c (sparc_find_call): Likewise.
* basic_blocks.c: Warning fixes. Eliminate DEFUN.
* call_graph.c: Likewise.
* cg_arcs.c: Likewise.
* cg_dfn.cp: Likewise.
* gprof.c: Likewise.
* gprof.h: Likewise.
* hist.c: Likewise.
* search_list.c: Likewise.
* source.c: Likewise.
* source.h: Likewise.
* sym_ids.c: Likewise.
* symtab.c: Likewise.
* symtab.h: Likewise.
* utils.c: Likewise.
* cg_print.c: Likewise.
(struct function_map, symbol_map, symbol_map_count): Move
declaration to..
* corefile: ..here.
* corefile.c: Warning fixes. Eliminate DEFUN.
(struct function_map): Remove declaration.
* gmon_io.c: Warning fixes. Eliminate DEFUN.
(gmon_io_read_64): Make static.
(gmon_io_write_64): Likewise.
(gmon_read_raw_arc): Likewise.
(gmon_write_raw_arc): Likewise.
(gmon_io_write_8): Don't pass char, pass int param.
* gmon_io.h (gmon_io_write_8): Likewise.
and a few copyright dates that should have been done previously.
25 years ago
Alan Modra
ba323545dd
Run "make dep-am"
25 years ago
Alan Modra
bde52789b2
* basic_blocks.c: Replace bool with boolean, TRUE with true and
FALSE with false throughout.
* basic_blocks.h: Likewise.
* cg_arcs.c: Likewise.
* cg_dfn.c: Likewise.
* cg_print.c: Likewise.
* corefile.c: Likewise.
* gmon_io.c: Likewise.
* gprof.c: Likewise.
* hist.c: Likewise.
* mips.c: Likewise.
* source.c: Likewise.
* source.h: Likewise.
* sym_ids.c: Likewise.
* sym_ids.h: Likewise.
* symtab.h: Likewise.
* tahoe.c: Likewise.
* vax.c: Likewise.
* gprof.h: Likewise.
(TRUE): Don't define.
(FALSE): Don't define.
25 years ago
Jason Thorpe
4008250e4b
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
(Nick missed this file when he committed the patch.)
25 years ago
Nick Clifton
e7e2dd9226
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
25 years ago
Alan Modra
6d9c411afd
* alpha.c (alpha_Instruction): Don't use.
(alpha_find_call): Avoid use of bitfields and casts between
pointers and integers of different sizes. Avoid endian problems
when cross-compiling.
* vax.c (vax_find_call): Likewise.
(struct modebyte): Don't use.
(vax_operandmode): Pass in an unsigned char *.
(vax_operandlength): Likewise.
(vax_reladdr): Rename to vax_offset and return relative offset
rather than address.
* i386.c (i386_find_call): Avoid casts between pointers and
integers of different sizes.
* sparc.c (sparc_find_call): Likewise. Avoid endian problems.
* tahoe.c (tahoe_find_call): Likewise.
(tahoe_reladdr): Rename to tahoe_offset and return relative offset
rather than address.
* basic_blocks.h: Don't include headers here.
* call_graph.h: Likewise.
* cg_arcs.h: Likewise.
* cg_print.h: Likewise.
* corefile.h: Likewise.
* gmon_io.h: Likewise.
* gmon_out.h: Likewise.
* hertz.h: Likewise.
* hist.h: Likewise.
* source.h: Likewise.
* sym_ids.h: Likewise.
* symtab.h: Likewise.
* gprof.h: Don't include ansidecl.h, do include bfd.h.
(bool): Don't typedef.
* alpha.c: Adjust #include's for above header changes.
* basic_blocks.c: Likewise.
* call_graph.c: Likewise.
* cg_arcs.c: Likewise.
* cg_dfn.c: Likewise.
* cg_print.c: Likewise.
* corefile.c: Likewise.
* gmon_io.c: Likewise.
* gprof.c: Likewise.
* hertz.c: Likewise.
* hist.c: Likewise.
* i386.c: Likewise.
* mips.c: Likewise.
* sparc.c: Likewise.
* sym_ids.c: Likewise.
* symtab.c: Likewise.
* tahoe.c: Likewise.
* utils.c: Likewise.
* vax.c: Likewise.
* po/POTFILES.in: Regenerate.
25 years ago
Daniel Jacobowitz
4867be4168
2002-01-27 Daniel Jacobowitz <drow@mvista.com>
From Steve Ellcey <sje@cup.hp.com>:
* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
IA64.
* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
soname_spec, sys_lib_search_path_spec): Ditto.
Various configure scripts regenerated.
25 years ago
Richard Henderson
3b04e72964
* i386.c (i386_iscall): Static.
* tahoe.c (indirectchild, tahoe_operandmode): Static.
(tahoe_operandlength, tahoe_reladdr): Static.
* vax.c (indirectchild): Static.
25 years ago
Hans-Peter Nilsson
cd8e197bd1
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
25 years ago
Jason Thorpe
ec0806ec81
* mips.c: New file.
* Makefile.am (sources): Add mips.c.
(mips.o): New rule.
* Makefile.in: Regenerate.
* corefile.c: Update copyright years.
(find_call): Call mips_find_call for bfd_arch_mips.
25 years ago
Nick Clifton
1caa7b2354
Updated French translation
25 years ago
Nick Clifton
1ddbd15255
Updated Spanish translation
25 years ago
Nick Clifton
328577adeb
Regenerate .pot and .po files
25 years ago
Nick Clifton
be2d1673e4
Add spanish translation files
25 years ago
Nick Clifton
741247bffa
Remove use of ngettext()
25 years ago
Nick Clifton
af6dfb5b79
Fix spelling typo.
Reformat messages to ease translation into other languages.
25 years ago
Nick Clifton
f0059177a5
Import Swedish translation
25 years ago
Nick Clifton
a9ef678ded
fix typo
25 years ago
Nick Clifton
2299ff437b
Import new turkish translations from Translation Project's website.
25 years ago
Nick Clifton
607334a109
Add .cvsignore files to skip .gmo files
25 years ago
Nick Clifton
3c62831e20
Add translations
25 years ago
Alan Modra
fcd8210c95
Regenerate configure to include the gettext.m4 change. Update
opcodes/po/POTFILES.in
25 years ago
Alan Modra
7997656ad8
* Makefile.am (Makefile): Depend on bfd/configure.in
Run "make dep-am"
* Makefile.in: Regenerate.
25 years ago
H.J. Lu
3882b01078
Locale changes from Bruno Haible <haible@clisp.cons.org>.
25 years ago
Alan Modra
55c808902f
* sparc.c (sparc_find_call): Warning fix.
* alpha.c (alpha_find_call): Likewise.
25 years ago
Alan Modra
5789ecea4c
* alpha.c: Add missing prototypes.
* sparc.c: Likewise.
* tahoe.c: Likewise.
* vax.c: Likewise.
* i386.c: Likewise.
(i386_iscall): Don't use DEFUN.
25 years ago
Nick Clifton
1b577b00bd
Change bug reporting email address.
25 years ago
Nick Clifton
c45021f2d2
Remove auot generated man pages
26 years ago
Nick Clifton
4d3102f142
Rebuild after recent change to gprof.texi
26 years ago
Nick Clifton
dbdec02b77
Bytes stored in target order, not host order.
26 years ago
Alexandre Oliva
6be7c12c05
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
of subdir/configure scripts to use the new libtool.m4.
26 years ago
Alexandre Oliva
7ee44f7484
* gmon_io.c (gmon_io_read, gmon_io_write_vma,
gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust
argument list for K&R C.
26 years ago
Alan Modra
40f905288f
man page generation from gprof.texi by Stephane Carrez
26 years ago
Alan Modra
0eee5820aa
David Mosberger's fixes for cross compiling gprof.
26 years ago
Nick Clifton
37503931d0
Fix typos in ChangeLog; fix dates in copyright notices
26 years ago
Alan Modra
27b7e12d2d
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
26 years ago
Nick Clifton
e135f41bc2
Add PDP-11 support
26 years ago
Michael Sokolov
b71c67aba4
* basic_blocks.c: #include <unistd.h> only if it exists.
26 years ago
Nick Clifton
cf055d540c
Add GNU Free Documentation License
26 years ago
Alexandre Oliva
d64552c589
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
all affected `configure' scripts.
26 years ago
H.J. Lu
5d64ca4ed3
2000-09-07 H.J. Lu <hjl@gnu.org>
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
* configure: Rebuild.
26 years ago
Alexandre Oliva
17a94bb6ec
* aclocal.m4, configure: Rebuilt with new libtool.m4.
26 years ago
Nick Clifton
18e03609ef
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
26 years ago
Nick Clifton
fa1828850b
Regernate
26 years ago
Alexandre Oliva
ac48eca1ad
* acinclude.m4: Include libtool and gettext macros from the
top level.
* aclocal.m4, configure: Rebuilt.
26 years ago