public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH gcc-11 0/2] Backport kpatch changes
@ 2021-09-30  8:50 Ilya Leoshkevich
  2021-09-30  8:50 ` [PATCH gcc-11 1/2] IBM Z: Define NO_PROFILE_COUNTERS Ilya Leoshkevich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ilya Leoshkevich @ 2021-09-30  8:50 UTC (permalink / raw)
  To: Andreas Krebbel; +Cc: gcc-patches, Ilya Leoshkevich

Hi,

This series contains a backport of kpatch changes needed to support
https://github.com/dynup/kpatch/pull/1203 so that it could be used in
RHEL 9.  The patches have been in master for 4 months now without
issues.

Bootstrapped and regtested on s390x-redhat-linux.

Ok for gcc-11?

Best regards,
Ilya

Ilya Leoshkevich (2):
  IBM Z: Define NO_PROFILE_COUNTERS
  IBM Z: Use @PLT symbols for local functions in 64-bit mode

 gcc/config/s390/predicates.md                 |   9 +-
 gcc/config/s390/s390.c                        | 115 +++++++++++-------
 gcc/config/s390/s390.h                        |   2 +
 gcc/config/s390/s390.md                       |  32 ++---
 gcc/testsuite/g++.dg/ext/visibility/noPLT.C   |   2 +-
 gcc/testsuite/g++.target/s390/mi-thunk.C      |  23 ++++
 .../gcc.target/s390/call-z10-pic-nodatarel.c  |  20 +++
 gcc/testsuite/gcc.target/s390/call-z10-pic.c  |  20 +++
 gcc/testsuite/gcc.target/s390/call-z10.c      |  20 +++
 .../gcc.target/s390/call-z9-pic-nodatarel.c   |  18 +++
 gcc/testsuite/gcc.target/s390/call-z9-pic.c   |  18 +++
 gcc/testsuite/gcc.target/s390/call-z9.c       |  20 +++
 gcc/testsuite/gcc.target/s390/call.h          |  40 ++++++
 .../gcc.target/s390/mfentry-m64-pic.c         |   9 ++
 .../gcc.target/s390/mnop-mcount-m31-mzarch.c  |   2 +-
 .../gcc.target/s390/mnop-mcount-m64.c         |   2 +-
 gcc/testsuite/gcc.target/s390/nodatarel-1.c   |  26 +---
 gcc/testsuite/gcc.target/s390/pr80080-4.c     |   2 +-
 gcc/testsuite/gcc.target/s390/risbg-ll-3.c    |   6 +-
 gcc/testsuite/gcc.target/s390/tls-pic.c       |  14 +++
 gcc/testsuite/gcc.target/s390/tls.c           |  10 ++
 gcc/testsuite/gcc.target/s390/tls.h           |  23 ++++
 22 files changed, 336 insertions(+), 97 deletions(-)
 create mode 100644 gcc/testsuite/g++.target/s390/mi-thunk.C
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10-pic-nodatarel.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z10.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9-pic-nodatarel.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call-z9.c
 create mode 100644 gcc/testsuite/gcc.target/s390/call.h
 create mode 100644 gcc/testsuite/gcc.target/s390/mfentry-m64-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls-pic.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls.c
 create mode 100644 gcc/testsuite/gcc.target/s390/tls.h

-- 
2.31.1


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

end of thread, other threads:[~2021-09-30 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30  8:50 [PATCH gcc-11 0/2] Backport kpatch changes Ilya Leoshkevich
2021-09-30  8:50 ` [PATCH gcc-11 1/2] IBM Z: Define NO_PROFILE_COUNTERS Ilya Leoshkevich
2021-09-30  8:50 ` [PATCH gcc-11 2/2] IBM Z: Use @PLT symbols for local functions in 64-bit mode Ilya Leoshkevich
2021-09-30 14:14 ` [PATCH gcc-11 0/2] Backport kpatch changes Andreas Krebbel

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