diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-20 19:33:59 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-20 19:33:59 +0000 |
commit | 50babe84441b2d0c29eb7f609a1b3a726c88c758 (patch) | |
tree | ba5ec70f2d7d2181dbf95119e783bda492dc3cd2 /gcc/config/ns32k/ns32k.h | |
parent | 626d0d1d01fdc27cc167beb7e28dd6f916428492 (diff) | |
download | gcc-50babe84441b2d0c29eb7f609a1b3a726c88c758.zip gcc-50babe84441b2d0c29eb7f609a1b3a726c88c758.tar.gz gcc-50babe84441b2d0c29eb7f609a1b3a726c88c758.tar.bz2 |
entered into RCS
From-SVN: r1031
Diffstat (limited to 'gcc/config/ns32k/ns32k.h')
-rw-r--r-- | gcc/config/ns32k/ns32k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index 1291638..fc09b2d 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -837,7 +837,7 @@ __transfer_from_trampoline () \ Strictly speaking, we can't be sure that a symbol will fit this range. But, in practice, it always will. */ -#define NS32K_DISPLACEMENT(i) \ +#define NS32K_DISPLACEMENT_P(i) \ (((i) <= 16777215 && (i) >= -16777216) \ || ((TARGET_32532 || TARGET_32332) \ && (i) <= 536870913 && (i) >= -536870912)) |