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 to i386_pe_encode_section_info


From: "Per Bothner" | This patch is a more robust (I hope) update of:
| http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01960.html
| It also replaces my make_decl_rtl patch
| http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00231.html
|
| Danny, could you test this patch for regressions on MingGW
| or Cygwin, since you seem to have experience testing these
| platforms.  (This is without the make_decl_rtl patch,
| which I'm dropping).
|
| * config/i386/winnt.c (i386_pe_encode_section_info):  Smash rtlname's
| XSTR in place, so we don't lose SYMBOL_REF_DECL info.
|

This patch causes no regressions in my tests.  I think it could be
improved by only doing the encoding for stdcall/fastcall if 'first' is
true.
There are no override semantics for these attributes

Danny


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