summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 06:31:00 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 06:31:00 +0000
commit134014561bfc102c2a13cf4e95c90bfe6c532166 (patch)
treef80be7dd538bd5a8669570972cbb31f5cf63d655 /gcc
parent82e2f92a089e1af74cb975b5fc86050b2968b4fe (diff)
downloadppe42-gcc-134014561bfc102c2a13cf4e95c90bfe6c532166.tar.gz
ppe42-gcc-134014561bfc102c2a13cf4e95c90bfe6c532166.zip
* target.h: Remove texi jargons in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/target.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 98c43fc274a..e2b2959f20d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-03 Kazu Hirata <kazu@cs.umass.edu>
+
+ * target.h: Remove texi jargons in comments.
+
2004-03-02 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/lib1funcs.asm (___fixunssfsi): Change the
diff --git a/gcc/target.h b/gcc/target.h
index 858c82ad31a..7366215cb93 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -416,13 +416,13 @@ struct gcc_target
void * (* get_pch_validity) (size_t *);
const char * (* pch_valid_p) (const void *, size_t);
- /* True if the compiler should give an @code{enum} type only as many
+ /* True if the compiler should give an enum type only as many
bytes as it takes to represent the range of possible values of
that type. */
bool (* default_short_enums) (void);
/* This target hook returns an rtx that is used to store the address
- of the current frame into the built in @code{setjmp} buffer. */
+ of the current frame into the built-in setjmp buffer. */
rtx (* builtin_setjmp_frame_value) (void);
/* Leave the boolean fields at the end. */
OpenPOWER on IntegriCloud