Changes from Jeffrey Law:
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 14 Jul 1993 22:44:03 +0000 (22:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 14 Jul 1993 22:44:03 +0000 (22:44 +0000)
commit1ab786f460f3b377d20fd0b82575bcf5e2e03b8c
tree62ae4ee70e93bd04713c71eb320a948ca2870502
parent6dc31f06c3c637058aee938b46dfb62758ba7711
Changes from Jeffrey Law:
* printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define
machine dependent fields in the makeva_list structure.
(makeva_size): Allocate extra space to handle gaps made by
alignment restrictions.
* config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define.
(MAKEVA_START): Initialize arglist_address field.
(MAKEVA_ARG): Always store arguments on natural alignment
boundaries.  Set arglist_address to the address right after
the args.
(MAKEVA_END): Simply return the value stored in arglist_address.
gdb/ChangeLog
gdb/config/pa/xm-pa.h
gdb/printcmd.c