]> gcc.gnu.org Git - gcc.git/commitdiff
Index: ChangeLog
authorGeoffrey Keating <geoffk@redhat.com>
Mon, 5 Aug 2002 18:46:37 +0000 (18:46 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 5 Aug 2002 18:46:37 +0000 (18:46 +0000)
2002-08-05  Geoffrey Keating  <geoffk@redhat.com>

* attribs.c: Don't include obstack.h.
* builtins.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* emit-rtl.c: Likewise.
* loop.c: Likewise.
* stmt.c: Likewise.

Index: cp/ChangeLog
2002-08-05  Geoffrey Keating  <geoffk@redhat.com>

* class.c: Don't include obstack.h.
(popclass):
* decl2.c: Delete bogus comment.
* error.c: Don't include obstack.h.
* except.c: Likewise.
(dump_type): Correct comment.
* method.c: Don't include obstack.h.
* tree.c: Likewise.

Index: java/ChangeLog
2002-08-05  Geoffrey Keating  <geoffk@redhat.com>

* mangle_name.c: Don't include obstack.h twice.
* xref.c: Don't include obstack.h.

From-SVN: r56055

18 files changed:
gcc/attribs.c
gcc/builtins.c
gcc/cfganal.c
gcc/cfgbuild.c
gcc/cfgcleanup.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/except.c
gcc/cp/method.c
gcc/cp/tree.c
gcc/emit-rtl.c
gcc/java/ChangeLog
gcc/java/mangle_name.c
gcc/java/xref.c
gcc/loop.c
gcc/stmt.c

index cbeba86c2e8801700a9cf438698bb4f383c05d91..c5a8a73026b73e91294e6ceba1fdc88d3e512c99 100644 (file)
@@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "ggc.h"
 #include "expr.h"
 #include "tm_p.h"
-#include "obstack.h"
 #include "cpplib.h"
 #include "target.h"
 #include "langhooks.h"
index 1dde0a034eed888ef4a887714848ffe0d4678460..a295a9aab346d0b0c3d6c96a35b31c9d8052d19b 100644 (file)
@@ -25,7 +25,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "real.h"
 #include "rtl.h"
 #include "tree.h"
-#include "obstack.h"
 #include "flags.h"
 #include "regs.h"
 #include "hard-reg-set.h"
index 24759e1141ef9f9293c83de3e0d42be6983cd0cd..35ce07d53fc3b3fe7b7334b7e904606a248b95c3 100644 (file)
@@ -28,7 +28,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "insn-config.h"
 #include "recog.h"
 #include "toplev.h"
-#include "obstack.h"
 #include "tm_p.h"
 
 /* Store the data structures necessary for depth-first search.  */
index 12dd200a60fe46e2a1d1637222a67ea5078a8ce3..97552f9afd9a5412c4ce8dbe3269e206c5a0aaf8 100644 (file)
@@ -45,7 +45,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "except.h"
 #include "toplev.h"
 #include "timevar.h"
-#include "obstack.h"
 
 static int count_basic_blocks          PARAMS ((rtx));
 static void find_basic_blocks_1                PARAMS ((rtx));
index 74b8d338ca99be0666aa1199f955208a0a94ffd1..1d662cee9b2d318060cf71ffcce16967e4bfcfca 100644 (file)
@@ -46,8 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "tm_p.h"
 #include "target.h"
 
-#include "obstack.h"
-
 /* cleanup_cfg maintains following flags for each basic block.  */
 
 enum bb_flags
index 63b8e2d5efd20b9d1a5dfa4f7535974837ec3de6..ddadb9c87e2c84412e40d9974c8ad3ac73b8ff54 100644 (file)
@@ -1,3 +1,14 @@
+2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
+
+       * class.c: Don't include obstack.h.
+       (popclass): 
+       * decl2.c: Delete bogus comment.
+       * error.c: Don't include obstack.h.
+       * except.c: Likewise.
+       (dump_type): Correct comment.
+       * method.c: Don't include obstack.h.
+       * tree.c: Likewise.
+
 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
 
        Fix PR/2213
index 7129308059a11c7ad7e9ce1c82e501c527c4d361..81b1a2c25f5ab5dab350186ae1c29af9e811be87 100644 (file)
@@ -35,8 +35,6 @@ Boston, MA 02111-1307, USA.  */
 #include "lex.h"
 #include "target.h"
 
-#include "obstack.h"
-
 /* The number of nested classes being processed.  If we are not in the
    scope of any class, this is zero.  */
 
@@ -5547,8 +5545,6 @@ void
 popclass ()
 {
   poplevel_class ();
-  /* Since poplevel_class does the popping of class decls nowadays,
-     this really only frees the obstack used for these decls.  */
   pop_class_decls ();
 
   current_class_depth--;
index cd02ae662542dcc21b8e8b72ef10627224d4ccfd..3f2fa1e8b462e34a65e45e59cb21459523205f39 100644 (file)
@@ -4330,8 +4330,7 @@ pop_scope (t)
 }
 
 /* [basic.lookup.koenig] */
-/* A non-zero return value in the functions below indicates an error.
-   All nodes allocated in the procedure are on the scratch obstack. */
+/* A non-zero return value in the functions below indicates an error.  */
 
 struct arg_lookup
 {
index 3a8f5e0041c07aca7f470ea74e0186148ee5935a..bf55e25d1577318edccd0fc3ab0773424696995d 100644 (file)
@@ -24,7 +24,6 @@ Boston, MA 02111-1307, USA.  */
 #include "tree.h"
 #include "cp-tree.h"
 #include "real.h"
-#include "obstack.h"
 #include "toplev.h"
 #include "flags.h"
 #include "diagnostic.h"
@@ -316,8 +315,8 @@ dump_template_bindings (parms, args)
     }
 }
 
