This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Support for multiple calling conventions, patch 3/3: Use calling convention information to handle differnt ABIs on sh target
> Date: Mon, 21 Apr 2008 17:36:10 +0200
> From: Corinna Vinschen <vinschen@redhat.com>
>
> ...and the following NEWS entry?
>
>
> Thanks,.
> Corinna
>
>
> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.265
> diff -u -p -r1.265 NEWS
> --- NEWS 20 Apr 2008 00:03:24 -0000 1.265
> +++ NEWS 21 Apr 2008 15:35:20 -0000
> @@ -3,6 +3,13 @@
>
> *** Changes since GDB 6.8
>
> +* GDB can now evaluate function calling conventions according to the
> + Dwarf-2 DW_AT_calling_convention function attribute.
I think we use "DWARF-2" everywhere.
Also, what do you mean by ``evaluate''? Don't you want to say simply
that we now support different calling conventions?
> +* The SH target utilizes the aforementioned change to differ between gcc
^^^^^^^^^
"to distinguish"