mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 13:47:38 +08:00
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:
parent
6c531b0556
commit
94c21c1737
@ -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
|
||||
|
@ -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 '@'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user