diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-01-27 01:43:17 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-26 18:43:17 -0700 |
commit | ab87f8c8d19d6b0954516d7f1d8733f42076be81 (patch) | |
tree | e7daf0f28ecb5da9660b21aee68e6919f846c183 /gcc/xcoffout.c | |
parent | 01b4cf2b7a1fe9a3f6f070217be5f93854c54545 (diff) | |
download | gcc-ab87f8c8d19d6b0954516d7f1d8733f42076be81.tar.gz |
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
details.
From-SVN: r24879
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index fb33f289c4b..4da507979ba 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -177,7 +177,7 @@ xcoff_output_standard_types (syms) #define UNKNOWN_STAB(STR) \ do { \ - fprintf(stderr, "Error, unknown stab %s: : 0x%x\n", STR, stab); \ + error ("Unknown stab %s: : 0x%x\n", STR, stab); \ fflush (stderr); \ } while (0) |