diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-13 05:34:06 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-13 05:34:06 +0000 |
commit | 69f9b97f67aeb3290677febfe1bbd81e7066f8e2 (patch) | |
tree | 5b4c8e3e99da37cf004ccb3565247723224bb86a /gcc/config/pa/pa-hpux10.h | |
parent | 6630177d370aba1bffc37e51a0de5ed2606e6a00 (diff) | |
download | gcc-69f9b97f67aeb3290677febfe1bbd81e7066f8e2.tar.gz |
* pa-hpux10.h (NEW_HP_ASSEMBLER): Define to 1.
* pa-hpux11.h (NEW_HP_ASSEMBLER): Likewise.
* pa.h (LEGITIMATE_CONSTANT_P) Collapse two defines depending on
NEW_HP_ASSEMBLER into one. Kill warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux10.h')
-rw-r--r-- | gcc/config/pa/pa-hpux10.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux10.h b/gcc/config/pa/pa-hpux10.h index 22223e10c73..c9322b9ab65 100644 --- a/gcc/config/pa/pa-hpux10.h +++ b/gcc/config/pa/pa-hpux10.h @@ -60,4 +60,5 @@ Boston, MA 02111-1307, USA. */ /* hpux10 has the new HP assembler. It's still lousy, but it's a whole lot better than the assembler shipped with older versions of hpux. */ -#define NEW_HP_ASSEMBLER +#undef NEW_HP_ASSEMBLER +#define NEW_HP_ASSEMBLER 1 |