aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1998-04-28 * corefile.c: Rename from core.c.Ian Lance Taylor1-5/+5
* corefile.h: Rename from core.h. * Many .c files: Include corefile.h rather than core.h. * Makefile.am (sources): Change core.c to corefile.c. (noinst_HEADERS): Change core.h to corefile.h. ($(OBJECTS)): Depend upon corefile.h rather than core.h. (corefile.o): Rename target from core.o, depend upon corefile.c. * Makefile.in, po/POTFILES.in: Rebuild.
1998-04-22tipoIan Lance Taylor1-2/+2
1998-04-22 * gprof.h: Added includes and defines for gettext.Tom Tromey1-70/+210
* configure.in (ALL_LINGUAS): New macro. Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * gprof.c (main): Call setlocale, bindtextdomain, textdomain. * Makefile.am (SUBDIRS): New macro. (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. (gprof_DEPENDENCIES): Added INTLDEPS. (gprof_LDADD): Added INTLLLIBS. (POTFILES): New macro. (po/POTFILES.in): New target. * Many files: Wrap user-visible strings with gettext invocation.
1998-04-07 From hjl@lucon.org <H.J. Lu>:Ian Lance Taylor1-0/+2
* Makefile.am (diststuff): New target. * Makefile.in: Rebuild.
1998-03-21 * Makefile.in: Rebuild with automake 1.2e.Ian Lance Taylor1-48/+66
* aclocal.m4, configure: Rebuild with libtool 1.2.
1998-02-05 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-0/+1
1998-02-04Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>Ian Lance Taylor1-1/+1
* bbconv.pl: New file. * Makefile.am (EXTRA_DIST): Add bbconv.pl. * Makefile.in: Rebuild.
1998-02-03Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>Ian Lance Taylor1-17/+31
Make it possible to build a cross gprof, although a few cases are still not handled: * configure.in: Don't set MY_TARGET. * gprof.h: Don't include MACHINE_H. Don't define FOPEN_RB or FOPEN_WB; just get them from sysdep.h. * core.h (min_insn_size, offset_to_code): Declare. * core.c (MIN_INSN_SIZE): Don't define. (min_insn_size, offset_to_code): New variables. (core_init): Initialize min_insn_size and offset_to_code. (find_call): New function. (core_create_line_syms): Don't use min_dist. Set is_static in pass 2. * hist.c (UNITS_TO_CODE): Define. * gprof.c (default_excluded_list): Add "__mcount_internal". * gmon.h: Change TARGET_alpha to __alpha__. * hertz.h: Ifdef MACH, define hertz as HZ. * alpha.c (alpha_Instruction): Rename from Instruction. Change all references. (alpha_find_call): Rename from find_call. * alpha.h: Remove. * dummy.c, dummy.h: Remove. * i386.c (i386_iscall): Rename from iscall. Change all references. Check for call instruction, not jump or lcall. (i386_find_call): Rename from find_call. Correct for VMA. Correct call destination computation. Don't dereference symbol if it is NULL. * i386.h: Remove. * ns532.c, ns532.h: Remove. * sparc.c (CALL): Define. (sparc_find_call): Rename from find_call. * sparc.h: Remove. * tahoe.c: Include cg_arcs.h, core.h, hist.h, and symtab.h. Don't include time_host.h. (CALLF, PC): Define. (enum tahoe_opermodes, tahoe_operandenum): Define. Rename all references to opermodes or operandenum to these. (tahoe_operandmode): Rename from operandmode. Call abort if switch does not return. (tahoe_operandname): Rename from operandname. Call abort if switch does not return. (tahoe_operandlength): Rename from operandlength. Call abort if switch does not return. (tahoe_reladdr): Rename from reladdr. (tahoe_find_call): Rename from find_call. Use core_text_space rather than textspace. * tahoe.h: Remove. * vax.c (CALLS, PC): Define. (enum opermodes, operandenum, struct modebyte): Define. (vax_operandmode): Rename from operandmode. Call abort if switch does not return. (vax_operandname): Rename from operandname. Call abort if switch does not return. (vax_operandlength): Rename from operandlength. Call abort if switch does not return. (vax_reladdr): Rename from reladdr. (vax_find_call): Rename from find_call. * vax.h: Remove. * Makefile.am (AUTOMAKE_OPTIONS): Set to cygnus. (MY_TARGET): Remove. (INCLUDES): Remove -DTARGET_$(MY_TARGET) and -DMACHINE_H= \"$(MY_TARGET).h\". (gprof_SOURCES): Add i386.c, alpha.c, vax.c, tahoe.c, sparc.c. (gprof_DEPENDENCIES): Remove $(MY_TARGET).o. (gprof_LDADD): Likewise. (noinst_HEADERS): Remove alpha.h, i386.h, ns532.h, sparc.h, tahoe.h, vax.h, dummy.h. (EXTRA_DIST): Remove alpha.c, i386.c, ns532.c, sparc.c, tahoe.c, vax.c, dummy.c. ($(OBJECTS)): Don't depend upon $(MY_TARGET).h. ($(MY_TARGET).o): Remove target. (i386.o, alpha.o, vax.o, tahoe.o, sparc.o): New targets. * configure, Makefile.in, aclocal.m4: Rebuild.
1997-09-24 * aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-1/+1
* Makefile.in: Rebuild with current automake. * configure: Rebuild.
1997-08-09 * configure.in: Change version number to 2.8.2. CallIan Lance Taylor1-35/+74
AM_PROG_LIBTOOL. Remove shared library handling; now handled by libtool. Add AM_CONFIG_HEADER. Change AC_PROG_INSTALL to AM_PROG_INSTALL. Add AM_EXEEXT. * Makefile.am (LINK): Remove. (gprof_LDFLAGS): Remove (gprof_DEPENDENCIES): Change libbfd.a to libbfd.la. (gprof_LDADD): Likewise. ($(OBJECTS)): Depend upon gconfig.h and ../bfd/config.h. * gprof.h: Undefine PACKAGE and VERSION after including BFD sysdep.h file, then include new gconfig.h file. * gprof.c (VERSION): Don't define. * acconfig.h: New file. * stamp-h.in: New file. * gconfig.in: New file, created by autoheader. * Makefile.in, configure, aclocal.m4: Rebuild.
1997-06-30finish upgrade to automake 1.2Ian Lance Taylor1-7/+3
1997-06-29 * aclocal.m4, configure, Makefile.in: Rebuild with automake 1.2.Ian Lance Taylor1-1/+1
1997-06-16 * Makefile.am (INCLUDES): Add -DDEBUG.Ian Lance Taylor1-30/+38
* Makefile.in: Rebuild.
1997-04-15 Change to use automake:Ian Lance Taylor1-96/+410
* Makefile.am: New file. * configure.in: Run AM_INIT_AUTOMAKE, AM_MAINTAINER_MODE, and AM_CYGWIN32. * aclocal.m4: New file, created by aclocal. * Makefile.in: Replace with file created by automake --cygnus. * configure: Rebuild.
1997-03-24 * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling.Ian Lance Taylor1-1/+1
* gmon.h: Use bytes counts rather than sizeof in struct raw_phdr and struct raw_arc.
1997-02-27 * configure.in: Define BSD44_FORMAT if the target looks like aIan Lance Taylor1-1/+1
BSD4.4 derived system. * configure: Rebuild. * Makefile.in (.c.o): Add @DEFS@. * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate from profrate field, not version field.
1996-12-31 * Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at theIan Lance Taylor1-2/+2
end. (gprof): Put $(CFLAGS) after the other options.
1996-08-23 * configure.in: Set and substitute HLDENV.Ian Lance Taylor1-1/+2
* configure: Rebuild. * Makefile.in (HLDENV): New variable. (gprof): Use $(HLDENV).
1996-06-27 * configure.in: Call AC_ISC_POSIX.Ian Lance Taylor1-1/+1
* configure: Rebuild. * Makefile.in (gprof): Pass $(CFLAGS) during link. * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that. If HAVE_SETITIMER is not defined, try using sysconf.
1996-06-25 * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,Jason Molenda1-8/+8
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): added. * configure: Rebuilt.
1996-02-07 * configure.in: Don't set CC. Look for --enable-shared. SetIan Lance Taylor1-2/+3
BFDLIB and HLDFLAGS and substitute them. * configure: Rebuild. * Makefile.in (LIBS): Use @BFDLIB@. (HLDFLAGS): New variable. (gprof): Use $(HLDFLAGS).
1996-02-05 Support for building bfd and opcodes as shared libraries, based onIan Lance Taylor1-2/+3
patches from Alan Modra <alan@spri.levels.unisa.edu.au>: * Makefile.in (LIBDEPS): New variable. (LIBS): Use -L../bfd -lbfd. (gprof): Depend upon $(LIBDEPS) rather than $(LIBS).
1995-11-21* Makefile.in (.m.c): Strip out directory name from function name.Ken Raeburn1-1/+1
1995-11-06add tags targetKen Raeburn1-0/+4
1995-11-01 * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.Per Bothner1-4/+4
(all): Depend on $(GEN_FILES), not diststuff (which also depends on info).
1995-10-25 * Makefile.in (diststuff): Also make info.Per Bothner1-3/+3
(mostlyclean): Don't remove gprof.info*. (maintainer-clean realclean): Also remove *.info*.
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * Makefile.in: Add dependecies for $(OBJS) on header files. * cg_print.c (print_cycle, print_members, cg_print_index): Fix new style output format to make it consistent. * dummy.c (find_call): Fix typo in error message.
1995-09-20 * Makefile.in (maintainer-clean): New target, synonym forIan Lance Taylor1-1/+1
realclean.
1995-09-08 * Makefile.in (install): Don't install in $(tooldir).Ian Lance Taylor1-5/+0
1995-08-22 * Makefile.in (install): Remove "brokensed" hack, unnecessary nowJeff Law1-1/+1
that we're using autoconf.
1995-06-12* Makefile.in (distclean, realclean): Remove config.cache andJ.T. Conklin1-1/+1
config.log.
1995-05-18* Makefile.in (Makefile): Added config.status to dependency list.J.T. Conklin1-2/+6
(config.status): New target. (SHELL): New definition.
1995-04-26* Makefile.in (install): Depend on "all".Ken Raeburn1-1/+1
1995-04-20* Makefile.in: Change all references to MY_MACHINE to MY_TARGET, to matchKen Raeburn1-5/+5
configure script.
1995-04-19* gen-c-prog.awk: Changed reference to "make-c-prog.awk" inJ.T. Conklin1-8/+7
comment emitted by this script to gen-c-prog.awk. * Makefile.in, configure.in: Converted to use autoconf. * configure: New file, generated with autoconf 2.3. * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, mt-tahoe, mt-vax}: Removed.
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-14/+26
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1994-06-23 * Makefile.in (gprof): Depend on $(LIBS).Jeff Law1-1/+1
1994-05-17 * Makefile.in (.m.c:): Added .SUFFIXES : .mBill Cox1-0/+2
so flat_bl.c would make from flat_bl.m file.
1994-05-05(install-info): Check for gprof.info in build dir, fall back to srcdir. DependKen Raeburn1-3/+8
on it.
1994-04-05 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losingJeff Law1-4/+4
makes (osf1) in which the value of MACHINE can not be changed. * config/*.mt: Changed appropriately.
1994-03-20 * Makefile.in: Avoid bug in hpux sed.Jeff Law1-1/+1
1993-07-06 * Makefile.in: Install correctly.Steve Chamberlain1-4/+12
1993-06-21Look in ../bfd, not ../include, for bfd.h.Ken Raeburn1-1/+1
1993-06-16look in ../include instead of ../bfd for bfd.hKen Raeburn1-1/+1
1993-06-16remove accidental INSTALL changeDavid D. Zuhn1-1/+1
1993-06-16remove parentdir supportDavid D. Zuhn1-14/+5
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-1/+1
* configure.in: No longer need to configure to get sysdep.h.
1993-05-20install shouldn't depend on install-infoDavid D. Zuhn1-1/+1
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-3/+4
Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof.
1993-03-23add installcheckDavid D. Zuhn1-1/+2