From c81fc13e34621ae4506ffaae7d3b657aaeb17803 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 28 Sep 1999 14:13:58 -0400 Subject: xcoffout.c (xcoffout_declare_function): Add documentation. * xcoffout.c (xcoffout_declare_function): Add documentation. * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not TARGET_64BIT. Compare constant to -1, not bit pattern. (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT. (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix gen_movsi typos. From-SVN: r29697 --- gcc/xcoffout.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/xcoffout.c') diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 4da5079..6ee08ec 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -485,6 +485,9 @@ xcoffout_declare_function (file, decl, name) file and/or at the wrong line number. */ xcoffout_source_file (file, DECL_SOURCE_FILE (decl), 0); dbxout_symbol (decl, 0); + + /* .function NAME, TOP, MAPPING, TYPE, SIZE + 16 and 044 are placeholders for backwards compatibility */ fprintf (file, "\t.function .%s,.%s,16,044,FE..%s-.%s\n", n, n, n, n); } -- cgit v1.1