* h8300.h (ASM_OUTPUT_LABELREF): Use asm_fprintf, not fprintf.
authorJeffrey A Law <law@cygnus.com>
Fri, 15 Jan 1999 00:21:26 +0000 (00:21 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 15 Jan 1999 00:21:26 +0000 (17:21 -0700)
From-SVN: r24669

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 3fee982..60cf86d 100644 (file)
@@ -1,5 +1,7 @@
 Thu Jan 14 22:38:41 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * h8300.h (ASM_OUTPUT_LABELREF): Use asm_fprintf, not fprintf.
+
        * stmt.c (expand_end_case): Use emit_cmp_and_jump_insns to avoid
        generating non-canonical rtl.
 
index 110df32..705ccb5 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler. 
    Hitachi H8/300 version generating coff 
-   Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93-98, 1999 Free SoftwareFoundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
    Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
 
@@ -1187,7 +1187,7 @@ readonly_data()                                           \
   do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
 
 #define ASM_OUTPUT_LABELREF(FILE,NAME)  \
-  fprintf ((FILE), "%U%s", (NAME) + (TINY_DATA_NAME_P (NAME) ? 1 : 0))
+  asm_fprintf ((FILE), "%U%s", (NAME) + (TINY_DATA_NAME_P (NAME) ? 1 : 0))
 
 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)