diff options
author | Richard Henderson <rth@redhat.com> | 1999-07-29 21:39:01 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-07-29 21:39:01 +0000 |
commit | c9b3cbf33cce90603516003ad3eb8f27488331f1 (patch) | |
tree | 3d307000f2167e06f06b4bc6809bfd8df0b840cd /bfd/ChangeLog | |
parent | b77ad1d4c9165935726e6d9a90bc42d5e2a876ed (diff) | |
download | gdb-c9b3cbf33cce90603516003ad3eb8f27488331f1.zip gdb-c9b3cbf33cce90603516003ad3eb8f27488331f1.tar.gz gdb-c9b3cbf33cce90603516003ad3eb8f27488331f1.tar.bz2 |
* elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...
(mips_rtype_to_howto): ... new function.
(_bfd_mips_elf_relocate_section): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cc75ae3..475c97c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +1999-07-29 Richard Henderson <rth@cygnus.com> + + * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ... + (mips_rtype_to_howto): ... new function. + (_bfd_mips_elf_relocate_section): Use it. + 1999-07-28 Mark Mitchell <mark@codesourcery.com> * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo. |