public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-06-09 21:24 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit 55935667efd8d1efdacab3f2330abbba8294e4f2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-06-09 13:21 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:21 UTC (permalink / raw)
  To: glibc-cvs

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

commit 55935667efd8d1efdacab3f2330abbba8294e4f2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-06-03 14:10 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:10 UTC (permalink / raw)
  To: glibc-cvs

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

commit 4ff463763a55e1020688e885656107510c417f50
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-05-13 14:24 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit f5fbaa5e8e89c4d6d238331bf56b0f8dd3fc88af
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-05-12 19:37 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:37 UTC (permalink / raw)
  To: glibc-cvs

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

commit c642260c45148e51b02e732d96df6e727d8416ec
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-05-10 18:28 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:28 UTC (permalink / raw)
  To: glibc-cvs

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

commit 2047efd9d528df015a06546f2714189faf4a2f0b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-04-29 14:08 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:08 UTC (permalink / raw)
  To: glibc-cvs

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

commit 5d30819a5bba0f7b81a7bcd79bd83a5e6476045a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-04-04 12:58 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:58 UTC (permalink / raw)
  To: glibc-cvs

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

commit f1bd8e59b8fb445194d33b98d006da2b026a7001
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-03-31 19:10 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:10 UTC (permalink / raw)
  To: glibc-cvs

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

commit d0ec217aca73d05c72f4d088bca20828de9a7eb8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

* [glibc/azanella/clang] elf: Use libsupport on unload4 test
@ 2022-03-29 20:35 Adhemerval Zanella
  0 siblings, 0 replies; 10+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:35 UTC (permalink / raw)
  To: glibc-cvs

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

commit ba4ef6de43934b89f872be55550ab1dcbf1b026d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Mar 28 21:19:24 2022 +0000

    elf: Use libsupport on unload4 test

Diff:
---
 elf/unload4.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..8d3bb89c70 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <malloc.h>
 
-int
-main (void)
+static int
+do_test (void)
 {
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
@@ -46,3 +46,5 @@ main (void)
   dlclose (h);
   return 0;
 }
+
+#include <support/test-driver.c>


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 21:24 [glibc/azanella/clang] elf: Use libsupport on unload4 test Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 13:21 Adhemerval Zanella
2022-06-03 14:10 Adhemerval Zanella
2022-05-13 14:24 Adhemerval Zanella
2022-05-12 19:37 Adhemerval Zanella
2022-05-10 18:28 Adhemerval Zanella
2022-04-29 14:08 Adhemerval Zanella
2022-04-04 12:58 Adhemerval Zanella
2022-03-31 19:10 Adhemerval Zanella
2022-03-29 20:35 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).