mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2002-10-24 Martin M. Hunt <hunt@redhat.com>
* utils.c (string_to_core_addr): Revert patch from 11 Oct.
This commit is contained in:
parent
28f4629825
commit
e8d96a5d56
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user