pa.h (hppa_profile_hook): Delete declaration.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jul 2019 16:47:25 +0000 (16:47 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jul 2019 16:47:25 +0000 (16:47 +0000)
* config/pa/pa.h (hppa_profile_hook): Delete declaration.
* config/pa/pa-protos.h (hppa_profile_hook): Add declaration.

From-SVN: r273628

gcc/ChangeLog
gcc/config/pa/pa-protos.h
gcc/config/pa/pa.h

index 537799efa3e6dc9a2f7662a8ca5730973391070b..8adea2d7b3548f3656ada5028b83219923b2c4c6 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-20  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.h (hppa_profile_hook): Delete declaration.
+       * config/pa/pa-protos.h (hppa_profile_hook): Add declaration.
+
 2019-07-20  Jakub Jelinek  <jakub@redhat.com>
 
        * tree.def (OMP_LOOP): New tree code.
index a62eeb732dcbea872c96a6f09a024b06e43ab06a..6e9e7a71a9e23e6427c592dbe027787491f7e67e 100644 (file)
@@ -109,6 +109,7 @@ extern void pa_hpux_asm_output_external (FILE *, tree, const char *);
 extern HOST_WIDE_INT pa_initial_elimination_offset (int, int);
 extern HOST_WIDE_INT pa_function_arg_size (machine_mode, const_tree);
 extern void pa_output_function_label (FILE *);
+extern void hppa_profile_hook (int);
 
 extern const int pa_magic_milli[];
 
index 561efa518829b381b1c7f28412cee8286f575b1d..f38a6dce9f9b8537d52ab782b52aeee0310a44ba 100644 (file)
@@ -666,7 +666,6 @@ struct hppa_args {int words, nargs_prototype, incoming, indirect; };
   (*targetm.asm_out.internal_label) (FILE, FUNC_BEGIN_PROLOG_LABEL, LABEL)
 
 #define PROFILE_HOOK(label_no) hppa_profile_hook (label_no)
-void hppa_profile_hook (int label_no);
 
 /* The profile counter if emitted must come before the prologue.  */
 #define PROFILE_BEFORE_PROLOGUE 1