This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug c++/15559] Method call and calling convention


https://sourceware.org/bugzilla/show_bug.cgi?id=15559

--- Comment #8 from asmwarrior <asmwarrior at gmail dot com> ---
Created attachment 7227
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7227&action=edit
generate correct calling convention according to GCC version detection

This is the improved version of the previous patch v2, in this version, the gcc
version is detected so that correctly calling convention can be generated. The
bad thing is that I still use global variables to translate information, I need
to find a better and clean way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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