* h8300.c (enum shift_alg): Move to earlier in h8300.c.
commit0650a2e5c7027fdef261a1cd96cda26be6ff45de
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2002 16:16:10 +0000 (6 16:16 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2002 16:16:10 +0000 (6 16:16 +0000)
treea611f4f9b09b33d4e3f196a16ea161a47f0cb0d5
parenta0cc66e922aa8077803c920ae0e83a83a9b48f7b
    * h8300.c (enum shift_alg): Move to earlier in h8300.c.
        (enum shift_type, enum h8_cpu): Likewise.
        (INL, ROT, LOP, SPC macros): Likewise.
        (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
        const designator.
        (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
        space efficient algorithms when optimize for codesize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56890 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/h8300/h8300.c