diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-04 12:49:09 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-04 12:49:09 +0000 |
| commit | edbd9f4cce37c1f3336d8390ffb01e6d6145ab24 (patch) | |
| tree | d4d814a00fb88fdf47dbaca2f13b960403d48497 | |
| parent | 2f0bfe723222329a297d650fc825ceb2450406e7 (diff) | |
| download | ppe42-gcc-edbd9f4cce37c1f3336d8390ffb01e6d6145ab24.tar.gz ppe42-gcc-edbd9f4cce37c1f3336d8390ffb01e6d6145ab24.zip | |
* config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44636 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 74501152602..a27ff6c4fdb 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 2b1321b4ca9..44e2e276918 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 |

