ld/
[deliverable/binutils-gdb.git] / ld / emultempl / ppc32elf.em
index 5629f286c1a02b5092386d409af16d00373a9b9a..46145932c3dacd902fca56303e5f249ad625934d 100644 (file)
@@ -29,10 +29,8 @@ cat >>e${EMULATION_NAME}.c <<EOF
 /* Whether to run tls optimization.  */
 static int notlsopt = 0;
 
-static void ppc_before_allocation PARAMS ((void));
-
 static void
-ppc_before_allocation ()
+ppc_before_allocation (void)
 {
   extern const bfd_target bfd_elf32_powerpc_vec;
   extern const bfd_target bfd_elf32_powerpcle_vec;
@@ -61,10 +59,8 @@ PARSE_AND_LIST_PROLOGUE='
 #define OPTION_NO_TLS_OPT              301
 '
 
-# The options are repeated below so that no abbreviations are allowed.
 PARSE_AND_LIST_LONGOPTS='
   { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
-  { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
 '
 
 PARSE_AND_LIST_OPTIONS='
This page took 0.023718 seconds and 4 git commands to generate.