rs6000.c (rs6000_stack_info): Use if == 0 for sizes.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Sun, 16 Aug 1998 11:07:25 +0000 (11:07 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 16 Aug 1998 11:07:25 +0000 (07:07 -0400)
commita6c2a102ae9d2c9686c19777d8ede68f1b5a42c6
treeef776e17fc56b8c9fda887c1b1fc3757c26fd923
parent8ec82f87f37e49d9b5c95f680428613d3a709b39
rs6000.c (rs6000_stack_info): Use if == 0 for sizes.

        * rs6000.c (rs6000_stack_info): Use if == 0 for sizes.
        (output_epilog): Use if != 0 for offset.
        (rs6000_fatal_bad_address): Prepare for Intl.
        * rs6000.h (rs6000_fatal_bad_address): Declare.
        * rs6000.md (movsfcc, movdfcc): Use else if.
        (elf_high): Use {liu|lis}.
        (elf_low): Use {cal|la}.  Remove %a template from old mnemonics.
        (movsi): Use rs6000_fatal_bad_address.

From-SVN: r21766
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md