From 87c31d6b906a2c0b15d8398518c2cb2bdfd2205f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 17 Sep 2000 10:31:02 -0400 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13fa24de13b..a1514f88d75 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 + * 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. -- 2.30.2