m68k.h: Declare more functions used in macros.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Sat, 23 May 1998 23:14:57 +0000 (23:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 23 May 1998 23:14:57 +0000 (17:14 -0600)
commit7a87758dfbca714549ef95a92ed7657622949dec
tree2486de3a2e21e97b2f61dbd1f3989688d1e5700f
parent10ad38cac074de11205eb7c9981135780a53df07
m68k.h: Declare more functions used in macros.

        * m68k.h: Declare more functions used in macros.
        (REG_CLASS_CONTENTS): Completely embrace initializer.
        * m68k.md (adddi3, subdi3): Add abort call to avoid warning
        about returning no value.
        * cse.c (find_best_addr): Declare p and found_better only if
        needed.
        * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
        * dwarfout.c (string_length_attribute): #if 0 away.
        * function.c (expand_function_end): Define varible blktramp only
        if needed.
        * jump.c (find_insert_position): Define only if !HAVE_cc0.
        * loop.c (combine_givs_p): Define variable tem only if needed.
        * real.c: Comment out unused functions eabs, eround,
        e{24,53,64,113}toasc and eiinfin.

From-SVN: r19998
gcc/ChangeLog
gcc/config/m68k/m68k.h
gcc/config/m68k/m68k.md
gcc/cse.c
gcc/dbxout.c
gcc/dwarfout.c
gcc/function.c
gcc/jump.c
gcc/loop.c
gcc/real.c