mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 06:40:31 +08:00
fix typos
From-SVN: r31336
This commit is contained in:
parent
7cdc045ed6
commit
203588e7ff
@ -131,7 +131,7 @@ cpp_lookup (pfile, name, len, hash)
|
||||
|
||||
if (len < 0)
|
||||
{
|
||||
for (bp = name; is_idchar(*bp); bp++);
|
||||
for (bp = name; is_idchar (*bp); bp++);
|
||||
len = bp - name;
|
||||
}
|
||||
|
||||
|
@ -9207,7 +9207,7 @@ gen_tagged_type_instantiation_die (type, context_die)
|
||||
if (type != type_main_variant (type))
|
||||
abort ();
|
||||
|
||||
/* Do not check TREE_ASM_WRITTEN(type) as it may not be set if this is
|
||||
/* Do not check TREE_ASM_WRITTEN (type) as it may not be set if this is
|
||||
an instance of an unresolved type. */
|
||||
|
||||
switch (TREE_CODE (type))
|
||||
|
@ -769,7 +769,6 @@ static const char *link_command_spec = "\
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
|
||||
%{static:} %{L*} %o\
|
||||
%{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
|
||||
{"--pass-exit-codes", "-pass-exit-codes", 0},
|
||||
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
|
||||
%{T*}\
|
||||
\n }}}}}}";
|
||||
|
@ -4648,7 +4648,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum,
|
||||
switch (type)
|
||||
{
|
||||
case RELOAD_FOR_OTHER_ADDRESS:
|
||||
/* RELOAD_FOR_OTHER_ADDRESS conflits with RELOAD_OTHER reloads. */
|
||||
/* RELOAD_FOR_OTHER_ADDRESS conflicts with RELOAD_OTHER reloads. */
|
||||
time1 = copy ? 0 : 1;
|
||||
break;
|
||||
case RELOAD_OTHER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user