OSDN Git Service

2002-06-19 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jun 2002 23:01:59 +0000 (23:01 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jun 2002 23:01:59 +0000 (23:01 +0000)
* config/fp-bit.h: Add unordered defines for gofast.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54803 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/fp-bit.h

index 9de02b9..06731ef 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
@@ -47,7 +51,7 @@
        (make_internal_dfa_insn_code_attr, make_default_insn_latency_attr,
        make_bypass_attr, form_important_insn_automata_lists,
        expand_automata): Use the macros.
-       
+
 2002-06-20  Tim Josling  <tej@melbpc.org.au>
 
        * Makefile.in: Clean up code to check for misspecified languages
@@ -77,7 +81,7 @@
        (call_value): Remove constraint on unused uperand.
        (udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove.
        (udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove.
+
        * longlong.h (count_trailing_zeros): Escape newline and beautify.
 
 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>
        (gen_automata_option): Process the new options.
        (transform_2, transform_3): Initialize some variables.
        (initiate_automaton_gen): Use the new macros.
-       
+
 2002-06-18  Richard Sandiford  <rsandifo@redhat.com>
 
        * 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>
        for every loop iteration.
 
 2002-06-14  Eric Botcazou  <ebotcazou@multimania.com>
+
        * loop.c (for_each_insn_in_loop): Fix formatting and comments.
 
 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>
        * reload.c (get_secondary_mem,find_reloads_address,
        find_reloads_address_1): Pass reference to MEM to find_reloads_address
        so that LEGITIMIZE_RELOAD_ADDRESS will be called.
-       
+
 2002-06-13  Jessica Han  <jessica@cup.hp.com>
 
        * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
index ab1817a..03e2ff6 100644 (file)
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA.  */
    This avoids the need to pull in the entire fp emulation library
    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.  */
 #ifndef FINE_GRAINED_LIBRARIES
 #define L_pack_df
@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
 #              define multiply         fpmul
 #              define divide           fpdiv
 #              define compare          fpcmp
+#              define _unord_f2        __unordsf2
 #              define usi_to_float     __floatunsisf
 #              define si_to_float      sitofp
 #              define float_to_si      fptosi
@@ -176,6 +177,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
 #              define multiply         dpmul
 #              define divide           dpdiv
 #              define compare          dpcmp
+#              define _unord_f2        __unorddf2
 #              define usi_to_float     __floatunsidf
 #              define si_to_float      litodp
 #              define float_to_si      dptoli