This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: sim: automatically pass down sysroot
- From: Tom Tromey <tromey at redhat dot com>
- To: Marek Polacek <mpolacek at redhat dot com>
- Cc: Mike Frysinger <vapier at gentoo dot org>, gdb-patches at sourceware dot org, toolchain-devel at blackfin dot uclinux dot org
- Date: Fri, 27 May 2011 11:47:49 -0600
- Subject: Re: [PATCH] gdb: sim: automatically pass down sysroot
- References: <1306440200-25087-1-git-send-email-vapier@gentoo.org> <4DDEB387.3000509@redhat.com>
>>>>> "Marek" == Marek Polacek <mpolacek@redhat.com> writes:
Marek> BTW, couldn't be those strcat()s replaced by, e.g., cheaper mempcpy()?
Thanks for noticing this.
Normally my preference is to prefer the simplest code unless it is known
to be performance-critical. In a case like this I doubt that it
matters.
Tom