* alpha-tdep.c (alpha_osf_in_sigtramp): New function.
authorJason Thorpe <thorpej@netbsd.org>
Sat, 19 Jan 2002 05:26:47 +0000 (05:26 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 19 Jan 2002 05:26:47 +0000 (05:26 +0000)
commitd734c450e15fb96ea85368f722b560b395183343
tree863dcafe3b120299edf737b5b1b4fbbb3a66b0d2
parentb4ceaee622fd34c2b95b4514bec05f8578b04f34
* alpha-tdep.c (alpha_osf_in_sigtramp): New function.
(alpha_cannot_fetch_register): Ditto.
(alpha_cannot_store_register): Ditto.
(alpha_register_convertible): Ditto.
(alpha_use_struct_convention): Ditto.
* config/alpha/tm-alpha.h: Update copyright years.
(IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
(INNER_THAN): Use core_addr_lessthan.
(CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
(CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
(REGISTER_CONVERTIBLE): Use alpha_register_convertible.
(USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
(FRAME_CHAIN): Remove unnecessary cast.
gdb/ChangeLog
gdb/alpha-tdep.c
gdb/config/alpha/tm-alpha.h