2000-10-09 Kazu Hirata <kazu@hxi.com>
authorKazu Hirata <kazu@codesourcery.com>
Mon, 9 Oct 2000 15:46:45 +0000 (15:46 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Mon, 9 Oct 2000 15:46:45 +0000 (15:46 +0000)
* pe-dll.c: Revert some formatting fixes.

ld/ChangeLog
ld/pe-dll.c

index 2ed5096118708f426151db22bd8bc6de6d6a80cc..1cba217498676d6081c8d28efc9efddbda918255 100644 (file)
@@ -12,7 +12,9 @@
        * ldlang.c: Likewise.
        * ldlang.h: Likewise.
        * ldmain.c: Likewise.
-       * pe-dll.c: Fix formatting.
+       * pe-dll.c: Likewise.
+
+       * pe-dll.c: Revert some formatting fixes.
 
 2000-10-08  Kazu Hirata  <kazu@hxi.com>
 
index cabe03a37c3abdcd851cead011e8e25bd4775e38..da3bd9ff1af4f233dae49772580e2dc508975b90 100644 (file)
@@ -84,8 +84,7 @@ typedef struct {
   int pe_arch;
   int bfd_arch;
   int underscored;
-}
-pe_details_type;
+} pe_details_type;
 
 #define PE_ARCH_i386   1
 #define PE_ARCH_sh     2
@@ -159,8 +158,7 @@ typedef struct {
   bfd_vma vma;
   char type;
   short extra;
-}
-reloc_data_type;
+} reloc_data_type;
 
 static int
 reloc_sort (va, vb)
@@ -204,8 +202,7 @@ static int *exported_symbols;
 typedef struct exclude_list_struct {
   char *string;
   struct exclude_list_struct *next;
-}
-exclude_list_struct;
+} exclude_list_struct;
 
 static struct exclude_list_struct *excludes = 0;
 
@@ -848,6 +845,9 @@ generate_reloc (abfd, info)
          free (relocs);
          /* Warning: the allocated symbols are remembered in BFD and
             reused later, so don't free them!  */
+#if 0
+         free (symbol);
+#endif
        }
     }
 
This page took 0.034312 seconds and 4 git commands to generate.