alpha-protos.h: Update.
authorDouglas B Rupp <rupp@gnat.com>
Thu, 15 Aug 2002 05:04:27 +0000 (05:04 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Thu, 15 Aug 2002 05:04:27 +0000 (05:04 +0000)
commit1330f7d5b62599b069ae72d99a0fe68d65850bc1
tree1b3c24145b127c1eebe4447c04e1e1968ca43b45
parentd1f1cc6a0fbea6eafd29bf13a02705ccb9e4f45e
alpha-protos.h: Update.

* 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.

From-SVN: r56338
gcc/ChangeLog
gcc/config/alpha/alpha-protos.h
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/config/alpha/vms.h