public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-06-09 13:17 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:17 UTC (permalink / raw)
  To: glibc-cvs

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

commit cddba7d7f0d0c42996f12457d936f208a5cb1cc8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-06-09 21:20 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:20 UTC (permalink / raw)
  To: glibc-cvs

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

commit cddba7d7f0d0c42996f12457d936f208a5cb1cc8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-06-03 14:06 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:06 UTC (permalink / raw)
  To: glibc-cvs

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

commit 94096029d60125dfacba64132be584f138f5eb9b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-05-13 14:20 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:20 UTC (permalink / raw)
  To: glibc-cvs

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

commit 9cc88a6ab80ad88a6e6b4d1d08e71f37b6d0bf34
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-05-12 19:33 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:33 UTC (permalink / raw)
  To: glibc-cvs

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

commit b35f897b139bf48e2a2c2cf7921d886ebbba63d7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-05-10 18:24 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit 9499fec6ee4f7ee8225bed08c7a7a398e41fd4b4
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-04-29 14:04 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:04 UTC (permalink / raw)
  To: glibc-cvs

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

commit a19afab172febf35aa92a549a0be6a05371cb573
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-04-04 12:54 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:54 UTC (permalink / raw)
  To: glibc-cvs

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

commit a9085c9c95ee93bef18547da78015f0792671837
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-03-31 19:07 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:07 UTC (permalink / raw)
  To: glibc-cvs

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

commit 43ecbed1a5a3b1b6fb238307aff8990208fb5f95
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-03-29 20:30 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:30 UTC (permalink / raw)
  To: glibc-cvs

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

commit 17ca0270a9cd27a2df38ed3e9df91056a11da4da
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-03-16 18:04 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:04 UTC (permalink / raw)
  To: glibc-cvs

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

commit 1bd10abd38953b5f2d8aa12292ddda50630af08d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

* [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
@ 2022-03-15 18:41 Adhemerval Zanella
  0 siblings, 0 replies; 12+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:41 UTC (permalink / raw)
  To: glibc-cvs

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

commit bba5f7c5911e07a42463430b7c646fc8230e397e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 14 15:50:59 2022 -0300

    stdlib: Remove ununsed internal aliases for atoi and bsearch

Diff:
---
 include/stdlib.h | 3 ---
 stdlib/atoi.c    | 1 -
 stdlib/bsearch.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h
index f1f313b15f..6e09834909 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -40,7 +40,6 @@ libc_hidden_proto (abort)
 libc_hidden_proto (getenv)
 extern __typeof (secure_getenv) __libc_secure_getenv;
 libc_hidden_proto (__libc_secure_getenv)
-libc_hidden_proto (bsearch)
 libc_hidden_proto (qsort)
 extern __typeof (qsort_r) __qsort_r;
 libc_hidden_proto (__qsort_r)
@@ -238,8 +237,6 @@ libc_hidden_proto (__strtoul)
 extern __typeof (strtoull) __strtoull;
 libc_hidden_proto (__strtoull)
 
-libc_hidden_proto (atoi)
-
 extern float __strtof_nan (const char *, char **, char);
 extern double __strtod_nan (const char *, char **, char);
 extern long double __strtold_nan (const char *, char **, char);
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index d7560121b7..61d7863106 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.c
@@ -26,4 +26,3 @@ atoi (const char *nptr)
 {
   return (int) __strtol (nptr, (char **) NULL, 10);
 }
-libc_hidden_def (atoi)
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index a6d7e8ae1f..ca643cb7f7 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.c
@@ -20,4 +20,3 @@
 #undef  __extern_inline
 #define __extern_inline /* Empty, so we get a normal definition.  */
 #include <bits/stdlib-bsearch.h>
-libc_hidden_def (bsearch)


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

end of thread, other threads:[~2022-06-09 21:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 13:17 [glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 21:20 Adhemerval Zanella
2022-06-03 14:06 Adhemerval Zanella
2022-05-13 14:20 Adhemerval Zanella
2022-05-12 19:33 Adhemerval Zanella
2022-05-10 18:24 Adhemerval Zanella
2022-04-29 14:04 Adhemerval Zanella
2022-04-04 12:54 Adhemerval Zanella
2022-03-31 19:07 Adhemerval Zanella
2022-03-29 20:30 Adhemerval Zanella
2022-03-16 18:04 Adhemerval Zanella
2022-03-15 18:41 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).