From d4d1c7b5b3038905c481420803486a9475b88e09 Mon Sep 17 00:00:00 2001
From: Keith Seitz <keiths@cygnus>
Date: Mon, 18 May 1998 20:48:58 +0000
Subject: [PATCH]         * dbxread.c (process_one_symbol): If block addresses
 are relative to         function start addresses, reset
 function_start_address whenever a new         source file is seen.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d81a635a32d..ed4ffec7f2f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 18 13:34:27 1998  Keith Seitz  <keiths@cygnus.com>
+
+        * dbxread.c (process_one_symbol): If block addresses are relative to
+        function start addresses, reset function_start_address whenever a new
+        source file is seen.
+
 start-sanitize-d30v
 Sat May 16 22:21:48 1998  Frank Ch. Eigler  <fche@cygnus.com>