From: Alan Modra Date: Wed, 22 Jan 2014 05:06:27 +0000 (+1030) Subject: Fix gas build breakage X-Git-Tag: gdb-7.8-release~1509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cda796e168a389624b4e06031922bf5eaf0b6f51;p=platform%2Fupstream%2Fbinutils.git Fix gas build breakage * config/tc-tic4x.c (md_shortopts): s/CONST/const/. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 259c014..64a6778 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2014-01-22 Alan Modra + + * config/tc-tic4x.c (md_shortopts): s/CONST/const/. + 2014-01-21 DJ Delorie * config/tc-rl78.c (require_end_of_expr): New. 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 },