r192231 - in /branches/google/main/gcc: ChangeL...
harshit@gcc.gnu.org
harshit@gcc.gnu.org
Mon Oct 8 23:53:00 GMT 2012
Author: harshit
Date: Mon Oct 8 23:53:24 2012
New Revision: 192231
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192231
Log:
Instead of emitting absolute addresses to the function patch sections, emit relative addresses. Absolute addresses might require relocation, which is time consuming and fraught with other issues.
Tested:
Ran make check-gcc and manually confirmed that the affected tests pass.
2012-09-28 Harshit Chopra <harshit@google.com>
* gcc/config/i386/i386.c (ix86_output_function_nops_prologue_epilogue): Emit relative address to function patch sections.
Modified:
branches/google/main/gcc/ChangeLog.google-main
branches/google/main/gcc/config/i386/i386.c
More information about the Gcc-cvs
mailing list