diff options
author | Stan Cox <scox@redhat.com> | 1999-02-04 22:35:39 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1999-02-04 22:35:39 +0000 |
commit | 870b15c5dd2f8960a7e5e9593a63983e111d3798 (patch) | |
tree | d37ba9499666f1a859d03c5466718c8701f3c17a | |
parent | f5ee0390c51cab7f7e3e6fcaa6fb62cfd25b92df (diff) | |
download | gdb-870b15c5dd2f8960a7e5e9593a63983e111d3798.zip gdb-870b15c5dd2f8960a7e5e9593a63983e111d3798.tar.gz gdb-870b15c5dd2f8960a7e5e9593a63983e111d3798.tar.bz2 |
* elf32-mips.c (mips_elf_relocate_section): Insure that the target
of a jump is in the current 256 MB region.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eda345d..52d2bea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 4 12:38:10 1999 Stan Cox <scox@cygnus.com> + + * elf32-mips.c (mips_elf_relocate_section): Insure that the target + of a jump is in the current 256 MB region. + Thu Feb 4 12:15:38 1999 Ian Lance Taylor <ian@cygnus.com> * format.c (bfd_check_format_matches): Change last patch to only |