Re: [PATCH] s390: New mcount call sequence for z900+ CPUs in 31-bit mode.

2016-02-15 Thread Andreas Krebbel
On 01/21/2016 02:03 PM, Marcin Kościelnicki wrote: > gcc/ChangeLog: > > * config/s390/s390.c (s390_function_profiler): Add a new sequence > for z900+ CPUs in 31-bit mode. Applied. Thanks! -Andreas-

Re: [PATCH] s390: New mcount call sequence for z900+ CPUs in 31-bit mode.

2016-02-15 Thread Marcin Kościelnicki
On 21/01/16 14:03, Marcin Kościelnicki wrote: On TARGET_CPU_ZARCH && !TARGET_64BIT, we can use a similiar lean mcount call sequence to TARGET_64BIT. The longer sequences are now used only on deprecated g5/g6 CPUs. Tested on s390-ibm-linux-gnu on RHEL 7.2. gcc/ChangeLog: * config/s390/