summaryrefslogtreecommitdiffstats
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-06 15:48:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-06 15:48:29 +0000
commit7720c877ff825e03a9e76cae1056500f6b9c2368 (patch)
treed3ec4d03867dc1c946b0b2742d599df1ce8246e1 /gcc/gcc.c
parent9f852f4781a3617daa7d8abfb463259787167ce4 (diff)
downloadppe42-gcc-7720c877ff825e03a9e76cae1056500f6b9c2368.tar.gz
ppe42-gcc-7720c877ff825e03a9e76cae1056500f6b9c2368.zip
* m68k.c: Include tree.h for dwarf2out_cfi_label.
* gcc.c (process_command): Do not take address of function fatal when calling lang_specific_driver. * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling doesn't work with it yet, so set it to 0. * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define. * cse.c (cse_insn): Check for invalid entries when taking references. More assorted pending patches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7f1cd00448d..77372870edb 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2513,7 +2513,7 @@ process_command (argc, argv)
#ifdef LANG_SPECIFIC_DRIVER
/* Do language-specific adjustment/addition of flags. */
- lang_specific_driver (&fatal, &argc, &argv);
+ lang_specific_driver (fatal, &argc, &argv);
#endif
/* Scan argv twice. Here, the first time, just count how many switches
OpenPOWER on IntegriCloud