Commit 124c9423 by John David Anglin Committed by John David Anglin

pa.c: Don't include obstack.h.

	* pa.c: Don't include obstack.h.
	* pa.md: Correct constraint in pattern for loading PIC label address.

From-SVN: r75702
parent c924f70c
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
......
......@@ -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"
......
......@@ -2604,7 +2604,7 @@
;; 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"
"*
......
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