aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tahoe.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-06-08 07:37:16 +0000
committerAlan Modra <amodra@gmail.com>2002-06-08 07:37:16 +0000
commit5a38dc70b43becf6e5865c90d5dcaf254f5af0e1 (patch)
tree081a0466746e27ab822a066ed2d1403294344cbe /gas/config/tc-tahoe.c
parent92007e403c35d8245bfd92ee7408961bc3a6c24a (diff)
downloadfsf-binutils-gdb-5a38dc70b43becf6e5865c90d5dcaf254f5af0e1.zip
fsf-binutils-gdb-5a38dc70b43becf6e5865c90d5dcaf254f5af0e1.tar.gz
fsf-binutils-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-tahoe.c')
-rw-r--r--gas/config/tc-tahoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tahoe.c b/gas/config/tc-tahoe.c
index 4848e52..034df48 100644
--- a/gas/config/tc-tahoe.c
+++ b/gas/config/tc-tahoe.c
@@ -1,6 +1,6 @@
/* This file is tc-tahoe.c
- Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1995, 2000, 2001
+ Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1995, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -386,7 +386,7 @@ md_begin ()
as_fatal (errorval);
}
-CONST char *md_shortopts = "ad:STt:V";
+const char *md_shortopts = "ad:STt:V";
struct option md_longopts[] = {
{NULL, no_argument, NULL, 0}
};