* pe-dll.c: Revert some formatting fixes.
* 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>
int pe_arch;
int bfd_arch;
int underscored;
-}
-pe_details_type;
+} pe_details_type;
#define PE_ARCH_i386 1
#define PE_ARCH_sh 2
bfd_vma vma;
char type;
short extra;
-}
-reloc_data_type;
+} reloc_data_type;
static int
reloc_sort (va, vb)
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;
free (relocs);
/* Warning: the allocated symbols are remembered in BFD and
reused later, so don't free them! */
+#if 0
+ free (symbol);
+#endif
}
}