This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix GDB PR15559 (inferior calls using "thiscall" calling convention)
- From: Tom Tromey <tromey at redhat dot com>
- To: Julian Brown <julian at codesourcery dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 26 Mar 2014 10:25:19 -0600
- Subject: Re: [PATCH] Fix GDB PR15559 (inferior calls using "thiscall" calling convention)
- Authentication-results: sourceware.org; auth=none
- References: <20140326132445 dot 7568d2a2 at octopus>
>>>>> "Julian" == Julian Brown <julian@codesourcery.com> writes:
Julian> include/
Julian> * dwarf2.h (enum dwarf_calling_convention): Add
Julian> DW_CC_GNU_thiscall_i386.
We've been trying to ensure that all GNU DWARF extensions are
documented. In the past we had problems where an extension was added
and then, years later, its use was unclear.
The usual approach is some appropriate text somewhere on the GCC wiki
(though I suppose a note in the mail archives would do in a pinch) along
with a URL in a comment in the appropriate file (dwarf2.h or
dwarf2.def).
Could you please do that?
thanks,
Tom