This is the mail archive of the
binutils-cvs@sources.redhat.com
mailing list for the binutils project.
src/gas ChangeLog config/tc-z8k.c
- From: cpg at sources dot redhat dot com
- To: binutils-cvs at sources dot redhat dot com
- Date: 19 Jun 2003 13:44:42 -0000
- Subject: src/gas ChangeLog config/tc-z8k.c
CVSROOT: /cvs/src
Module name: src
Changes by: cpg@sourceware.org 2003-06-19 13:44:42
Modified files:
gas : ChangeLog
gas/config : tc-z8k.c
Log message:
* config/tc-z8k.c (parse_reg): Invalid registers generate an error
now, not only a warning. Add some more checks to detect invalid
registers.
(get_operand): For CLASS_IR remember register size in mode struct.
(get_specific): Handle new CLASS_IRO type. Add register size
checks for CLASS_IR and CLASS_IRO.
(md_apply_fix3): Fix undefined usage of buf.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1810&r2=1.1811
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-z8k.c.diff?cvsroot=src&r1=1.22&r2=1.23