diff options
author | Richard Henderson <rth@cygnus.com> | 1999-06-27 22:23:32 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-27 22:23:32 -0600 |
commit | 9f81f5231bda79b16bb8b72bc59467c2cc81a289 (patch) | |
tree | a394bbc1b33f41985f6bcc5e0c8b092226983b40 | |
parent | dee6497db038fcea8bedcbe001e2682c464dd355 (diff) | |
download | gcc-9f81f5231bda79b16bb8b72bc59467c2cc81a289.zip gcc-9f81f5231bda79b16bb8b72bc59467c2cc81a289.tar.gz gcc-9f81f5231bda79b16bb8b72bc59467c2cc81a289.tar.bz2 |
m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory.
�
* m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
to memory.
From-SVN: r27804
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9683347..dedbfc3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com> + + * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles + to memory. + Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org> * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note. |