From 60b7af702ac56265798ec7202e05f0439c992360 Mon Sep 17 00:00:00 2001
From: Arun Sharma <aruns@sharma.corp.google.com>
Date: Wed, 26 Jul 2006 21:25:37 -0600
Subject: [PATCH] (dwarf_find_save_locs): Add a comment.

Now that dwarf_find_save_locs() not just finds the save-locations but
also updates the cursor-state, document this fact (the function really
is misnamed now).
---
 src/dwarf/Gparser.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dwarf/Gparser.c b/src/dwarf/Gparser.c
index 9224f593..09e0a843 100644
--- a/src/dwarf/Gparser.c
+++ b/src/dwarf/Gparser.c
@@ -754,6 +754,8 @@ uncached_dwarf_find_save_locs (struct dwarf_cursor *c)
   return 0;
 }
 
+/* The function finds the saved locations and applies the register
+   state as well. */
 HIDDEN int
 dwarf_find_save_locs (struct dwarf_cursor *c)
 {