Commit 39e3f58c by Kazu Hirata Committed by Kazu Hirata

ggc.h: Follow spelling conventions.

	* ggc.h: Follow spelling conventions.
	* config/i386/i386.c: Likewise.
	* config/i386/winnt.c: Likewise.
	* config/rs6000/rs6000.c: Likewise.

From-SVN: r68976
parent 4d6922ee
2003-07-05 Kazu Hirata <kazu@cs.umass.edu> 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
* ggc.h: Follow spelling conventions.
* config/i386/i386.c: Likewise.
* config/i386/winnt.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
* bt-load.c: Fix comment typos. * bt-load.c: Fix comment typos.
* c-incpath.c: Likewise. * c-incpath.c: Likewise.
* cfg.c: Likewise. * cfg.c: Likewise.
......
...@@ -11525,7 +11525,7 @@ ix86_expand_strlen (out, src, eoschar, align) ...@@ -11525,7 +11525,7 @@ ix86_expand_strlen (out, src, eoschar, align)
scratch = scratch register, initialized with the startaddress when scratch = scratch register, initialized with the startaddress when
not aligned, otherwise undefined not aligned, otherwise undefined
This is just the body. It needs the initialisations mentioned above and This is just the body. It needs the initializations mentioned above and
some address computing at the end. These things are done in i386.md. */ some address computing at the end. These things are done in i386.md. */
static void static void
......
...@@ -260,7 +260,7 @@ i386_pe_dllimport_p (decl) ...@@ -260,7 +260,7 @@ i386_pe_dllimport_p (decl)
} }
/* We ignore the dllimport attribute for inline member functions. /* We ignore the dllimport attribute for inline member functions.
This differs from MSVC behaviour which treats it like GNUC This differs from MSVC behavior which treats it like GNUC
'extern inline' extension. */ 'extern inline' extension. */
else if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl)) else if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl))
{ {
......
...@@ -12619,7 +12619,7 @@ output_toc (file, x, labelno, mode) ...@@ -12619,7 +12619,7 @@ output_toc (file, x, labelno, mode)
void * * found; void * * found;
/* Create toc_hash_table. This can't be done at OVERRIDE_OPTIONS /* Create toc_hash_table. This can't be done at OVERRIDE_OPTIONS
time because GGC is not initialised at that point. */ time because GGC is not initialized at that point. */
if (toc_hash_table == NULL) if (toc_hash_table == NULL)
toc_hash_table = htab_create_ggc (1021, toc_hash_function, toc_hash_table = htab_create_ggc (1021, toc_hash_function,
toc_hash_eq, NULL); toc_hash_eq, NULL);
......
...@@ -132,7 +132,7 @@ extern void gt_pch_p_S (void *, void *, gt_pointer_operator, void *); ...@@ -132,7 +132,7 @@ extern void gt_pch_p_S (void *, void *, gt_pointer_operator, void *);
extern void gt_pch_n_S (const void *); extern void gt_pch_n_S (const void *);
extern void gt_ggc_m_S (void *); extern void gt_ggc_m_S (void *);
/* Initialise the string pool. */ /* Initialize the string pool. */
extern void init_stringpool (void); extern void init_stringpool (void);
/* A GC implementation must provide these functions. They are internal /* A GC implementation must provide these functions. They are internal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment