* 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.
This commit is contained in:
Ian Lance Taylor 1998-04-25 18:02:12 +00:00
parent 6ef37205d9
commit ad7302a081
1 changed files with 6 additions and 0 deletions

View 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 *.