[SCM] GNU Common Lisp branch, cygwin, updated. Version_2_6_9-186-g0b1bbf5
"Camm Maguire" <[email protected]>
| Newsgroups | gmane.lisp.gcl.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Common Lisp".
The branch, cygwin has been updated
via 0b1bbf5450cbb60d7dba262821aba2236b6707e4 (commit)
via 48d7cebf3c6f3a90be990cc4f07e8e9d3befcc19 (commit)
from c0718baeea8c1363ada7fec78dd0e374921fad3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b1bbf5450cbb60d7dba262821aba2236b6707e4
Author: Camm Maguire <[email protected]>
Date: Sat Jun 14 13:21:22 2014 +0000
preliminary ppc64 custreloc support
commit 48d7cebf3c6f3a90be990cc4f07e8e9d3befcc19
Author: Camm Maguire <[email protected]>
Date: Sat Jun 14 13:19:45 2014 +0000
make sure heap is executable
-----------------------------------------------------------------------
Summary of changes:
gcl/h/elf32_hppa_reloc_special.h | 2 +-
gcl/h/elf32_mips_reloc_special.h | 2 +-
gcl/h/elf64_alpha_reloc_special.h | 2 +-
gcl/h/elf64_mips_reloc_special.h | 2 +-
gcl/h/elf64_ppc_reloc.h | 19 ++++++++
gcl/h/elf64_ppc_reloc_special.h | 86 +++++++++++++++++++++++++++++++++++++
gcl/h/elf64_sparc_reloc_special.h | 2 +-
gcl/o/alloc.c | 4 ++
gcl/o/sfaslelf.c | 2 +-
9 files changed, 115 insertions(+), 6 deletions(-)
create mode 100644 gcl/h/elf64_ppc_reloc.h
create mode 100644 gcl/h/elf64_ppc_reloc_special.h
hooks/post-receive
--
GNU Common Lisp