Add '+' and '-' as valid symbol characters for PPC port.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index 5ec7678fa50cca57c7e23388357850f74091df4e..21051e0a55fe52459e01fd0aa323395c87ed4426 100644 (file)
@@ -1,6 +1,6 @@
-/* tc-h8300.c -- Assemble code for the Hitachi H8/300
+/* tc-h8300.c -- Assemble code for the Renesas H8/300
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
-   2001, 2002 Free Software Foundation, Inc.
+   2001, 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -51,7 +51,7 @@ int Smode;
 #define DMODE (L_16)
 #define DSYMMODE (Hmode ? L_24 : L_16)
 
-int bsize = L_8;               /* default branch displacement */
+int bsize = L_8;               /* Default branch displacement.  */
 
 struct h8_instruction
 {
This page took 0.041 seconds and 4 git commands to generate.