diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2019-07-20 16:47:25 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2019-07-20 16:47:25 +0000 |
commit | 7604f4351a2c08ea9340bd124570d2c4bb11d3cd (patch) | |
tree | ed6080481951ac2e67671083f2dd88c4d9e818b4 /gcc | |
parent | 2dc1070584c5d700ab878fa13a18e2e25f0380c8 (diff) | |
download | gcc-7604f4351a2c08ea9340bd124570d2c4bb11d3cd.zip gcc-7604f4351a2c08ea9340bd124570d2c4bb11d3cd.tar.gz gcc-7604f4351a2c08ea9340bd124570d2c4bb11d3cd.tar.bz2 |
pa.h (hppa_profile_hook): Delete declaration.
* config/pa/pa.h (hppa_profile_hook): Delete declaration.
* config/pa/pa-protos.h (hppa_profile_hook): Add declaration.
From-SVN: r273628
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/pa/pa-protos.h | 1 | ||||
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 537799e..8adea2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h index a62eeb7..6e9e7a7 100644 --- a/gcc/config/pa/pa-protos.h +++ b/gcc/config/pa/pa-protos.h @@ -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[]; diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 561efa5..f38a6dc 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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 |