From c44b38d742024d161dff96511318bef4a5ecd49a Mon Sep 17 00:00:00 2001
From: Doug Evans <dje@google.com>
Date: Sat, 31 Jan 1998 00:11:35 +0000
Subject: [PATCH] 	* elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set
 pcrel_offset=true 	and partial_inplace=false. 
 (mips_elf_relocate_section): Recognize R_MIPS_DVP_11_PCREL.

---
 bfd/ChangeLog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f007d3dcfa6..9a6c228e9ea 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,8 @@
 start-sanitize-sky
 Fri Jan 30 17:48:17 1998  Doug Evans  <devans@canuck.cygnus.com>
 
-	* elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set pcrel_offset=true.
+	* elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set pcrel_offset=true
+	and partial_inplace=false.
 	(mips_elf_relocate_section): Recognize R_MIPS_DVP_11_PCREL.
 
 end-sanitize-sky