This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
How about
On Jan 31, 2007, at 9:16 AM, Hui-May Chang wrote:
On Jan 29, 2007, at 1:47 PM, Eric Christopher wrote:
The patch in ix86_function_arg_regno_p and ix86_function_value_regno_p changes the number of registers used to pass function parameters, and the number of registers used to pass function return values. This violates the calling convention on x86 Mac OS platform, and binary compatibility can no longer be maintained.
OK for mainline?
Needs comments.
-eric
You need comments in the patch about why we're doing something different for OS X just like you'd comment any other piece of code.
-eric
Attachment:
radar-patch.function.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |