* elf32-mips.c: Include "seclet.h".
(mips_elf_fake_sections): Force size of .reginfo section to sizeof Elf32_External_RegInfo. (mips_elf_seclet_link): New function. Link the .reginfo section specially, and pass everything else to the generic routine. (bfd_elf32_bfd_seclet_link): Define macro. * elf32-target.h: If bfd_elf32_bfd_seclet_link is already defined, don't override it.
This commit is contained in:
parent
e252598636
commit
632f2cc779
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
Thu Oct 21 13:05:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* elf32-mips.c: Include "seclet.h".
|
||||
(mips_elf_fake_sections): Force size of .reginfo section to sizeof
|
||||
Elf32_External_RegInfo.
|
||||
(mips_elf_seclet_link): New function. Link the .reginfo section
|
||||
specially, and pass everything else to the generic routine.
|
||||
(bfd_elf32_bfd_seclet_link): Define macro.
|
||||
* elf32-target.h: If bfd_elf32_bfd_seclet_link is already defined,
|
||||
don't override it.
|
||||
|
||||
Wed Oct 20 12:22:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* libnlm.h (nlm_backend_data): Added signature field.
|
||||
|
|
|
@ -47,7 +47,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define bfd_elf32_bfd_get_relocated_section_contents \
|
||||
bfd_generic_get_relocated_section_contents
|
||||
#define bfd_elf32_bfd_relax_section bfd_generic_relax_section
|
||||
#ifndef bfd_elf32_bfd_seclet_link
|
||||
#define bfd_elf32_bfd_seclet_link bfd_generic_seclet_link
|
||||
#endif
|
||||
#define bfd_elf32_bfd_make_debug_symbol \
|
||||
((asymbol *(*) PARAMS ((bfd *, void *, unsigned long))) bfd_nullvoidptr)
|
||||
|
||||
|
|
Loading…
Reference in a new issue