This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix remote/17230
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 06 Aug 2014 10:00:50 -0600
- Subject: Re: [PATCH] Fix remote/17230
- Authentication-results: sourceware.org; auth=none
- References: <1407305607-3602-1-git-send-email-yao at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> ../../../git/gdb/remote-mips.c:2236: Return value type unsigned long long does not match declared type enum target_xfer_status: len
Nice.
Yao> and this problem only exists in remote-mips.c. Rebuild GDB with all
Yao> targets enabled. I'll commit it in two days.
FWIW it looks good to me.
Tom