diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-01-12 03:42:09 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2004-01-12 03:42:09 +0000 |
commit | 124c9423a1f0326dcda66539ed507f6078157061 (patch) | |
tree | 5867a4c541f41cb33bc44ef316ec24f6481c71ee /gcc | |
parent | c924f70c9d28a3f3c3ef42d92f762d4d410306db (diff) | |
download | gcc-124c9423a1f0326dcda66539ed507f6078157061.zip gcc-124c9423a1f0326dcda66539ed507f6078157061.tar.gz gcc-124c9423a1f0326dcda66539ed507f6078157061.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/pa/pa.c | 1 | ||||
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86142ee..d5c0f6d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 6cc3deb..1f8622d 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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" diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 1635677..dd2159c 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -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" "* |