diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-23 20:51:35 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-23 20:51:35 +0000 |
commit | 313ba8d62b141893a48cfb9a3591388ef8a2cf52 (patch) | |
tree | 7eaa7d65eb0aa706591966afc1c587f6e6d403d6 /bfd/ChangeLog | |
parent | 62df20656565cd422330ae2b2aebf61c67cbaf22 (diff) | |
download | gdb-313ba8d62b141893a48cfb9a3591388ef8a2cf52.zip gdb-313ba8d62b141893a48cfb9a3591388ef8a2cf52.tar.gz gdb-313ba8d62b141893a48cfb9a3591388ef8a2cf52.tar.bz2 |
2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
* elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
of dynobj for SGI_COMPAT checks.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52b30ae..a3fe8a0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com> + + * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead + of dynobj for SGI_COMPAT checks. + 2000-07-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function. @@ -122,7 +127,7 @@ Tue Jul 18 13:11:54 2000 Andrew Cagney <cagney@b1.cygnus.com> 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com> * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add - paranthesis in if statement. + parenthesis in if statement. 2000-07-17 Koundinya K <kk@ddeorg.soft.net> |