forked from Imagelibrary/binutils-gdb
[gdb/compile] Fix typo in debug message
In compile_object_load in gdb/compile/compile-object-load.c I came across: ... "Connectiong ELF symbol \"%s\" to the .toc section (%s)\n", ... Fix this typo by using "Connecting" instead. Reviewed-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -757,7 +757,7 @@ compile_object_load (const compile_file_names &file_names,
|
|||||||
bfd_set_gp_value(abfd.get(), toc_fallback->vma);
|
bfd_set_gp_value(abfd.get(), toc_fallback->vma);
|
||||||
if (compile_debug)
|
if (compile_debug)
|
||||||
gdb_printf (gdb_stdlog,
|
gdb_printf (gdb_stdlog,
|
||||||
"Connectiong ELF symbol \"%s\" to the .toc section (%s)\n",
|
"Connecting ELF symbol \"%s\" to the .toc section (%s)\n",
|
||||||
sym->name,
|
sym->name,
|
||||||
paddress (target_gdbarch (), sym->value));
|
paddress (target_gdbarch (), sym->value));
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user