Commit c894819c by Eric Christopher Committed by Eric Christopher

fp-bit.h: Add unordered defines for gofast.

2002-06-19  Eric Christopher  <echristo@redhat.com>

	* config/fp-bit.h: Add unordered defines for gofast.

From-SVN: r54803
parent 4005971c
2002-06-19 Eric Christopher <echristo@redhat.com>
* config/fp-bit.h: Add unordered defines for gofast.
2002-06-19 Vladimir Makarov <vmakarov@redhat.com> 2002-06-19 Vladimir Makarov <vmakarov@redhat.com>
* genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
...@@ -47,7 +51,7 @@ ...@@ -47,7 +51,7 @@
(make_internal_dfa_insn_code_attr, make_default_insn_latency_attr, (make_internal_dfa_insn_code_attr, make_default_insn_latency_attr,
make_bypass_attr, form_important_insn_automata_lists, make_bypass_attr, form_important_insn_automata_lists,
expand_automata): Use the macros. expand_automata): Use the macros.
2002-06-20 Tim Josling <tej@melbpc.org.au> 2002-06-20 Tim Josling <tej@melbpc.org.au>
* Makefile.in: Clean up code to check for misspecified languages * Makefile.in: Clean up code to check for misspecified languages
...@@ -77,7 +81,7 @@ ...@@ -77,7 +81,7 @@
(call_value): Remove constraint on unused uperand. (call_value): Remove constraint on unused uperand.
(udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove. (udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove.
(udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove. (udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove.
* longlong.h (count_trailing_zeros): Escape newline and beautify. * longlong.h (count_trailing_zeros): Escape newline and beautify.
2002-06-19 Mark Mitchell <mark@codesourcery.com> 2002-06-19 Mark Mitchell <mark@codesourcery.com>
...@@ -152,7 +156,7 @@ Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com> ...@@ -152,7 +156,7 @@ Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
(gen_automata_option): Process the new options. (gen_automata_option): Process the new options.
(transform_2, transform_3): Initialize some variables. (transform_2, transform_3): Initialize some variables.
(initiate_automaton_gen): Use the new macros. (initiate_automaton_gen): Use the new macros.
2002-06-18 Richard Sandiford <rsandifo@redhat.com> 2002-06-18 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips-protos.h (mips_initial_elimination_offset): Declare. * config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
...@@ -407,7 +411,7 @@ Sun Jun 16 22:16:10 CEST 2002 Jan Hubicka <jh@suse.cz> ...@@ -407,7 +411,7 @@ Sun Jun 16 22:16:10 CEST 2002 Jan Hubicka <jh@suse.cz>
for every loop iteration. for every loop iteration.
2002-06-14 Eric Botcazou <ebotcazou@multimania.com> 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
* loop.c (for_each_insn_in_loop): Fix formatting and comments. * loop.c (for_each_insn_in_loop): Fix formatting and comments.
2002-06-14 Eric Botcazou <ebotcazou@multimania.com> 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
...@@ -490,7 +494,7 @@ Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com> ...@@ -490,7 +494,7 @@ Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
* reload.c (get_secondary_mem,find_reloads_address, * reload.c (get_secondary_mem,find_reloads_address,
find_reloads_address_1): Pass reference to MEM to find_reloads_address find_reloads_address_1): Pass reference to MEM to find_reloads_address
so that LEGITIMIZE_RELOAD_ADDRESS will be called. so that LEGITIMIZE_RELOAD_ADDRESS will be called.
2002-06-13 Jessica Han <jessica@cup.hp.com> 2002-06-13 Jessica Han <jessica@cup.hp.com>
* defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New. * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
......
...@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
This avoids the need to pull in the entire fp emulation library This avoids the need to pull in the entire fp emulation library
when only a small number of functions are needed. when only a small number of functions are needed.
If FINE_GRAINED_LIBRARIES is not defined, then compile every If FINE_GRAINED_LIBRARIES is not defined, then compile every
suitable routine. */ suitable routine. */
#ifndef FINE_GRAINED_LIBRARIES #ifndef FINE_GRAINED_LIBRARIES
#define L_pack_df #define L_pack_df
...@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI))); ...@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
# define multiply fpmul # define multiply fpmul
# define divide fpdiv # define divide fpdiv
# define compare fpcmp # define compare fpcmp
# define _unord_f2 __unordsf2
# define usi_to_float __floatunsisf # define usi_to_float __floatunsisf
# define si_to_float sitofp # define si_to_float sitofp
# define float_to_si fptosi # define float_to_si fptosi
...@@ -176,6 +177,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI))); ...@@ -176,6 +177,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
# define multiply dpmul # define multiply dpmul
# define divide dpdiv # define divide dpdiv
# define compare dpcmp # define compare dpcmp
# define _unord_f2 __unorddf2
# define usi_to_float __floatunsidf # define usi_to_float __floatunsidf
# define si_to_float litodp # define si_to_float litodp
# define float_to_si dptoli # define float_to_si dptoli
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment