From 694f61fb27a1c72db07c473e3876751f91dd0079 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Sat, 13 Apr 2002 00:12:30 +0000 Subject: [PATCH] 2002-04-12 Michael Snyder * Remote.c: Spelling fix. --- gdb/ChangeLog | 1 + gdb/remote.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37db04c91dc..a65a53fccba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -18,6 +18,7 @@ 2002-04-12 Michael Snyder + * Remote.c: Spelling fix. * gcore.c (default_derive_heap_segment): Use bfd_section_name. If no symbol found for "sbrk", try "_sbrk". (make_output_phdrs): Use bfd_section_name. diff --git a/gdb/remote.c b/gdb/remote.c index 89bed2c3b18..a7736800edf 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -211,7 +211,7 @@ void open_remote_target (char *, int, struct target_ops *, int); void _initialize_remote (void); -/* Description of the remote protocol. Strictly speeking, when the +/* Description of the remote protocol. Strictly speaking, when the target is open()ed, remote.c should create a per-target description of the remote protocol using that target's architecture. Unfortunatly, the target stack doesn't include local state. For -- 2.30.2