OSDN Git Service

* config/alpha/alpha-protos.h: Update.
authorrupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Aug 2002 05:04:27 +0000 (05:04 +0000)
committerrupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Aug 2002 05:04:27 +0000 (05:04 +0000)
commitcf73d31fbb72d8c4f6b7205c844da4f58b9686fe
tree1b3c24145b127c1eebe4447c04e1e1968ca43b45
parent7bf41779562f3f355e23d7c47cf26a0e433d2cae
* config/alpha/alpha-protos.h: Update.

* config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
(alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
(alpha_linkage_symbol_p): New static function.
(print_operand_address): Print linkage operand.

(alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
variables.
(reloc_kind): New enum.
(struct alpha_funcs): New struct.
(struct alpha_links): Add reloc_kind field. Rename links_kind field.

(alpha_need_linkage): Rewrite.
(alpha_use_linkage): New global function.
(alpha_write_linkage): Rewrite and make static.
(alpha_write_one_linkage): Rewrite

(alpha_start_function): Remove procedure descriptor output.
(alpha_end_function): Write linkages at end of each function.

* config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
(call_vms_1, call_value_vms_1): Rewrite.

* config/alpha/vms.h (ASM_FILE_END): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56338 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha-protos.h
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/config/alpha/vms.h