* alpha-tdep.h: New file. Includes several Alpha target constants
authorJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 16:52:39 +0000 (16:52 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 16:52:39 +0000 (16:52 +0000)
commitdc129d82386b3ae4a511f9f60a76ac481d33d304
tree8f169296cfc5c4d9a425e852e9d686026ad05c22
parentd49d1e0a2f67889077fff8ad80e9ed5e43ff169f
* alpha-tdep.h: New file.  Includes several Alpha target constants
taken from...
* config/alpha/tm-alpha.h: ...here.  Remove macros that we now
let gdbarch deal with.
(GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
* Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
to dependency list.
* alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
Alpha target register names.
* alphabsd-nat.c: Likewise.
* alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
Alpha target register names.  Make serveral routines static.
(alpha_get_saved_register): New function.
(alpha_abi_names): New.
(process_note_abi_tag_sections): New function.
(get_elfosabi): New function.
(alpha_gdbarch_init): New function.
(alpha_dump_tdep): New function.
(_initialize_alpha_tdep): Register alpha_gdbarch_init.
gdb/ChangeLog
gdb/Makefile.in
gdb/alpha-nat.c
gdb/alpha-tdep.c
gdb/alpha-tdep.h [new file with mode: 0644]
gdb/alphabsd-nat.c
gdb/config/alpha/tm-alpha.h
This page took 0.029554 seconds and 4 git commands to generate.