From: Richard Kenner Date: Sun, 17 Sep 2000 14:31:02 +0000 (-0400) Subject: function.h (no_debugging_symbols): New field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c31d6b906a2c0b15d8398518c2cb2bdfd2205f;p=gcc.git 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 --- 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.