Fix typos spotted by Graham Stott.

* config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.

From-SVN: r35860
This commit is contained in:
Graham Stott 2000-08-22 00:04:00 +00:00 committed by Jim Wilson
parent 6c531b0556
commit 94c21c1737
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-21 Graham Stott <grahams@cygnus.co.uk>
* config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
2000-08-21 Jakub Jelinek <jakub@redhat.com>
* unroll.c (loop_find_equiv_value): If ret is modified between

View File

@ -1931,8 +1931,8 @@ do { \
#define REDO_SECTION_INFO_P(DECL) \
((TREE_CODE (DECL) == VAR_DECL) \
&& (DECL_ONE_ONLY (decl) || DECL_WEAK (decl) || DECL_COMMON (decl) \
|| DECL_SECTION_NAME (decl) != 0))
&& (DECL_ONE_ONLY (DECL) || DECL_WEAK (DECL) || DECL_COMMON (DECL) \
|| DECL_SECTION_NAME (DECL) != 0))
#define SDATA_NAME_FLAG_CHAR '@'