[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register offsets from equ declarations |
Date: |
Sun, 5 Dec 2010 21:44:23 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12269
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> 2010-12-05 21:44:13 UTC ---
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2010-12-05 21:44:09
Modified files:
gas/config : tc-z80.c
gas/testsuite/gas/z80: z80.exp
Added files:
gas/testsuite/gas/z80: atend.d atend.s
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-z80.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/z80/atend.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/z80/atend.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/z80/z80.exp.diff?cvsroot=src&r1=1.7&r2=1.8
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register offsets from equ declarations,
cvs-commit at gcc dot gnu.org <=