diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-21 06:52:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-21 06:52:20 +0000 |
commit | 8d9a59afb1ae3d93cd1eab50e9b1cae5e7e97793 (patch) | |
tree | 67cfc2650cf6c531e61a440fe255f2c16269ea65 | |
parent | 4a30982664a503444ceebb532c1bb8dfe411676c (diff) | |
download | newlib-8d9a59afb1ae3d93cd1eab50e9b1cae5e7e97793.zip newlib-8d9a59afb1ae3d93cd1eab50e9b1cae5e7e97793.tar.gz newlib-8d9a59afb1ae3d93cd1eab50e9b1cae5e7e97793.tar.bz2 |
fix compile time warning messages
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/h8300.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 86e1069..96e8ac1 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-09-21 Nick Clifton <nickc@cambridge.redhat.com> + + * h8300.h: Fix compile time warning messages + 2001-09-04 Richard Henderson <rth@redhat.com> * alpha.h (struct alpha_operand): Pack elements into bitfields. diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index 7ea8798..79aa031 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -594,7 +594,7 @@ struct h8_opcode h8_opcodes[] = NEW_SOP(O(O_STMAC,SL),1,2,"stmac"),{{MACREG,RD32,E}},{{0x0,0x2,MACREG,RD32,E}} EOP, NEW_SOP(O(O_LDM,SL),0,6,"ldm.l"),{{RSINC, RS32, E}},{{ 0x0,0x1,IGNORE,0x0,0x6,0xD,0x7,IGNORE,E}}EOP, NEW_SOP(O(O_STM,SL),0,6,"stm.l"),{{RS32, RDDEC, E}},{{0x0,0x1,IGNORE,0x0,0x6,0xD,0xF,IGNORE,E}}EOP, - { 0 } + {0, 0, 0, NULL, {{0,0,0}}, {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}, 0, 0, 0, 0} }; #else extern struct h8_opcode h8_opcodes[]; |