mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-11 10:11:42 +08:00
* config/rl78-defs.h (rl78_error): Add "const".
* config/rl78-parse.y (rl78_error): Likewise.
This commit is contained in:
gas
@ -1,3 +1,8 @@
|
|||||||
|
2011-11-21 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* config/rl78-defs.h (rl78_error): Add "const".
|
||||||
|
* config/rl78-parse.y (rl78_error): Likewise.
|
||||||
|
|
||||||
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
||||||
|
|
||||||
* config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
|
* config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define RL78REL_DATA 0
|
#define RL78REL_DATA 0
|
||||||
#define RL78REL_PCREL 1
|
#define RL78REL_PCREL 1
|
||||||
|
|
||||||
extern int rl78_error (char *);
|
extern int rl78_error (const char *);
|
||||||
extern void rl78_lex_init (char *, char *);
|
extern void rl78_lex_init (char *, char *);
|
||||||
extern void rl78_prefix (int);
|
extern void rl78_prefix (int);
|
||||||
extern int rl78_has_prefix (void);
|
extern int rl78_has_prefix (void);
|
||||||
|
@ -1430,7 +1430,7 @@ rl78_lex (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
rl78_error (char * str)
|
rl78_error (const char * str)
|
||||||
{
|
{
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user