diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-27 21:27:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-27 21:27:33 +0000 |
commit | cea133af7fec6ded5abf26df7c8c1d2038e8622f (patch) | |
tree | 9d8d03c4983fa5f892c6e59cb69eb15bd21bf348 /bfd | |
parent | 6977046f0f63d5ec3479bf8f0fdf685d2b1c5fc3 (diff) | |
download | gdb-cea133af7fec6ded5abf26df7c8c1d2038e8622f.zip gdb-cea133af7fec6ded5abf26df7c8c1d2038e8622f.tar.gz gdb-cea133af7fec6ded5abf26df7c8c1d2038e8622f.tar.bz2 |
* elf32-mips.c (mips_elf_final_link): If the size of an input
.reginfo section is zero, force it to the correct size, since the
linker emulation code may have clobbered it.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 723020c..16bf838 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Fri Jan 27 16:13:42 1995 Ian Lance Taylor <ian@cygnus.com> + * elf32-mips.c (mips_elf_final_link): If the size of an input + .reginfo section is zero, force it to the correct size, since the + linker emulation code may have clobbered it. + * elfcode.h (elf_sort_hdrs): Correct SHF_ALLOC test. (assign_file_positions_except_relocs): Free sorted_hdrs. |