This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] [Ada] Make string_char_type a true TYPE_CODE_CHAR type in Ada
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pierre-Marie de Rodat <derodat at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 3 Sep 2015 08:46:17 -0700
- Subject: Re: [PATCH] [Ada] Make string_char_type a true TYPE_CODE_CHAR type in Ada
- Authentication-results: sourceware.org; auth=none
- References: <1441275358-19855-1-git-send-email-derodat at adacore dot com>
> gdb/ChangeLog:
>
> * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
> type instead of a TYPE_CODE_INT one for the string_char_type
> and the ada_primitive_type_char types.
>
> gdb/testsuite/ChangeLog:
>
> * gdb.ada/funcall_char.exp: New testcase.
> * gdb.ada/funcall_char/foo.adb: New file.
Looks good to me, Pierre-Marie. Go ahead and push.
Thanks,
--
Joel