Commit ff0a63e8 by Andrew Haley Committed by Andrew Haley

sh.md: Add modes to unspecs in first insn to match those in the second.

2001-08-10  Andrew Haley  <aph@cambridge.redhat.com>

        * config/sh/sh.md: Add modes to unspecs in first insn to match
        those in the second.

        * Makefile.in: Fix collect2 copy for Cygwin.

From-SVN: r44962
parent abde42f7
2001-08-10 Andrew Haley <aph@cambridge.redhat.com>
* config/sh/sh.md: Add modes to unspecs in first insn to match
those in the second.
* Makefile.in: Fix collect2 copy for Cygwin.
Fri Aug 17 15:48:57 CEST 2001 Jan Hubicka <jh@suse.cz> Fri Aug 17 15:48:57 CEST 2001 Jan Hubicka <jh@suse.cz>
Install the proper patch. Install the proper patch.
......
...@@ -1191,9 +1191,9 @@ COLLECT2_OBJS = collect2.o tlink.o hash.o intl.o underscore.o version.o ...@@ -1191,9 +1191,9 @@ COLLECT2_OBJS = collect2.o tlink.o hash.o intl.o underscore.o version.o
COLLECT2_LIBS = @COLLECT2_LIBS@ COLLECT2_LIBS = @COLLECT2_LIBS@
collect2$(exeext): $(COLLECT2_OBJS) $(LIBDEPS) collect2$(exeext): $(COLLECT2_OBJS) $(LIBDEPS)
# Don't try modifying collect2 (aka ld) in place--it might be linking this. # Don't try modifying collect2 (aka ld) in place--it might be linking this.
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@T \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o T$@ \
$(COLLECT2_OBJS) $(LIBS) $(COLLECT2_LIBS) $(COLLECT2_OBJS) $(LIBS) $(COLLECT2_LIBS)
mv -f $@T $@ mv -f T$@ $@
collect2.o : collect2.c $(CONFIG_H) $(SYSTEM_H) gstab.h intl.h \ collect2.o : collect2.c $(CONFIG_H) $(SYSTEM_H) gstab.h intl.h \
$(OBSTACK_H) $(DEMANGLE_H) collect2.h version.h $(OBSTACK_H) $(DEMANGLE_H) collect2.h version.h
......
...@@ -3746,7 +3746,7 @@ ...@@ -3746,7 +3746,7 @@
(define_expand "GOTaddr2picreg" (define_expand "GOTaddr2picreg"
[(set (reg:SI R0_REG) [(set (reg:SI R0_REG)
(unspec [(const (unspec [(match_dup 1)] UNSPEC_PIC))] (unspec [(const:SI (unspec:SI [(match_dup 1)] UNSPEC_PIC))]
UNSPEC_MOVA)) UNSPEC_MOVA))
(set (match_dup 0) (const:SI (unspec:SI [(match_dup 1)] UNSPEC_PIC))) (set (match_dup 0) (const:SI (unspec:SI [(match_dup 1)] UNSPEC_PIC)))
(set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))] (set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))]
......
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