OSDN Git Service

* config/rl78-defs.h (rl78_error): Add "const".
authordj <dj>
Mon, 21 Nov 2011 17:10:31 +0000 (17:10 +0000)
committerdj <dj>
Mon, 21 Nov 2011 17:10:31 +0000 (17:10 +0000)
* config/rl78-parse.y (rl78_error): Likewise.

gas/ChangeLog
gas/config/rl78-defs.h
gas/config/rl78-parse.y

index 7ced749..e385881 100644 (file)
@@ -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>
 
        * config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
index e33e4f9..1afbd9d 100644 (file)
@@ -26,7 +26,7 @@
 #define RL78REL_DATA           0
 #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_prefix (int);
 extern int    rl78_has_prefix (void);
index 431ae6f..4bfb3ff 100644 (file)
@@ -1430,7 +1430,7 @@ rl78_lex (void)
 }
 
 int
-rl78_error (char * str)
+rl78_error (const char * str)
 {
   int len;