diff options
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e3a88ac..0ef98bc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 *. |