aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
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
commit6bc37a96565d83ad7de837db6d35542ff4795fd0 (patch)
tree848060397c1086d6f3114650e5e1c0ac6a1656a3 /gdb/TODO
parenta7cb598ae6b37b5314c16050ac1123045292a7c3 (diff)
downloadgdb-6bc37a96565d83ad7de837db6d35542ff4795fd0.zip
gdb-6bc37a96565d83ad7de837db6d35542ff4795fd0.tar.gz
gdb-6bc37a96565d83ad7de837db6d35542ff4795fd0.tar.bz2
Doc weak symbol problem.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index b1e0648..61840c8 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -169,6 +169,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...
--