]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Doc weak symbol problem.
authorAndrew Cagney <cagney@redhat.com>
Fri, 12 May 2000 10:42:03 +0000 (10:42 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 12 May 2000 10:42:03 +0000 (10:42 +0000)
gdb/ChangeLog
gdb/TODO

index 1539836bf4830de8d62c4c84b1fc142527fcabc6..62d0e97ad5369b85ff3b2bcc2d613718d532dae5 100644 (file)
@@ -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.
index 904604869788650880df53c6075eccc25fc22bce..edb4a039cd821648cad3b81f030cb5f4a4bf1eb6 100644 (file)
--- 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... 
 
 --