This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] include/opcode/h8300.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]