From 6bc37a96565d83ad7de837db6d35542ff4795fd0 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 12 May 2000 10:42:02 +0000 Subject: [PATCH] Doc weak symbol problem. --- gdb/ChangeLog | 4 ++++ gdb/TODO | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 00baf73141..49c7210e81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri May 12 20:38:55 2000 Andrew Cagney + + * TODO: Mention weak symbol problem. + Fri May 12 14:12:17 2000 Andrew Cagney * README: Update section on kernel debugging. diff --git a/gdb/TODO b/gdb/TODO index b1e0648770..61840c8a3f 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... --