diff options
author | Doug Evans <dje@gnu.org> | 1994-04-29 06:08:29 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-04-29 06:08:29 +0000 |
commit | 15fa00e94ef507ad8dbd4ccca4cb60144738c4e1 (patch) | |
tree | da54ddd798ec26c378aec2a18601ebbfd185b49e /gcc/cp/ChangeLog | |
parent | c89c75917c223c533fb8377748262be9d415a885 (diff) | |
download | gcc-15fa00e94ef507ad8dbd4ccca4cb60144738c4e1.zip gcc-15fa00e94ef507ad8dbd4ccca4cb60144738c4e1.tar.gz gcc-15fa00e94ef507ad8dbd4ccca4cb60144738c4e1.tar.bz2 |
Several
language directory reorg patches.
From-SVN: r7182
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6600bb0..945e9f4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,7 +1,27 @@ +Thu Apr 28 16:29:11 1994 Doug Evans (dje@canuck.cygnus.com) + + * Make-lang.in (cc1plus): Depend on stamp-objlist. + * Makefile.in (BC_OBJS): Delete. + (OBJS): Cat ../stamp-objlist to get everything, except ../c-common.o. + (../cc1plus): Delete reference to BC_OBJS. + Thu Apr 28 15:19:46 1994 Mike Stump (mrs@cygnus.com) * cp-tree.h: disable use of backend EH. +Wed Apr 27 21:01:24 1994 Doug Evans (dje@canuck.cygnus.com) + + * Make-lang.in (c++.distdir): mkdir tmp/cp first. + * Makefile.in (INCLUDES): Move definition to same place as + parent makefile. + (ALLOCA): Define. + (OLDAR_FLAGS): Delete. + (OLDCC): Define. + (DIR): Delete. + (CLIB): Define. + (####site): Delete. + (SUBDIR_USE_ALLOCA): Don't use ALLOCA if compiling with gcc. + Wed Apr 27 19:10:04 1994 Kung Hsu (kung@mexican.cygnus.com) * decl.c (xref_tag): not to use strstr(), it's not available on @@ -132,6 +152,17 @@ Mon Apr 25 02:36:28 1994 Jason Merrill (jason@deneb.cygnus.com) * call.c (convert_harshness_ansi): Use type_promotes_to. Also fix promotion semantics for reals. +Sun Apr 24 16:52:51 1994 Doug Evans (dje@canuck.cygnus.com) + + * Make-lang.in (c++.install-common): Check for g++-cross. + * Makefile.in: Remove Cygnus cruft. + (config.status): Delete. + (RTL_H): Define. + (TREE_H): Use complete pathname, some native makes have minimal + VPATH support. + (*.o): Use complete pathname to headers in parent dir. + (doc, info, dvi): Delete. + Sun Apr 24 00:47:49 1994 Jason Merrill (jason@deneb.cygnus.com) * decl.c (pushdecl): Avoid redundant warning on redeclaring function @@ -247,6 +278,11 @@ Fri Apr 22 12:48:10 1994 Kung Hsu (kung@mexican.cygnus.com) * decl.c (init_decl_processing): use TYPE_DECL_SUPPRESS_DEBUG to mark unknown type. +Fri Apr 22 03:27:26 1994 Doug Evans (dje@cygnus.com) + + * Language directory reorganization. + See parent makefile. + Thu Apr 21 18:27:57 1994 Per Bothner (bothner@kalessin.cygnus.com) * cp-tree.h (THUNK_DELTA): It is normally negative, so |