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)
commit87c31d6b906a2c0b15d8398518c2cb2bdfd2205f
treede01f07da10b3410d75f4f239f30b37295850c27
parentebb1b59ac046c73a55541f5c6d7acc65c6e284b9
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