netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.

* config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to
96 if not __mc68010__.

From-SVN: r54060
This commit is contained in:
Jason Thorpe 2002-05-30 17:25:07 +00:00 committed by Jason Thorpe
parent 435ac11dc1
commit 8ab4e27ada
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
* config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to
96 if not __mc68010__.
2002-05-30 Andreas Schwab <schwab@suse.de>
* config/ia64/sysv4.h (DO_SELECT_SECTION): Also handle

View File

@ -42,6 +42,8 @@ Boston, MA 02111-1307, USA. */
#ifdef __mc68010__
#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE 64
#else
#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE 96
#endif
#define EXTRA_SPECS \