diff options
author | Alan Modra <amodra@gmail.com> | 2014-01-22 15:36:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-01-22 16:21:34 +1030 |
commit | cda796e168a389624b4e06031922bf5eaf0b6f51 (patch) | |
tree | ea0e155b1dce573bf18a5ece98ddbb628fb10a1d /gas/config/tc-tic4x.c | |
parent | eb8d7fda368dbc5ddca45b672167a619e76e049f (diff) | |
download | gdb-cda796e168a389624b4e06031922bf5eaf0b6f51.zip gdb-cda796e168a389624b4e06031922bf5eaf0b6f51.tar.gz gdb-cda796e168a389624b4e06031922bf5eaf0b6f51.tar.bz2 |
Fix gas build breakage
* config/tc-tic4x.c (md_shortopts): s/CONST/const/.
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r-- | gas/config/tc-tic4x.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |