Commit d1704a35 by Eric Botcazou Committed by Eric Botcazou

host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to comment.

	* config/host-solaris.c (sol_gt_pch_use_address): Add
	missing terminating marker to comment.

From-SVN: r79317
parent b7c34954
2004-03-11 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/host-solaris.c (sol_gt_pch_use_address): Add
missing terminating marker to comment.
2004-03-11 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md: Use move_operand in splitters for 64-bit moves.
......
......@@ -48,7 +48,7 @@ sol_gt_pch_use_address (void *base, size_t size, int fd, size_t offset)
/* Solaris isn't good about honoring the mmap START parameter
without MAP_FIXED set. Before we give up, search the desired
address space with mincore to see if the space is really free.
address space with mincore to see if the space is really free. */
if (addr != base)
{
size_t page_size = getpagesize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment