Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] fix build on FreeBSD and GNU/kFreeBSD
@ 2011-01-08 11:25 Robert Millan
  2011-01-08 12:37 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Millan @ 2011-01-08 11:25 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

A small typo caused build breakage on FreeBSD and GNU/kFreeBSD,
see attached patch.

ChangeLog entry included in patch header.

-- 
Robert Millan

[-- Attachment #2: gdb_typo.diff --]
[-- Type: text/plain, Size: 525 bytes --]

2011-01-08  Robert Millan  <rmh@gnu.org>

	* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.

=== modified file 'gdb/fbsd-nat.c'
--- gdb/fbsd-nat.c	2011-01-07 19:36:13 +0000
+++ gdb/fbsd-nat.c	2011-01-08 11:05:13 +0000
@@ -132,7 +132,7 @@ fbsd_find_memory_regions (find_memory_re
 			    exec ? 'x' : '-');
 	}
 
-      /* Invoke the callback function to create the corefile segment.  /
+      /* Invoke the callback function to create the corefile segment.  */
       func (start, size, read, write, exec, obfd);
     }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix build on FreeBSD and GNU/kFreeBSD
  2011-01-08 11:25 [PATCH] fix build on FreeBSD and GNU/kFreeBSD Robert Millan
@ 2011-01-08 12:37 ` Joel Brobecker
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2011-01-08 12:37 UTC (permalink / raw)
  To: Robert Millan; +Cc: gdb-patches

> A small typo caused build breakage on FreeBSD and GNU/kFreeBSD,
> see attached patch.
[...]
> 2011-01-08  Robert Millan  <rmh@gnu.org>
> 
> 	* fbsd-nat.c (fbsd_find_memory_regions): Fix typo.

Thanks for sending this patch. I've just applied it.

Thank you,
-- 
Joel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-08 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-08 11:25 [PATCH] fix build on FreeBSD and GNU/kFreeBSD Robert Millan
2011-01-08 12:37 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox