This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Zap the IEEE_FLOAT that escaped


This one some how escaped the purge.
Committed.

Andrew
2002-01-20  Andrew Cagney  <ac131313@redhat.com>

	* config/arc/tm-arc.h (IEEE_FLOAT): Delete.

Index: config/arc/tm-arc.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arc/tm-arc.h,v
retrieving revision 1.9
diff -p -r1.9 tm-arc.h
*** tm-arc.h	2002/01/20 19:26:48	1.9
--- tm-arc.h	2002/01/21 03:32:26
***************
*** 24,32 ****
  /* Used by arc-tdep.c to set the default cpu type.  */
  #define DEFAULT_ARC_CPU_TYPE "base"
  
- /* We have IEEE floating point, if we have any float at all.  */
- #define IEEE_FLOAT (1)
- 
  /* Offset from address of function to start of its code.
     Zero on most machines.  */
  #define FUNCTION_START_OFFSET 0
--- 24,29 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]