diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/d30v/d30v.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7450115..a27ff6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-04 Hans-Peter Nilsson <hp@bitrange.com> + + * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION + comment. + Sat Aug 4 13:51:36 CEST 2001 Jan Hubicka <jh@suse.cz> * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes. diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 2b1321b..44e2e27 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -3760,6 +3760,7 @@ extern const char *d30v_branch_cost_string; the symbol's name string. */ /* #define STRIP_NAME_ENCODING(VAR, SYM_NAME) */ +/* A C statement to build up a unique section name, expressed as a STRING_CST node, and assign it to `DECL_SECTION_NAME (DECL)'. RELOC indicates whether the initial value of EXP requires link-time relocations. If you do not define this macro, GNU CC |