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]

Re: [patch/libffi/hppa] Fix handling of 3 and 5-7 byte struct returns


Would you please fix the compilation warnings generated by ffi.c.

Regarding linux.S, there are various places where a space is used
after a comma in the operand field.  This style isn't compatible
with the HP assembler.  I would prefer that we not use spaces in
the operand field of assembler instructions.  This could be cleaned
up in a separate patch.

ok, i'll prepare a cleanup patch for the above. There are also a few formatting inconsistencies in ffi.c which I'll try to clean up as well.


Any chance we can get this bugfix into the 4.0 branch as well?

randolph


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]