diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-06-08 07:37:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-06-08 07:37:16 +0000 |
commit | 09152e348889760073809bd5875b4fb57829db7a (patch) | |
tree | 3c73257e78f92803924e9b28909ca4d8fdbdba36 /gas/config/tc-i860.c | |
parent | bfc7b0531ae4490412c594e4c1760fbf87ccec52 (diff) | |
download | binutils-redhat-09152e348889760073809bd5875b4fb57829db7a.tar.gz |
* 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-i860.c')
-rw-r--r-- | gas/config/tc-i860.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index 9aa44574da..61724f5864 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -1,5 +1,5 @@ /* tc-i860.c -- Assembler for the Intel i860 architecture. - Copyright 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 + Copyright 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Brought back from the dead and completely reworked @@ -1013,9 +1013,9 @@ print_insn (insn) #ifdef OBJ_ELF -CONST char *md_shortopts = "VQ:"; +const char *md_shortopts = "VQ:"; #else -CONST char *md_shortopts = ""; +const char *md_shortopts = ""; #endif #define OPTION_EB (OPTION_MD_BASE + 0) |