Deleted Added
full compact
flags.h (18335) flags.h (38510)
1/* Compilation switch flag definitions for GNU CC.
2 Copyright (C) 1987, 1988, 1994, 1995 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 324 unchanged lines hidden (view full) ---

333extern int flag_verbose_asm;
334
335/* -fgnu-linker specifies use of the GNU linker for initializations.
336 -fno-gnu-linker says that collect will be used. */
337extern int flag_gnu_linker;
338
339/* Tag all structures with __attribute__(packed) */
340extern int flag_pack_struct;
1/* Compilation switch flag definitions for GNU CC.
2 Copyright (C) 1987, 1988, 1994, 1995 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 324 unchanged lines hidden (view full) ---

333extern int flag_verbose_asm;
334
335/* -fgnu-linker specifies use of the GNU linker for initializations.
336 -fno-gnu-linker says that collect will be used. */
337extern int flag_gnu_linker;
338
339/* Tag all structures with __attribute__(packed) */
340extern int flag_pack_struct;
341
342/* Nonzero means that -Wformat accepts certain non-ANSI formats. */
343
344extern int flag_format_extensions;
341
342/* Other basic status info about current function. */
343
344/* Nonzero means current function must be given a frame pointer.
345 Set in stmt.c if anything is allocated on the stack there.
346 Set in reload1.c if anything is allocated on the stack there. */
347
348extern int frame_pointer_needed;

--- 15 unchanged lines hidden ---
345
346/* Other basic status info about current function. */
347
348/* Nonzero means current function must be given a frame pointer.
349 Set in stmt.c if anything is allocated on the stack there.
350 Set in reload1.c if anything is allocated on the stack there. */
351
352extern int frame_pointer_needed;

--- 15 unchanged lines hidden ---