From: Arnold Metselaar Date: Sun, 5 Dec 2010 22:13:01 +0000 (+0000) Subject: ChangeLog entry for config/tc-z80.c testsuite/gas/z80/z80.exp testsuite/gas/z80/atend... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb501641d049f1f412035e6b8aa17c4099befa51;p=binutils-gdb.git ChangeLog entry for config/tc-z80.c testsuite/gas/z80/z80.exp testsuite/gas/z80/atend.[sd] --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2bee1d0acb6..ca325f6f64b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2010-12-05 Arnold Metselaar + + PR gas/12269 + * config/tc-z80.c (emit_mx, emit_ldxhl): Do not use + symbol_get_value_expression on a symbol that may not yet have + a value. + * testsuite/gas/z80/atend.s: New file, test case for bug 12269, + provided by Chris Smith. + * testsuite/gas/z80/atend.d: New file, expected results for atend.s. + * testsuite/gas/z80/z80.exp: Run new test case. + 2010-12-04 Maciej W. Rozycki PR gas/12282