Add a description of the 'n' symbol type displayed by nm.
[deliverable/binutils-gdb.git] / binutils / testsuite / gentestdlls.c
index 09bbe3319f03445fe06bfca2381088372c43d5f6..22d6bac876fe22adc8e437c3b062c7874169db47 100644 (file)
@@ -129,6 +129,7 @@ main (int argc, char** argv)
 {
   char* program_name = argv[0];
   char* output_directory = argv[1];
+  int i;
 
   if (argc < 3)
     {
@@ -150,7 +151,7 @@ main (int argc, char** argv)
      platforms.  See https://github.com/jbevain/cecil/issues/337 for an
      example of this value being used in practice.  */
 
-  for (int i = 2; i < argc; i++)
+  for (i = 2; i < argc; i++)
     {
       char* wanted_format = argv[i];
 
This page took 0.023113 seconds and 4 git commands to generate.