Makefile.in (OBJS): Add rtl-error.o
commitc895acf211dd2cd196af66ebaf9f4ec43b1ce244
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 14 Aug 2001 19:22:48 +0000 (14 19:22 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 14 Aug 2001 19:22:48 +0000 (14 19:22 +0000)
treea43390515d7a718ae2f7dd177e7da03fab1bd131
parentddee9e8d0d65407e8a20a70a2f17f98fe0069500
Makefile.in (OBJS): Add rtl-error.o

* Makefile.in (OBJS): Add rtl-error.o
(rtl-error.o): New rule.
(diagnostic.o): Adjust dependency.
diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
error_for_asm, _fatal_insn, _fatal_insn_not_found,
warning_for_asm): Move to...
rtl-error.c: ...here.  New file.

From-SVN: r44894
gcc/ChangeLog
gcc/Makefile.in
gcc/diagnostic.c
gcc/rtl-error.c [new file with mode: 0644]