changeset 159:164cf1663b7c

- sparc dcb support entries in changelog - doc cleanup for sparc cconv appendix - todo cleanup
author cslag
date Thu, 29 Dec 2016 06:27:56 -0600
parents 51b0a4544d9e
children 3905e683c67a
files ChangeLog ToDo doc/manual/callconvs/callconv_sparc.tex
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 29 06:07:43 2016 -0600
+++ b/ChangeLog	Thu Dec 29 06:27:56 2016 -0600
@@ -12,8 +12,10 @@
 dyncallback:
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
   o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support
+  o SPARC (32-bit) support
 doc:
   o working html doc generation from TEX sources
+  o SPARC (32-bit) calling convention description
 bindings:
   o better documentation, removed relative path dependencies, general cleanup
   o python: updated to latest signature format (was still on 0.1)
--- a/ToDo	Thu Dec 29 06:07:43 2016 -0600
+++ b/ToDo	Thu Dec 29 06:27:56 2016 -0600
@@ -121,7 +121,7 @@
 
 regressions:
 ------------
-- finish SPARC/SPARC64 calling conventions in doc's callconv-appendix !!!
+- finish SPARC64 calling conventions in doc's callconv-appendix !!!
 - Haiku/gmake build doesn't build dynload due to the fact, that elf.h is not found
   on default installations (one has to install the system headers)
   * add to doc
--- a/doc/manual/callconvs/callconv_sparc.tex	Thu Dec 29 06:07:43 2016 -0600
+++ b/doc/manual/callconvs/callconv_sparc.tex	Thu Dec 29 06:27:56 2016 -0600
@@ -1,7 +1,7 @@
 %//////////////////////////////////////////////////////////////////////////////
 %
-% Copyright (c) 2012 Daniel Adler <dadler@uni-goettingen.de>, 
-%                    Tassilo Philipp <tphilipp@potion-studios.com>
+% Copyright (c) 2012-2016 Daniel Adler <dadler@uni-goettingen.de>, 
+%                         Tassilo Philipp <tphilipp@potion-studios.com>
 %
 % Permission to use, copy, modify, and distribute this software for any
 % purpose with or without fee is hereby granted, provided that the above