diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:37:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:37:16 +0000 |
commit | 5a38dc70b43becf6e5865c90d5dcaf254f5af0e1 (patch) | |
tree | 081a0466746e27ab822a066ed2d1403294344cbe /gas/config/tc-w65.c | |
parent | 92007e403c35d8245bfd92ee7408961bc3a6c24a (diff) | |
download | gdb-5a38dc70b43becf6e5865c90d5dcaf254f5af0e1.zip gdb-5a38dc70b43becf6e5865c90d5dcaf254f5af0e1.tar.gz gdb-5a38dc70b43becf6e5865c90d5dcaf254f5af0e1.tar.bz2 |
* as.c: Replace CONST with const.
* write.c: Likewise.
* config/obj-coff.c: Likewise.
* config/tc-a29k.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-dlx.c: Likewise.
* config/tc-h8300.c: Likewise.
* config/tc-h8500.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-pdp11.c: Likewise.
* config/tc-pj.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-tic80.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/tc-w65.c: Likewise.
* config/tc-z8k.c: Likewise.
Diffstat (limited to 'gas/config/tc-w65.c')
-rw-r--r-- | gas/config/tc-w65.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-w65.c b/gas/config/tc-w65.c index b3ddc68..690bf50 100644 --- a/gas/config/tc-w65.c +++ b/gas/config/tc-w65.c @@ -1,5 +1,5 @@ /* tc-w65.c -- Assemble code for the W65816 - Copyright 1995, 1998, 2000, 2001 Free Software Foundation, Inc. + Copyright 1995, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -28,7 +28,7 @@ #include "../opcodes/w65-opc.h" const char comment_chars[] = "!"; -CONST char line_separator_chars[] = ";"; +const char line_separator_chars[] = ";"; const char line_comment_chars[] = "!#"; /* This table describes all the machine specific pseudo-ops the assembler @@ -1186,7 +1186,7 @@ md_estimate_size_before_relax (fragP, segment_type) return fragP->fr_var; } -CONST char *md_shortopts = ""; +const char *md_shortopts = ""; struct option md_longopts[] = { #define OPTION_RELAX (OPTION_MD_BASE) {NULL, no_argument, NULL, 0} |