]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* addr2line.c (main): Protoype.
authorThiemo Seufer <ths@networkno.de>
Tue, 18 Dec 2001 08:22:30 +0000 (08:22 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 18 Dec 2001 08:22:30 +0000 (08:22 +0000)
* ar.c (main): Protoype.
* nm.c (main): Protoype.
* objcopy.c (main): Protoype.
* objdump.c (main): Protoype.
* size.c (main): Protoype.
* strings.c (main): Protoype.
* gasp.c (main): Protoype.

binutils/ChangeLog
binutils/addr2line.c
binutils/ar.c
binutils/nm.c
binutils/objcopy.c
binutils/objdump.c
binutils/size.c
binutils/strings.c
gas/ChangeLog
gas/gasp.c

index 1ddf1fadbda6925ca57dd48fcbd8c6e7c3b38b4c..3b31f68ffe14863aac90a07a4dec40267b22d7a4 100644 (file)
@@ -1,3 +1,13 @@
+2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * addr2line.c (main): Protoype.
+       * ar.c (main): Protoype.
+       * nm.c (main): Protoype.
+       * objcopy.c (main): Protoype.
+       * objdump.c (main): Protoype.
+       * size.c (main): Protoype.
+       * strings.c (main): Protoype.
+
 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
 
        * readelf.c (symtab_shndx_hdr): New global.
index 8ccf198cc53aadfd8fcef3ad1595ed985a77895a..171c972461aaef972fdcee2327979222281e06f3 100644 (file)
@@ -263,6 +263,8 @@ process_file (filename, target)
   bfd_close (abfd);
 }
 \f
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index fe46b91d17fa46c1b59ea286f5555c93a2eb002e..e892713ad4ae3bedb06b74cf8bc2cabc1b69e0f0 100644 (file)
@@ -358,6 +358,8 @@ remove_output ()
 /* The option parsing should be in its own function.
    It will be when I have getopt working.  */
 
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index e6cc368e815d8fa7d8f8823cb54931fa9c3ccc05..8405c6f83cebcc86947c384ed6197359b4f62022 100644 (file)
@@ -394,6 +394,8 @@ set_output_format (f)
   format = &formats[i];
 }
 \f
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index 6ce7e91cd70ca731872aacd0621bdefe45a28be1..f72a915103de64032c38ee26464a031083b1e028 100644 (file)
@@ -2602,6 +2602,8 @@ copy_main (argc, argv)
   return 0;
 }
 
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index b10e3f5d1393472c43e07ec9f6a8696dd85a41ae..be6007d48f244af36cd220c2d5f066fc5534a6e5 100644 (file)
@@ -2738,6 +2738,8 @@ display_info ()
   display_target_tables ();
 }
 
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index 43442422a7b86e9f7a30316fca50395a80795a4d..c6c9cf1c393ce0997f9e838e4fb4fe44cd1e0f0f 100644 (file)
@@ -102,6 +102,8 @@ struct option long_options[] =
   {0, no_argument, 0, 0}
 };
 
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index 5c88175e1be5339c90bf6d138f9a826043174b3b..aff1a548909f1964981c457c34f6e3be1a4ab7ab 100644 (file)
@@ -150,6 +150,8 @@ static void usage PARAMS ((FILE *stream, int status));
 static long get_char PARAMS ((FILE *stream, file_off *address,
                              int *magiccount, char **magic));
 \f
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;
index 81bf37253115c4bbbd7482c472a67054d91ba386..8e8ed8bff427c3bdb62962d05484b14346b2137d 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gasp.c (main): Protoype.
+
 2001-12-17  Richard Henderson  <rth@redhat.com>
 
        * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.
index 4022408e51cc16d889b8d57addf40f7ff19b27e0..dc1946e4e5e3bbb5379c655803cdc8123c8622b7 100644 (file)
@@ -3537,6 +3537,8 @@ show_help ()
   show_usage (stdout, 0);
 }
 
+int main PARAMS ((int, char **));
+
 int
 main (argc, argv)
      int argc;