public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add missing AT tags to the ELF common header.
@ 2020-03-14 10:27 gdb-buildbot
  2020-03-14 10:27 ` Failures on Fedora-x86_64-cc-with-index, branch master gdb-buildbot
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 10:27 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f ***

commit b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f
Author:     Luis Machado <luis.machado@linaro.org>
AuthorDate: Tue Mar 3 13:13:53 2020 +0000
Commit:     Nick Clifton <nickc@redhat.com>
CommitDate: Tue Mar 3 13:13:53 2020 +0000

    Add missing AT tags to the ELF common header.
    
            * elf/common.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY)
            (AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE)
            (AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY)
            (AT_MINSIGSTKSZ): New defines, imported from glibc.

diff --git a/include/ChangeLog b/include/ChangeLog
index a821ac617f..8659ef4daf 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,10 @@
+2020-03-03  Luis Machado  <luis.machado@linaro.org>
+
+	* elf/common.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY)
+	(AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE)
+	(AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY)
+	(AT_MINSIGSTKSZ): New defines, imported from glibc.
+
 2020-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	Import from gcc mainline:
diff --git a/include/elf/common.h b/include/elf/common.h
index 53b72445ca..18c898cf6b 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -1222,6 +1222,21 @@
 #define AT_L2_CACHESHAPE  36
 #define AT_L3_CACHESHAPE  37
 
+/* Shapes of the caches, with more room to describe them.
+   *GEOMETRY are comprised of cache line size in bytes in the bottom 16 bits
+   and the cache associativity in the next 16 bits.  */
+#define AT_L1I_CACHESIZE	40
+#define AT_L1I_CACHEGEOMETRY	41
+#define AT_L1D_CACHESIZE	42
+#define AT_L1D_CACHEGEOMETRY	43
+#define AT_L2_CACHESIZE		44
+#define AT_L2_CACHEGEOMETRY	45
+#define AT_L3_CACHESIZE		46
+#define AT_L3_CACHEGEOMETRY	47
+
+#define AT_MINSIGSTKSZ		51 /* Stack needed for signal delivery
+				      (AArch64).  */
+
 #define AT_FREEBSD_EXECPATH     15      /* Path to the executable. */
 #define AT_FREEBSD_CANARY       16      /* Canary for SSP. */
 #define AT_FREEBSD_CANARYLEN    17      /* Length of the canary. */


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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
@ 2020-03-14 10:27 ` gdb-buildbot
  2020-03-14 10:56 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/20/builds/2315

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i02
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i12
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i22
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print k
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print r
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print z
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print k
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print r
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print z
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print i
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: inner_threads: 1st stop: print j
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-m32, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
  2020-03-14 10:27 ` Failures on Fedora-x86_64-cc-with-index, branch master gdb-buildbot
@ 2020-03-14 10:56 ` gdb-buildbot
  2020-03-14 10:59 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 10:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/17/builds/2364

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-m64, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
  2020-03-14 10:27 ` Failures on Fedora-x86_64-cc-with-index, branch master gdb-buildbot
  2020-03-14 10:56 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
@ 2020-03-14 10:59 ` gdb-buildbot
  2020-03-14 11:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 10:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m64

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/3/builds/2425

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print k
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print r
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 1st thread: print z
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
                   ` (2 preceding siblings ...)
  2020-03-14 10:59 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
@ 2020-03-14 11:36 ` gdb-buildbot
  2020-03-14 11:40 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 11:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m32

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/4/builds/2261

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
                   ` (3 preceding siblings ...)
  2020-03-14 11:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2020-03-14 11:40 ` gdb-buildbot
  2020-03-16  6:25 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  2020-03-17  3:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-14 11:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m64

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/2/builds/2261

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
new FAIL: gdb.threads/attach-into-signal.exp: threaded: thread apply 2 print $_siginfo.si_signo
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
                   ` (4 preceding siblings ...)
  2020-03-14 11:40 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2020-03-16  6:25 ` gdb-buildbot
  2020-03-17  3:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-16  6:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/22/builds/2261

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/gdb-caching-proc.exp: show print elements
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i02
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i12
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i22
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: single_scope: second thread: print i3
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
                   ` (5 preceding siblings ...)
  2020-03-16  6:25 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
@ 2020-03-17  3:52 ` gdb-buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: gdb-buildbot @ 2020-03-17  3:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/24/builds/2262

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f

Subject of commit:
        Add missing AT tags to the ELF common header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/gdb-caching-proc.exp: show print elements
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/b5/b5ebe8ddf9c9cd1ce272cc9c7de528d41209be9f//xfail.table.gz>



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

end of thread, other threads:[~2020-03-17  3:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-14 10:27 [binutils-gdb] Add missing AT tags to the ELF common header gdb-buildbot
2020-03-14 10:27 ` Failures on Fedora-x86_64-cc-with-index, branch master gdb-buildbot
2020-03-14 10:56 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2020-03-14 10:59 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-03-14 11:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-03-14 11:40 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-03-16  6:25 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2020-03-17  3:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot

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).