diff options
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 d3d71f8..24abe6d 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -184,7 +184,7 @@ xcoff_assign_fundamental_type_number (tree decl) /* Print an error message for unrecognized stab codes. */ #define UNKNOWN_STAB(STR) \ - internal_error ("no sclass for %s stab (0x%x)\n", STR, stab) + internal_error ("no sclass for %s stab (0x%x)", STR, stab) /* Conversion routine from BSD stabs to AIX storage classes. */ |
