mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Fix gas build breakage
* config/tc-tic4x.c (md_shortopts): s/CONST/const/.
This commit is contained in:
@ -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.
|
||||
|
@ -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 },
|
||||
|
Reference in New Issue
Block a user