-/* Dump into the obstack a human-readable equivalent of TYPE.  FLAGS
-   controls the format.  */
+/* Dump a human-readable equivalent of TYPE.  FLAGS controls the
+   format.  */
 
 static void
 dump_type (t, flags)
index b2d9fe007ab9565c119c997756102e41da2e3f02..321a142173bf3092200196681db6def43a02ac96 100644 (file)
@@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA.  */
 #include "libfuncs.h"
 #include "cp-tree.h"
 #include "flags.h"
-#include "obstack.h"
 #include "output.h"
 #include "except.h"
 #include "toplev.h"
index 81bcc951ce35252f8d05b1d01785e57b513e1764..42d405f5e29433bf7177c992cf210980da0e69f3 100644 (file)
@@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA.  */
 #include "system.h"
 #include "tree.h"
 #include "cp-tree.h"
-#include "obstack.h"
 #include "rtl.h"
 #include "expr.h"
 #include "output.h"
index e3ba4e104366bc03a1c972657ea542ddfbb53bfa..369e46a9f25d064a46d89c1035a7f13dadaac43f 100644 (file)
@@ -22,7 +22,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
 #include "system.h"
-#include "obstack.h"
 #include "tree.h"
 #include "cp-tree.h"
 #include "flags.h"
index 0bba4a27f446e0309378b6c07d72cc9b2e672225..26032c16d356056f12355bfe3e6d573dec131b5c 100644 (file)
@@ -50,7 +50,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "insn-config.h"
 #include "recog.h"
 #include "real.h"
-#include "obstack.h"
 #include "bitmap.h"
 #include "basic-block.h"
 #include "ggc.h"
index b0469aec3513ef09cd6509e709adbf11649234bb..e6e617c18a768ae0728e1b1c2f89a018c0eac4cd 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
+
+       * mangle_name.c: Don't include obstack.h twice.
+       * xref.c: Don't include obstack.h.
+
 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
 
        * class.c: (permanent_obstack): Delete declaration.
index 38b6ec61ab9d5c5ea4d3cbddae40989aaa0554cc..d46956c983de717f5ab6d1d92ac731610f0a0122 100644 (file)
@@ -32,7 +32,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "java-tree.h"
 #include "obstack.h"
 #include "toplev.h"
-#include "obstack.h"
 
 static void append_unicode_mangled_name PARAMS ((const char *, int));
 #ifndef HAVE_AS_UTF8
index b44fcc59d64e388e4372c9d825e8555bcb9b732e..ff1da78c2ea1925d28b47985d65d00f95330ae34 100644 (file)
@@ -31,8 +31,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "xref.h"
 #include "jcf.h"
 #include "parse.h"
-#include "obstack.h"
-
 
 static xref_flag_table xref_table [] = {
   {NULL, NULL, NULL, NULL},
index 177c4c5c919101d6f8a67c37f557e0d6edb9b811..c0d20da398cd04539d32022bb99f7fdc85a60252 100644 (file)
@@ -38,7 +38,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "system.h"
 #include "rtl.h"
 #include "tm_p.h"
-#include "obstack.h"
 #include "function.h"
 #include "expr.h"
 #include "hard-reg-set.h"
index 9220b37e9d0f724781d04f21bac696ed347f057d..550e3e7e2386f47127fde3ee6c7aa5558cd528c8 100644 (file)
@@ -46,7 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "expr.h"
 #include "libfuncs.h"
 #include "hard-reg-set.h"
-#include "obstack.h"
 #include "loop.h"
 #include "recog.h"
 #include "machmode.h"
This page took 0.117421 seconds and 5 git commands to generate.