summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/host-solaris.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bcd727c4225..57e523efcf7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/gcc/config/host-solaris.c b/gcc/config/host-solaris.c
index 43efc5c23e9..4fa7a5b1ad0 100644
--- a/gcc/config/host-solaris.c
+++ b/gcc/config/host-solaris.c
@@ -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();
OpenPOWER on IntegriCloud