diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 11:22:14 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 11:22:14 +0000 |
| commit | 9f2b090566499a5d635a90042cb6db5b46548b7e (patch) | |
| tree | 3078d87ab03e87abb6f9f3b61a9975384a6e353f | |
| parent | bd27344764cc73ce678d4543c835318752d4f41d (diff) | |
| download | ppe42-gcc-9f2b090566499a5d635a90042cb6db5b46548b7e.tar.gz ppe42-gcc-9f2b090566499a5d635a90042cb6db5b46548b7e.zip | |
* config/host-solaris.c (sol_gt_pch_use_address): Add
missing terminating marker to comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79317 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/host-solaris.c | 2 |
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(); |

