From: Ian Lance Taylor Date: Sat, 25 Apr 1998 18:02:12 +0000 (+0000) Subject: * config/tc-i960.c (md_assemble): Change bp_error_msg from static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad7302a08151e15626b420b70c60c6d5e3a5f327;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e3a88aced23..0ef98bc8fa8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 25 14:00:52 1998 Ian Lance Taylor + + * 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 * read.c (s_set): Cast xmalloc return value to fragS *.