Fix problem where absolute local symbols are omitted when output has many sections.
[deliverable/binutils-gdb.git] / binutils / elfedit.c
index 1223b25a657ba2073027e4c9cfe844828ff6d60b..20c5043c9aaf4fc95ee0ebb6824cf8f0d52ca046 100644 (file)
@@ -655,7 +655,7 @@ static struct option options[] =
   {0,                  no_argument, 0, 0}
 };
 
-static void
+ATTRIBUTE_NORETURN static void
 usage (FILE *stream, int exit_status)
 {
   fprintf (stream, _("Usage: %s <option(s)> elffile(s)\n"),
This page took 0.023767 seconds and 4 git commands to generate.