public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] Remove unused sprofil.c functions
@ 2022-03-10 19:21 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-10 19:21 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a1e5c80c44f4764b9616209f721ec2e186f7d857

commit a1e5c80c44f4764b9616209f721ec2e186f7d857
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:08:37 2022 -0300

    Remove unused sprofil.c functions

Diff:
---
 sysdeps/posix/sprofil.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 5f03bd0e3b..785b817f96 100644
--- a/sysdeps/posix/sprofil.c
+++ b/sysdeps/posix/sprofil.c
@@ -163,18 +163,6 @@ profil_count (uintptr_t pcp, int prof_uint)
     }
 }
 
-static inline void
-profil_count_ushort (uintptr_t pcp)
-{
-  profil_count (pcp, 0);
-}
-
-static inline void
-profil_count_uint (uintptr_t pcp)
-{
-  profil_count (pcp, 1);
-}
-
 /* Get the machine-dependent definition of `__profil_counter', the signal
    handler for SIGPROF.  It calls `profil_count' (above) with the PC of the
    interrupted code.  */


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] Remove unused sprofil.c functions
@ 2022-03-16 18:00 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:00 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0d33c24a2ab40defc6d0ccff4e127a0538392e6f

commit 0d33c24a2ab40defc6d0ccff4e127a0538392e6f
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:08:37 2022 -0300

    Remove unused sprofil.c functions

Diff:
---
 sysdeps/posix/sprofil.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 5f03bd0e3b..785b817f96 100644
--- a/sysdeps/posix/sprofil.c
+++ b/sysdeps/posix/sprofil.c
@@ -163,18 +163,6 @@ profil_count (uintptr_t pcp, int prof_uint)
     }
 }
 
-static inline void
-profil_count_ushort (uintptr_t pcp)
-{
-  profil_count (pcp, 0);
-}
-
-static inline void
-profil_count_uint (uintptr_t pcp)
-{
-  profil_count (pcp, 1);
-}
-
 /* Get the machine-dependent definition of `__profil_counter', the signal
    handler for SIGPROF.  It calls `profil_count' (above) with the PC of the
    interrupted code.  */


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] Remove unused sprofil.c functions
@ 2022-03-15 18:38 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0d33c24a2ab40defc6d0ccff4e127a0538392e6f

commit 0d33c24a2ab40defc6d0ccff4e127a0538392e6f
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:08:37 2022 -0300

    Remove unused sprofil.c functions

Diff:
---
 sysdeps/posix/sprofil.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 5f03bd0e3b..785b817f96 100644
--- a/sysdeps/posix/sprofil.c
+++ b/sysdeps/posix/sprofil.c
@@ -163,18 +163,6 @@ profil_count (uintptr_t pcp, int prof_uint)
     }
 }
 
-static inline void
-profil_count_ushort (uintptr_t pcp)
-{
-  profil_count (pcp, 0);
-}
-
-static inline void
-profil_count_uint (uintptr_t pcp)
-{
-  profil_count (pcp, 1);
-}
-
 /* Get the machine-dependent definition of `__profil_counter', the signal
    handler for SIGPROF.  It calls `profil_count' (above) with the PC of the
    interrupted code.  */


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/azanella/clang] Remove unused sprofil.c functions
@ 2022-03-11 17:22 Adhemerval Zanella
  0 siblings, 0 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c70964c7e37034b4774f48ccd4cdb69d50bb8a6

commit 4c70964c7e37034b4774f48ccd4cdb69d50bb8a6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 10 08:08:37 2022 -0300

    Remove unused sprofil.c functions

Diff:
---
 sysdeps/posix/sprofil.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 5f03bd0e3b..785b817f96 100644
--- a/sysdeps/posix/sprofil.c
+++ b/sysdeps/posix/sprofil.c
@@ -163,18 +163,6 @@ profil_count (uintptr_t pcp, int prof_uint)
     }
 }
 
-static inline void
-profil_count_ushort (uintptr_t pcp)
-{
-  profil_count (pcp, 0);
-}
-
-static inline void
-profil_count_uint (uintptr_t pcp)
-{
-  profil_count (pcp, 1);
-}
-
 /* Get the machine-dependent definition of `__profil_counter', the signal
    handler for SIGPROF.  It calls `profil_count' (above) with the PC of the
    interrupted code.  */


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-16 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 19:21 [glibc/azanella/clang] Remove unused sprofil.c functions Adhemerval Zanella
2022-03-11 17:22 Adhemerval Zanella
2022-03-15 18:38 Adhemerval Zanella
2022-03-16 18:00 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).