diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-08 18:31:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-08 18:31:45 +0000 |
commit | 5af0055602c4db78f82eccafe751ca54f499fdf1 (patch) | |
tree | ead0655d4b5ec422a5903a6bba4b1168cd5963e7 /gnu/usr.bin/gcc/config/i860/fx2800.h | |
parent | 6e60ece9f7cb1dc3cf104ee80f2b47c728eed447 (diff) |
update to gcc 2.8.1
Diffstat (limited to 'gnu/usr.bin/gcc/config/i860/fx2800.h')
-rw-r--r-- | gnu/usr.bin/gcc/config/i860/fx2800.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/config/i860/fx2800.h b/gnu/usr.bin/gcc/config/i860/fx2800.h index 41c5bae3d06..26c7c253755 100644 --- a/gnu/usr.bin/gcc/config/i860/fx2800.h +++ b/gnu/usr.bin/gcc/config/i860/fx2800.h @@ -1,6 +1,6 @@ /* Target definitions for GNU compiler for Alliant FX/2800 running Concentrix 2.2 - Copyright (C) 1991, 1996 Free Software Foundation, Inc. + Copyright (C) 1991, 1996, 1998 Free Software Foundation, Inc. Contributed by Howard Chu (hyc@hanauma.jpl.nasa.gov). This file is part of GNU CC. @@ -252,7 +252,7 @@ Boston, MA 02111-1307, USA. */ #define DATA_ALIGNMENT(dummy,align) \ ((TREE_PUBLIC (decl) && \ - (TREE_CODE (TREE_TYPE (decl))==POINTER_TYPE)) ? 64:align) + (POINTER_TYPE_P (TREE_TYPE (decl)))) ? 64: align) #undef FUNCTION_PROFILER #define FUNCTION_PROFILER(FILE, LABELNO) \ |