gdb: Add missing single quotation mark in README
Checks
Commit Message
Maybe forgot to add a single quotation mark for --with-system-zlib
in commit 7f0bd4202c23 ("Update gdb's configure instructions"), just
add it.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
gdb/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
> From: Tiezhu Yang <yangtiezhu@loongson.cn>
> Date: Thu, 9 May 2024 16:35:10 +0800
>
> Maybe forgot to add a single quotation mark for --with-system-zlib
> in commit 7f0bd4202c23 ("Update gdb's configure instructions"), just
> add it.
Thanks, fixed.
>>>>> Tiezhu Yang <yangtiezhu@loongson.cn> writes:
> Maybe forgot to add a single quotation mark for --with-system-zlib
> in commit 7f0bd4202c23 ("Update gdb's configure instructions"), just
> add it.
Thanks. I think this would qualify as an obvious fix.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
On 05/09/2024 10:01 PM, Tom Tromey wrote:
>>>>>> Tiezhu Yang <yangtiezhu@loongson.cn> writes:
>
>> Maybe forgot to add a single quotation mark for --with-system-zlib
>> in commit 7f0bd4202c23 ("Update gdb's configure instructions"), just
>> add it.
>
> Thanks. I think this would qualify as an obvious fix.
> Approved-By: Tom Tromey <tom@tromey.com>
Thanks for your reply and Approved-By, I noticed that this change has
been merged as commit 5021daf30339 ("Fix typo in gdb/README.") by Eli.
---
Fix typo in gdb/README.
Patch from Tiezhu Yang <yangtiezhu@loongson.cn>.
---
So it seems that there is no chance to add your tag and then push it
again.
Thanks,
Tiezhu
@@ -451,7 +451,7 @@ more obscure GDB `configure' options are not listed here.
library supplied as part of GDB. Readline 7 or newer is required;
this is enforced by the build system.
-`--with-system-zlib
+`--with-system-zlib'
Use the zlib library installed on the host, rather than the
library supplied as part of GDB.