summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-12 10:42:02 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-12 10:42:02 +0000
commitafabcf630da94b4113c029ebc5f074becd21094a (patch)
tree32782d38743c0a76ee4a3bdf71018ec56edf50bd
parent588eee03cdb0b91b3039db33dff315a7d3966e5b (diff)
downloadgdb-afabcf630da94b4113c029ebc5f074becd21094a.tar.gz
Doc weak symbol problem.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO11
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1539836bf48..62d0e97ad53 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 12 20:38:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * TODO: Mention weak symbol problem.
+
Fri May 12 14:12:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
* README: Update section on kernel debugging.
diff --git a/gdb/TODO b/gdb/TODO
index 90460486978..edb4a039cd8 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -165,6 +165,17 @@ David Whedon writes:
> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we
> aren't one of the architectures supported.
+--
+
+Problem with weak functions
+http://sourceware.cygnus.com/ml/gdb/2000-05/msg00060.html
+
+Dan Nicolaescu writes:
+> It seems that gdb-4.95.1 does not display correctly the function when
+> stoping in weak functions.
+>
+> It stops in a function that is defined as weak, not in the function
+> that is actualy run...
--