From: Ian Lance Taylor Date: Tue, 28 May 1996 19:08:40 +0000 (+0000) Subject: * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54388b8527525b080f86a54415438caa10922419;p=binutils-gdb.git * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as created by emit_expr. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 556398fe102..9edeb20a0cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Tue May 28 13:29:39 1996 Ian Lance Taylor + * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as + created by emit_expr. + * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call as_perror rather than assert.