PATCH: remove outdated comment

Jim Blandy jimb@redhat.com
Wed Nov 13 10:14:00 GMT 2002


This comment describes code that isn't there any more.

2002-11-13  Jim Blandy  <jimb@redhat.com>

	* findvar.c (read_var_value): Doc fix.

Index: gdb/findvar.c
===================================================================
RCS file: /cvs/src/src/gdb/findvar.c,v
retrieving revision 1.39
diff -c -r1.39 findvar.c
*** gdb/findvar.c	12 Nov 2002 02:39:40 -0000	1.39
--- gdb/findvar.c	13 Nov 2002 18:09:52 -0000
***************
*** 544,552 ****
  
      case LOC_THREAD_LOCAL_STATIC:
        {
-         /* We want to let the target / ABI-specific code construct
-            this value for us, so we need to dispose of the value
-            allocated for us above.  */
          if (target_get_thread_local_address_p ())
            addr = target_get_thread_local_address (inferior_ptid,
                                                    SYMBOL_OBJFILE (var),
--- 544,549 ----



More information about the Gdb-patches mailing list