diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-21 17:13:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-21 17:13:38 +0000 |
commit | 632f2cc77963fae9c89bd78f1d3879fdb14f7177 (patch) | |
tree | 6e5ae64308a82471ad5feda39b01c0340d594970 /bfd/ChangeLog | |
parent | e2525986367862e2c3a009f3ac4ddcb0f5abf959 (diff) | |
download | binutils-632f2cc77963fae9c89bd78f1d3879fdb14f7177.zip binutils-632f2cc77963fae9c89bd78f1d3879fdb14f7177.tar.gz binutils-632f2cc77963fae9c89bd78f1d3879fdb14f7177.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index efcde1e..9ab5afe 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |