OSDN Git Service

* pa.c: Don't include obstack.h.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2004 03:42:09 +0000 (03:42 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2004 03:42:09 +0000 (03:42 +0000)
* pa.md: Correct constraint in pattern for loading PIC label address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75702 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.md

index 86142ee..d5c0f6d 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c: Don't include obstack.h.
+
+       * pa.md: Correct constraint in pattern for loading PIC label address.
+
 2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
index 6cc3deb..1f8622d 100644 (file)
@@ -40,7 +40,6 @@ Boston, MA 02111-1307, USA.  */
 #include "reload.h"
 #include "integrate.h"
 #include "function.h"
-#include "obstack.h"
 #include "toplev.h"
 #include "ggc.h"
 #include "recog.h"
index 1635677..dd2159c 100644 (file)
 ;; Note since this pattern can be created at reload time (via movsi), all
 ;; the same rules for movsi apply here.  (no new pseudos, no temporaries).
 (define_insn ""
-  [(set (match_operand 0 "pmode_register_operand" "=r")
+  [(set (match_operand 0 "pmode_register_operand" "=a")
        (match_operand 1 "pic_label_operand" ""))]
   "TARGET_PA_20"
   "*