function.h (no_debugging_symbols): New field.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Sep 2000 14:31:02 +0000 (10:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Sep 2000 14:31:02 +0000 (10:31 -0400)
* 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

index 13fa24de13bfce50553f701e95df7d132115c67b..a1514f88d752ca4fcdbd277e35caf751a1799075 100644 (file)
@@ -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.