mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
* config/obj-elf.c (elf_file_symbol): When using ECOFF debugging, pass on the new file hook. * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as !alpha_force_relocation, as local LITERALs can be adjusted to be relative to the section.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
|
||||||
|
|
||||||
|
* config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
|
||||||
|
pass on the new file hook.
|
||||||
|
|
||||||
|
* config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
|
||||||
|
!alpha_force_relocation, as local LITERALs can be adjusted to be
|
||||||
|
relative to the section.
|
||||||
|
|
||||||
Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
|
Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
|
* doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* ELF object file format
|
/* ELF object file format
|
||||||
Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -220,6 +220,10 @@ elf_file_symbol (s)
|
|||||||
verify_symbol_chain (symbol_rootP, symbol_lastP);
|
verify_symbol_chain (symbol_rootP, symbol_lastP);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef NEED_ECOFF_DEBUG
|
||||||
|
ecoff_new_file (s);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -1291,6 +1295,7 @@ const struct format_ops elf_format_ops =
|
|||||||
1,
|
1,
|
||||||
elf_frob_symbol,
|
elf_frob_symbol,
|
||||||
elf_frob_file,
|
elf_frob_file,
|
||||||
|
elf_frob_file_after_relocs,
|
||||||
elf_s_get_size, elf_s_set_size,
|
elf_s_get_size, elf_s_set_size,
|
||||||
elf_s_get_align, elf_s_set_align,
|
elf_s_get_align, elf_s_set_align,
|
||||||
elf_copy_symbol_attributes,
|
elf_copy_symbol_attributes,
|
||||||
|
Reference in New Issue
Block a user