]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 55077017a4e643eedc1d859743e6c223e38c526b..391ca991d31c10a6a65b52d151fbfdc72f2486b1 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 fe8be07ae4db28427f74fc9c4d49037c46c5b827..24a2819f492ceb6f159233d15c2b45baab282778 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;
 }