aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-09-17 10:31:02 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2000-09-17 10:31:02 -0400
commit87c31d6b906a2c0b15d8398518c2cb2bdfd2205f (patch)
treede01f07da10b3410d75f4f239f30b37295850c27 /gcc
parentebb1b59ac046c73a55541f5c6d7acc65c6e284b9 (diff)
downloadgcc-87c31d6b906a2c0b15d8398518c2cb2bdfd2205f.zip
gcc-87c31d6b906a2c0b15d8398518c2cb2bdfd2205f.tar.gz
gcc-87c31d6b906a2c0b15d8398518c2cb2bdfd2205f.tar.bz2
function.h (no_debugging_symbols): New field.
* function.h (no_debugging_symbols): New field. * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy. Initialize no_debugging_symbols. (output_inline_function): Save and restore write_symbols and set from no_debugging_symbols. * toplev.c (rest_of_compilation): Call save_for_inline. * tree.h: Update comment. From-SVN: r36470
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13fa24d..a1514f8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -153,6 +153,14 @@ Sat Sep 16 19:42:50 EDT 2000 John Wehle (john@feith.com)
Sat Sep 16 14:35:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+ * function.h (no_debugging_symbols): New field.
+ * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
+ Initialize no_debugging_symbols.
+ (output_inline_function): Save and restore write_symbols and set from
+ no_debugging_symbols.
+ * toplev.c (rest_of_compilation): Call save_for_inline.
+ * tree.h: Update comment.
+
* stor-layout.c (place_field): Don't do anything if field or
its type are ERROR_MARK.