This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] add missing parameter


Manually tested on VMS
Tested on i686-linux, committed on trunk.

TBK$SYMBOLIZE was not heretofore in the public API and is not fully compliant
with the OpenVMS Alpha calling standard in VMS 7.x when passed "omitted
parameters".  All parameters must be present in the call or else defaulted to
zero or other known value.

2006-10-31  Doug Rupp  <rupp@adacore.com>

	* g-trasym-vms-alpha.adb: Dummy_User_Act_Proc: New function.
	Call TBK$SYMBOLIZE without omitting parameters.

Attachment: difs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]