This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 5 Status Report (2015-01-19), Trunk in Stage 4
- From: Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Cc: rguenther at suse dot de
- Date: Tue, 27 Jan 2015 09:52:56 +0100
- Subject: Re: GCC 5 Status Report (2015-01-19), Trunk in Stage 4
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1501191016120 dot 12482 at zhemvz dot fhfr dot qr>
Hi,
I would like to apply the following patch:
[PATCH] S/390: -mhotpatch v2
https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02370.html
It is a backend only change to our existing -mhotpatch feature
requested by the Linux kernel guys for the ftrace implementation:
https://lkml.org/lkml/2015/1/26/320
They need it in an upstream GCC asap. If we don't get it into 5.0 we
probably would need to commit it onto 5.1 branch right after the
release. I would rather try to avoid this since it would make the
hotpatch feature incompatible between 5.0 and 5.1.
Ok to do it now?
Bye,
-Andreas-