--- gcc/config/ns32k/ns32k.c 2018/04/24 18:21:18 1.1.1.3 +++ gcc/config/ns32k/ns32k.c 2018/04/24 18:28:42 1.1.1.4 @@ -1,5 +1,5 @@ /* Subroutines for assembler code output on the NS32000. - Copyright (C) 1988, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -15,7 +15,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Some output-actions in ns32k.md need these. */ #include @@ -202,7 +203,7 @@ gen_indexed_expr (base, index, scale) { rtx addr; - /* This generates an illegal addressing mode, if BASE is + /* This generates an invalid addressing mode, if BASE is fp or sp. This is handled by PRINT_OPERAND_ADDRESS. */ if (GET_CODE (base) != REG && GET_CODE (base) != CONST_INT) base = gen_rtx (MEM, SImode, base);