summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-12-16 11:23:46 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2000-12-16 11:23:46 -0500
commit43db5b3c2c926e078cd11a32d80daf46f6f246f6 (patch)
tree2b73ee06c27e427c8e3f82920915cd292c624039 /gcc/diagnostic.h
parent112550d37d28d2c074e24b0799bf8fa09fac4cb0 (diff)
downloadgcc-43db5b3c2c926e078cd11a32d80daf46f6f246f6.tar.gz
diagnostic.c (finish_abort): Deleted.
Sat Dec 16 10:41:11 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * diagnostic.c (finish_abort): Deleted. (fatal): Add code from fninish_abort. (error_recursion, fancy_abort): Call fatal, not finish_abort. (trim_filename): Remove leading "../". * diagnostic.h (finish_abort): Deleted. * toplev.c (crash_signal): Call fatal, not finish_abort. * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT as if size were variable. * expmed.c (expand_mult): Write REG_EQUAL note with proper mode. From-SVN: r38309
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index 775626aa4ef..b64cb67385a 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -207,6 +207,5 @@ void record_last_error_module PARAMS ((void));
int error_function_changed PARAMS ((void));
void record_last_error_function PARAMS ((void));
void report_problematic_module PARAMS ((output_buffer *));
-void finish_abort PARAMS ((void)) ATTRIBUTE_NORETURN;
#endif /* __GCC_DIAGNOSTIC_H__ */