* libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
* libbfd.h: Rebuild.
This commit is contained in:
parent
02be03db76
commit
9f83f953dc
@ -1,3 +1,25 @@
|
|||||||
|
Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
|
||||||
|
* libbfd.h: Rebuild.
|
||||||
|
|
||||||
|
* elf32-mips.c (mips_elf_dynsym_sec_names): Comment out.
|
||||||
|
(SIZEOF_MIPS_DYNSYM_SECNAMES): Likewise.
|
||||||
|
(MIPS_TEXT_DYNSYM_SECN): Likewise.
|
||||||
|
(_bfd_mips_elf_fake_sections): Don't set sh_info field of a .hash
|
||||||
|
section.
|
||||||
|
(struct mips_elf_link_hash_table): Remove dynsym_sec_strindex
|
||||||
|
field.
|
||||||
|
(mips_elf_link_hash_table_create): Don't initialize
|
||||||
|
dynsym_sec_strindex.
|
||||||
|
(mips_elf_gc_mark_hook): Add default case to avoid warning.
|
||||||
|
(mips_elf_size_dynamic_sections): Generate a section symbol for
|
||||||
|
every output section.
|
||||||
|
(mips_elf_finish_dynamic_sections): Count all sections for
|
||||||
|
DT_MIPS_UNREFEXTNO.
|
||||||
|
(mips_elf_finish_dynamic_sections): Use dynamic symbols for all
|
||||||
|
output sections.
|
||||||
|
|
||||||
Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
|
Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
|
||||||
|
|
||||||
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
|
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
|
||||||
|
@ -319,7 +319,7 @@ extern boolean _bfd_generic_set_section_contents
|
|||||||
bfd_false)
|
bfd_false)
|
||||||
#define _bfd_nolink_bfd_gc_sections \
|
#define _bfd_nolink_bfd_gc_sections \
|
||||||
((boolean (*) \
|
((boolean (*) \
|
||||||
PARAMS ((struct bfd_link_info *))) \
|
PARAMS ((bfd *, struct bfd_link_info *))) \
|
||||||
bfd_false)
|
bfd_false)
|
||||||
#define _bfd_nolink_bfd_link_hash_table_create \
|
#define _bfd_nolink_bfd_link_hash_table_create \
|
||||||
((struct bfd_link_hash_table *(*) PARAMS ((bfd *))) bfd_nullvoidptr)
|
((struct bfd_link_hash_table *(*) PARAMS ((bfd *))) bfd_nullvoidptr)
|
||||||
@ -356,6 +356,11 @@ extern boolean _bfd_stab_section_find_nearest_line
|
|||||||
PARAMS ((bfd *, asymbol **, asection *, bfd_vma, boolean *, const char **,
|
PARAMS ((bfd *, asymbol **, asection *, bfd_vma, boolean *, const char **,
|
||||||
const char **, unsigned int *, PTR *));
|
const char **, unsigned int *, PTR *));
|
||||||
|
|
||||||
|
/* Find the neaderst line using DWARF 1 debugging information. */
|
||||||
|
extern boolean _bfd_dwarf1_find_nearest_line
|
||||||
|
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
|
||||||
|
const char **, unsigned int *));
|
||||||
|
|
||||||
/* Find the nearest line using DWARF 2 debugging information. */
|
/* Find the nearest line using DWARF 2 debugging information. */
|
||||||
extern boolean _bfd_dwarf2_find_nearest_line
|
extern boolean _bfd_dwarf2_find_nearest_line
|
||||||
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
|
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
|
||||||
@ -649,7 +654,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
|
|||||||
"BFD_RELOC_SPARC_M44",
|
"BFD_RELOC_SPARC_M44",
|
||||||
"BFD_RELOC_SPARC_L44",
|
"BFD_RELOC_SPARC_L44",
|
||||||
"BFD_RELOC_SPARC_REGISTER",
|
"BFD_RELOC_SPARC_REGISTER",
|
||||||
"BFD_RELOC_SPARC_32LE",
|
"BFD_RELOC_SPARC_REV32",
|
||||||
"BFD_RELOC_ALPHA_GPDISP_HI16",
|
"BFD_RELOC_ALPHA_GPDISP_HI16",
|
||||||
"BFD_RELOC_ALPHA_GPDISP_LO16",
|
"BFD_RELOC_ALPHA_GPDISP_LO16",
|
||||||
"BFD_RELOC_ALPHA_GPDISP",
|
"BFD_RELOC_ALPHA_GPDISP",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user