Fix gas build breakage
Alan Modra
amodra@gmail.com
Wed Jan 22 05:42:00 GMT 2014
* config/tc-tic4x.c (md_shortopts): s/CONST/const/.
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c
index dd21000..0dcf5bd 100644
--- a/gas/config/tc-tic4x.c
+++ b/gas/config/tc-tic4x.c
@@ -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 },
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list