fix typos
authorJason Merrill <jason@gcc.gnu.org>
Tue, 11 Jan 2000 21:23:49 +0000 (16:23 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 11 Jan 2000 21:23:49 +0000 (16:23 -0500)
From-SVN: r31336

gcc/cpphash.c
gcc/dwarf2out.c
gcc/gcc.c
gcc/reload1.c

index e99e6c7..76ee8bf 100644 (file)
@@ -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;
     }
 
index ca01b19..641f937 100644 (file)
@@ -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))
index d488b4a..b65d6e8 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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 }}}}}}";
index b6f90f6..d817f0f 100644 (file)
@@ -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: