diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-22 12:27:36 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-22 12:27:36 +0000 |
commit | a23072e2fb2f0236102cf61276431c9a303809b7 (patch) | |
tree | 799a3e92e0a1f48649c9992ca66eeffa273bc181 /gcc/config/fp-bit.h | |
parent | 4d327eac0a8e9a583af7b383279eee632a36fa70 (diff) | |
download | gcc-a23072e2fb2f0236102cf61276431c9a303809b7.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38452 138bc75d-0d04-0410-961f-82ee72b054a4
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 1eb134dadfa..88d72db269d 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 |