diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 17:30:09 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 17:30:09 +0000 |
commit | d9b023ccd41c119362f440ab9dabc61613beb577 (patch) | |
tree | 9614ea542b0f20e63ca3ae6e80edd62a9e951edc /gdb/config/alpha | |
parent | dc129d82386b3ae4a511f9f60a76ac481d33d304 (diff) | |
download | gdb-d9b023ccd41c119362f440ab9dabc61613beb577.zip gdb-d9b023ccd41c119362f440ab9dabc61613beb577.tar.gz gdb-d9b023ccd41c119362f440ab9dabc61613beb577.tar.bz2 |
* alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
* alpha-tdep.c (heuristic_proc_start): Use vm_min_address
from gdbarch_tdep rather than a constant.
(alpha_gdbarch_init): Initialize tdep->vm_min_address to
the default text address for all Alpha Unix ABIs.
(alpha_dump_tdep): Report the value of tdep->vm_min_address.
* config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index 286f672..450b2ec 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -99,11 +99,6 @@ extern void alpha_print_extra_frame_info (struct frame_info *); alpha_setup_arbitrary_frame (argc, argv) extern struct frame_info *alpha_setup_arbitrary_frame (int, CORE_ADDR *); -/* This is used by heuristic_proc_start. It should be shot it the head. */ -#ifndef VM_MIN_ADDRESS -#define VM_MIN_ADDRESS (CORE_ADDR)0x120000000 -#endif - /* If PC is in a shared library trampoline code, return the PC where the function itself actually starts. If not, return 0. */ #define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc) |