Fix normal operation for h8300-coff target
[deliverable/binutils-gdb.git] / gas / config / tc-h8500.h
index 861c268256263925640b9f516a6691c0c0e418b7..5902524d4f172478d641d51206ddfd0ebfdde689 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is tc-h8500.h
-   Copyright 1993, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright 1993, 1995, 1997, 1998, 2000, 2003 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -28,7 +28,7 @@ struct internal_reloc;
 
 #define WORKING_DOT_WORD
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type.  */
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
 
 #define BFD_ARCH bfd_arch_h8500
@@ -41,7 +41,7 @@ extern void tc_reloc_mangle
   PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
 
 #define DO_NOT_STRIP 0
-#define LISTING_HEADER "Hitachi H8/500 GAS "
+#define LISTING_HEADER "Renesas H8/500 GAS "
 #define NEED_FX_R_TYPE 1
 #define RELOC_32 1234
 
This page took 0.026861 seconds and 4 git commands to generate.