Commit 0e1bd737 by J"orn Rennecke Committed by Joern Rennecke

lib1funcs.asm (___udivsi3_i4): Don't switch to sz == 1 unless FMOVD_WORKS is defined.

	* config/sh/lib1funcs.asm (___udivsi3_i4): Don't switch to sz == 1
	unless FMOVD_WORKS is defined.

From-SVN: r23866
parent 0a955618
Wed Nov 25 22:05:28 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* config/sh/lib1funcs.asm (___udivsi3_i4): Don't switch to sz == 1
unless FMOVD_WORKS is defined.
Wed Nov 25 20:11:04 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* regclass.c (init_reg_sets): Move code that calculates tables
......
......@@ -1089,7 +1089,7 @@ trivial:
.align 2
L1:
#ifdef __LITTLE_ENDIAN__
#if defined (__LITTLE_ENDIAN__) || ! defined (FMOVD_WORKS)
.long 0x80000
#else
.long 0x180000
......
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