Fix gas build breakage
authorAlan Modra <amodra@gmail.com>
Wed, 22 Jan 2014 05:06:27 +0000 (15:36 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 22 Jan 2014 05:51:34 +0000 (16:21 +1030)
* config/tc-tic4x.c (md_shortopts): s/CONST/const/.

gas/ChangeLog
gas/config/tc-tic4x.c

index 259c0141881d8cb30f5db8df8d6bbd7cde922962..64a67789479a29ed784f23086c182d0b1b243ff0 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-22  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
+
 2014-01-21  DJ Delorie  <dj@redhat.com>
 
        * config/tc-rl78.c (require_end_of_expr): New.
index dd21000b6095d11ebc2faa69fe1d51278510f881..0dcf5bdd0bca30fa43c22da3eb7e9c3ca056d83b 100644 (file)
@@ -82,7 +82,7 @@ static unsigned long tic4x_oplevel = 0;   /* Opcode level */
 #define OPTION_ENHANCED (OPTION_MD_BASE + 7)
 #define OPTION_REV      (OPTION_MD_BASE + 8)
 
-CONST char *md_shortopts = "bm:prs";
+const char *md_shortopts = "bm:prs";
 struct option md_longopts[] =
 {
   { "mcpu",   required_argument, NULL, OPTION_CPU },
This page took 0.026348 seconds and 4 git commands to generate.