btrace: remove leftover comment
[deliverable/binutils-gdb.git] / bfd / elf32-avr.c
index eea76a43c615aae0fb6b7efc591fb29470d14e9e..ef88f024f0f5af9298d7a248dbe4ce77ef95bc65 100644 (file)
@@ -2682,6 +2682,7 @@ elf32_avr_relax_section (bfd *abfd,
                   }
               }
           }
+         /* Fall through.  */
 
         default:
           {
@@ -3256,8 +3257,8 @@ avr_add_stub (const char *stub_name,
 
   if (hsh == NULL)
     {
-      (*_bfd_error_handler) (_("%B: cannot create stub entry %s"),
-                             NULL, stub_name);
+      _bfd_error_handler (_("%B: cannot create stub entry %s"),
+                         NULL, stub_name);
       return NULL;
     }
 
This page took 0.043087 seconds and 4 git commands to generate.