]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000: Remove stale rs6000_global_entry_point_needed_p
authorKewen Lin <linkw@linux.ibm.com>
Wed, 10 Aug 2022 08:50:17 +0000 (03:50 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Thu, 11 Aug 2022 05:37:02 +0000 (00:37 -0500)
r10-631 had renamed rs6000_global_entry_point_needed_p to
rs6000_global_entry_point_prologue_needed_p.  This is to
remove the stale function declaration.

gcc/ChangeLog:

* config/rs6000/rs6000-internal.h (rs6000_global_entry_point_needed_p):
Remove function declaration.

gcc/config/rs6000/rs6000-internal.h

index 8ee8c987b81f3deeadb6aa119c47c84d4c3b685e..b9e82c0468d00381126bd64d0eacd04aa85f8bc9 100644 (file)
@@ -82,7 +82,6 @@ extern const char *rs6000_machine;
    from rs6000-logue.cc  */
 
 extern int uses_TOC (void);
-extern bool rs6000_global_entry_point_needed_p (void);
 extern void rs6000_output_function_prologue (FILE *file);
 extern void rs6000_output_function_epilogue (FILE *file);
 extern bool rs6000_function_ok_for_sibcall (tree decl, tree exp);