diff options
author | wen <wen@pkgsrc.org> | 2012-12-03 14:36:39 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-12-03 14:36:39 +0000 |
commit | a32348bba23e76a6fd01d762a500b72ad8f6eca2 (patch) | |
tree | 4a776aa1730113f3ad3098c8d85660f7749bad34 /cross/cc65/patches/patch-ab | |
parent | db45306f121ba4e708d8ac4723ae88147e364d94 (diff) | |
download | pkgsrc-a32348bba23e76a6fd01d762a500b72ad8f6eca2.tar.gz |
Update to 2.13.3
Upstream changes:
(only for release 2.13.3)
This version is a bugfix release against 2.13.2. It includes about 40 bug
and documentation fixes and some minor improvements:
* Fixed some macro issues (cc65).
* Static const local data goes into RODATA, not DATA (cc65).
* Fix error handling in .LEFT (ca65)
* Fixed problems with 80 column mode (C128 library).
* Fix problem when converting function to void pointer (cc65).
* Fix register info for several runtime functions. Result was invalid code
(cc65).
* Fix smbx and rmbx instructions (da65).
* Fix problem with .REPEAT (ca65).
* Fix an error in the runtime division routine (cc65).
* Fix problem with alignments >= 256 bytes (ca65).
* The LINE function mistakenly enabled the BASIC ROM (TGI driver for C64).
* Fix internal error caused by error recovery (or lack of) (cc65).
* Fix invalid handling of signed int types in some cases (cc65).
* Fix some issues with conio scrolling (C128 library).
* Fix and improve the code for compares (cc65).
* Fix some macro issues (ca65).
* Fixed/improved several error messages (all tools).
* Disallow __asm__ on global level (cc65).
* Remove final jump to RESTOR for all CBM platforms (cc65 libraries).
* Add missing export for CBM510 platform (cbm510 library).
* Fix problem with access to structs returned by functions (cc65).
* Fix an internal error in the code generator (cc65).
* Merge back POSIX directory routines for the Atari (atari library).
* Merge back Olivers C interrupt handling code (cc65 libraries).
* Several documentation changes.
* Several documentation fixes and improvements.
Diffstat (limited to 'cross/cc65/patches/patch-ab')
-rw-r--r-- | cross/cc65/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cross/cc65/patches/patch-ab b/cross/cc65/patches/patch-ab deleted file mode 100644 index 1777a82cae3..00000000000 --- a/cross/cc65/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2008/10/08 19:53:47 wiz Exp $ - ---- src/common/va_copy.h.orig 2007-06-28 10:28:34.000000000 +0000 -+++ src/common/va_copy.h -@@ -45,8 +45,6 @@ - - /* va_copy is not allowed to be defined */ - #if defined(va_copy) --#error "The compiler is broken!" --#endif - - /* The watcom compiler doesn't have va_copy and a problematic va_list definition */ - #if defined(__WATCOMC__) -@@ -65,6 +63,7 @@ - - - -+#endif - #endif /* #if (__STDC_VERSION__ < 199901) */ - - |