Commit 94c21c17 by Graham Stott Committed by Jim Wilson

Fix typos spotted by Graham Stott.

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

From-SVN: r35860
parent 6c531b05
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
......
......@@ -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 '@'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment