mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
2000-10-09 Kazu Hirata <kazu@hxi.com>
* pe-dll.c: Revert some formatting fixes.
This commit is contained in:
@ -12,7 +12,9 @@
|
|||||||
* ldlang.c: Likewise.
|
* ldlang.c: Likewise.
|
||||||
* ldlang.h: Likewise.
|
* ldlang.h: Likewise.
|
||||||
* ldmain.c: 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>
|
2000-10-08 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
12
ld/pe-dll.c
12
ld/pe-dll.c
@ -84,8 +84,7 @@ typedef struct {
|
|||||||
int pe_arch;
|
int pe_arch;
|
||||||
int bfd_arch;
|
int bfd_arch;
|
||||||
int underscored;
|
int underscored;
|
||||||
}
|
} pe_details_type;
|
||||||
pe_details_type;
|
|
||||||
|
|
||||||
#define PE_ARCH_i386 1
|
#define PE_ARCH_i386 1
|
||||||
#define PE_ARCH_sh 2
|
#define PE_ARCH_sh 2
|
||||||
@ -159,8 +158,7 @@ typedef struct {
|
|||||||
bfd_vma vma;
|
bfd_vma vma;
|
||||||
char type;
|
char type;
|
||||||
short extra;
|
short extra;
|
||||||
}
|
} reloc_data_type;
|
||||||
reloc_data_type;
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
reloc_sort (va, vb)
|
reloc_sort (va, vb)
|
||||||
@ -204,8 +202,7 @@ static int *exported_symbols;
|
|||||||
typedef struct exclude_list_struct {
|
typedef struct exclude_list_struct {
|
||||||
char *string;
|
char *string;
|
||||||
struct exclude_list_struct *next;
|
struct exclude_list_struct *next;
|
||||||
}
|
} exclude_list_struct;
|
||||||
exclude_list_struct;
|
|
||||||
|
|
||||||
static struct exclude_list_struct *excludes = 0;
|
static struct exclude_list_struct *excludes = 0;
|
||||||
|
|
||||||
@ -848,6 +845,9 @@ generate_reloc (abfd, info)
|
|||||||
free (relocs);
|
free (relocs);
|
||||||
/* Warning: the allocated symbols are remembered in BFD and
|
/* Warning: the allocated symbols are remembered in BFD and
|
||||||
reused later, so don't free them! */
|
reused later, so don't free them! */
|
||||||
|
#if 0
|
||||||
|
free (symbol);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user