* target.h: Remove texi jargons in comments.
From-SVN: r78822
This commit is contained in:
parent
cb36ddbac1
commit
a841ab8b3e
@ -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>
|
2004-03-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* config/h8300/lib1funcs.asm (___fixunssfsi): Change the
|
* config/h8300/lib1funcs.asm (___fixunssfsi): Change the
|
||||||
|
@ -416,13 +416,13 @@ struct gcc_target
|
|||||||
void * (* get_pch_validity) (size_t *);
|
void * (* get_pch_validity) (size_t *);
|
||||||
const char * (* pch_valid_p) (const void *, 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
|
bytes as it takes to represent the range of possible values of
|
||||||
that type. */
|
that type. */
|
||||||
bool (* default_short_enums) (void);
|
bool (* default_short_enums) (void);
|
||||||
|
|
||||||
/* This target hook returns an rtx that is used to store the address
|
/* 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);
|
rtx (* builtin_setjmp_frame_value) (void);
|
||||||
|
|
||||||
/* Leave the boolean fields at the end. */
|
/* Leave the boolean fields at the end. */
|
||||||
|
Loading…
Reference in New Issue
Block a user