This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Call get_compiler_info before test_compiler_info.
- From: Andrew Burgess <aburgess at broadcom dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Tue, 10 Dec 2013 17:10:20 +0000
- Subject: Re: Call get_compiler_info before test_compiler_info.
- Authentication-results: sourceware.org; auth=none
- References: <52A728A0 dot 1050208 at broadcom dot com> <52A72C70 dot 5040305 at redhat dot com> <52A7303B dot 2080901 at broadcom dot com> <52A737EE dot 80800 at redhat dot com> <52A73CE2 dot 60002 at broadcom dot com> <52A7409D dot 8080109 at redhat dot com>
On 10/12/2013 4:26 PM, Pedro Alves wrote:
> On 12/10/2013 04:10 PM, Andrew Burgess wrote:
>> OK to apply?
>
> OK, but please update the proc's intro comment:
>
> # Build a shared library from SOURCES. You must use get_compiler_info
> # first.
>
> proc gdb_compile_shlib {sources dest options} {
Have pushed with truncated comment.
thanks,
Andrew