This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
[patch] include/opcode/h8300.h
- To: binutils at sourceware dot cygnus dot com
- Subject: [patch] include/opcode/h8300.h
- From: Kazu Hirata <kazu at hxi dot com>
- Date: Mon, 1 May 2000 12:46:55 -0400
Hi,
Attached is a patch to reduce warnings when compiling files that include
include/opcode/h8300.h.
The field "size" in the struct "h8_opcode" is not initialized as a
declaration in the original source code. It is initialized as code. That is,
md_begin in as.c will do that, but it's sort of messy to see hundreds of
lines of warnings. The patch initializes "size" as declaration. (md_begin is
left untouched.)
Thanks,
Kazu Hirata
h8300-hms-warning.patch
ChangeLog-warning