OSDN Git Service

2002-10-24 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Thu, 24 Oct 2002 23:46:09 +0000 (23:46 +0000)
committerMartin Hunt <hunt@redhat.com>
Thu, 24 Oct 2002 23:46:09 +0000 (23:46 +0000)
* utils.c (string_to_core_addr): Revert patch from 11 Oct.

gdb/ChangeLog
gdb/utils.c

index 5507701..391ca99 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-24  Martin M. Hunt  <hunt@redhat.com>
+
+       * utils.c (string_to_core_addr): Revert patch from 11 Oct.
+
 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
 
        * symtab.h (INIT_SAL): Delete macro.
index fe8be07..24a2819 100644 (file)
@@ -2698,8 +2698,6 @@ string_to_core_addr (const char *my_string)
            internal_error (__FILE__, __LINE__, "invalid decimal");
        }
     }
-  if (INTEGER_TO_ADDRESS_P ())
-    addr = INTEGER_TO_ADDRESS (builtin_type_void_data_ptr, &addr); 
   return addr;
 }