From: Kazu Hirata Date: Tue, 31 Dec 2002 09:07:36 +0000 (+0000) Subject: * config/h8300/h8300.h: Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59d7c857d222b881a31945047b0f7f0b06816731;p=gcc.git * config/h8300/h8300.h: Fix comment typos. From-SVN: r60683 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e879effe5f8..c70b858e0d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-31 Kazu Hirata + + * config/h8300/h8300.h: Fix comment typos. + 2002-12-30 David Edelsohn * config/rs6000/rs6000.h (WIDEST_HARDWARE_FP_SIZE): Define. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 860b6a0237b..2f9ba30b3cf 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -724,13 +724,13 @@ struct cum_arg H8/300 vvvv context - 1 0000 7900xxxx mov.w #0x1234,r3 + 1 0000 7903xxxx mov.w #0x1234,r3 2 0004 5A00xxxx jmp @0x1234 ^^^^ function H8/300H vvvvvvvv context - 2 0000 7A00xxxxxxxx mov.l #0x12345678,er3 + 2 0000 7A03xxxxxxxx mov.l #0x12345678,er3 3 0006 5Axxxxxx jmp @0x123456 ^^^^^^ function */