From fcd533e09e9044feafca21b902095963cfbd5ec0 Mon Sep 17 00:00:00 2001
From: Fred Fish <fnf@specifix.com>
Date: Fri, 23 Jan 1998 02:36:05 +0000
Subject: [PATCH] 	* d10v-dis.c (PC_MASK): Correct value. 
 (print_operand): If there's a reloc, don't calculate the  	address
 because they could be in different sections.

---
 opcodes/ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c7fa223cca3..acd657dcbec 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 22 16:20:17 1998  Fred Fish  <fnf@cygnus.com>
+
+	* d10v-dis.c (PC_MASK): Correct value.
+	(print_operand): If there's a reloc, don't calculate the
+ 	address because they could be in different sections.
+
 start-sanitize-cygnus
 Thu Jan 22 16:10:32 1998  Doug Evans  <devans@seba.cygnus.com>