diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-12-22 12:27:36 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-12-22 12:27:36 +0000 |
commit | fc608b0321008b7fab4f1d797d5f0a7855b47b02 (patch) | |
tree | 799a3e92e0a1f48649c9992ca66eeffa273bc181 /gcc/config/fp-bit.h | |
parent | a545190e1f8537cf66ff53a580168489102dbf09 (diff) | |
download | gcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.zip gcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.tar.gz gcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.tar.bz2 |
Makefile.in (sched-deps.o, [...]): Fix dependency typo.
* Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
* fp-bit.h (usi_to_float): Add prototype.
* i386.c (file_info_cmp): Likewise.
(dwarf2out_line): Hide variable `old_in_use'.
* objc-act.c (objc_fatal): Delete.
* sched-vis.c (visualize_stall_cycles): Remove unused variable.
* system.h (getopt): Fix error in last change.
* varasm.c (assemble_trampoline_template): Constify.
From-SVN: r38452
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r-- | gcc/config/fp-bit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index 1eb134d..88d72db 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -384,6 +384,10 @@ extern USItype float_to_usi (FLO_type); #endif #endif +#if defined(L_usi_to_sf) || defined(L_usi_to_df) +extern FLO_type usi_to_float (USItype); +#endif + #if defined(L_negate_sf) || defined(L_negate_df) extern FLO_type negate (FLO_type); #endif |