diff options
Diffstat (limited to 'gdb/findvar.c')
-rw-r--r-- | gdb/findvar.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/findvar.c b/gdb/findvar.c index dd86904..3f3721f 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -192,10 +192,6 @@ extract_address (void *addr, int len) } -#ifndef POINTER_TO_ADDRESS -#define POINTER_TO_ADDRESS generic_pointer_to_address -#endif - /* Treat the bytes at BUF as a pointer of type TYPE, and return the address it represents. */ CORE_ADDR @@ -282,10 +278,6 @@ store_address (void *addr, int len, LONGEST val) } -#ifndef ADDRESS_TO_POINTER -#define ADDRESS_TO_POINTER generic_address_to_pointer -#endif - /* Store the address ADDR as a pointer of type TYPE at BUF, in target form. */ void |