diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-28 23:52:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-28 23:52:20 +0000 |
commit | 43870aec5efd34c46f8d7d8422291030c5048fd8 (patch) | |
tree | 57b11d57a3ffa07425ef44bf0dcd7504792f1133 /gprof/ChangeLog | |
parent | bfde75f7e3846ec59ea36dcb07bb3f08924890a3 (diff) | |
download | gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.zip gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.tar.gz gdb-43870aec5efd34c46f8d7d8422291030c5048fd8.tar.bz2 |
* corefile.c: Rename from core.c.
* 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.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 7d4d438..e22276a 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,14 @@ +Tue Apr 28 19:50:09 1998 Ian Lance Taylor <ian@cygnus.com> + + * corefile.c: Rename from core.c. + * 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. + Mon Apr 27 16:50:40 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in: Change version number to 2.9.4 |