* config/tc-i960.c (md_assemble): Change bp_error_msg from static
authorIan Lance Taylor <ian@airs.com>
Sat, 25 Apr 1998 18:02:12 +0000 (18:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 25 Apr 1998 18:02:12 +0000 (18:02 +0000)
array to local pointer.
(get_args, parse_expr): Add casts to avoid warnings.

gas/ChangeLog

index e3a88ac..0ef98bc 100644 (file)
@@ -1,3 +1,9 @@
+Sat Apr 25 14:00:52 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i960.c (md_assemble): Change bp_error_msg from static
+       array to local pointer.
+       (get_args, parse_expr): Add casts to avoid warnings.
+
 Fri Apr 24 12:47:42 1998  Philippe De Muyter  <phdm@macqel.be>
 
        * read.c (s_set): Cast xmalloc return value to fragS *.