Commit Graph

84 Commits

Author SHA1 Message Date
Krystian Bacławski e8996ad23e Upgrade to IRA 2.09 2018-03-10 13:50:57 +01:00
sezero 996759ac04 patch devices/ahi.h for lack of vbcc support for array of length zero (#89)
* rename patch
2017-08-21 09:45:36 +02:00
Krystian Bacławski 8045a343aa Fix #61
* Add WritePixelArrayAlpha to CyberGraphX 4.2 header files
* Use basic sdk name for static libraries
2017-01-11 23:06:21 +01:00
Krystian Bacławski 55f79deef2 Regenerate graphics_lib.sfd using fd2sfd, fixes #73 2017-01-11 09:06:45 +01:00
Krystian Bacławski 5f77cdb9e4 copy inline macros from fd2sfd 2017-01-10 22:41:41 +01:00
Jens Maus c383c1438d removing the GetOutlinePen() macro from graphics/gfxmacros.h (#74)
* removing the GetOutlinePen() macro from graphics/gfxmacros.h as this is causing compiler warnings due to conflicts with the graphics.h inline macros. This refs #63.
* modified macros to define GetOPen() rather then GetOutlinePen() which should fix the duplicate macro definition macros.
2017-01-10 21:52:29 +01:00
Krystian Bacławski 007e178912 Add binutils 2.14 as an alternative for 2.9.1 2016-10-25 09:48:15 +02:00
Krystian Bacławski a1388f23c7 Move corresponding patches to main adtools/sfdc repository 2016-10-10 21:31:51 +02:00
Krystian Bacławski 1f6d5c3898 Use submodules instead of cloned repositories. 2016-10-02 13:02:48 +02:00
Krystian Bacławski fd01566714 Move patched binutils & gcc to git repos for easier development. 2016-04-17 16:48:30 +02:00
sezero f1ce30ddc1 update patches to files from external git repos 2016-04-15 16:12:29 +03:00
Krystian Bacławski dd4fafa9be Fix IRA compilation under Cygwin. 2015-09-11 10:35:41 +02:00
Krystian Bacławski 9646366d30 Patch IRA to remove plenty of warnings. 2015-09-11 09:32:30 +02:00
Krystian Bacławski 77573136f9 Run Gnu Indent over sources. 2015-09-11 08:33:34 +02:00
Krystian Bacławski 6917d76bae Change tabs to spaces. 2015-09-10 22:53:27 +02:00
Krystian Bacławski 5baa94fe1a Modify gcc's specs to support library and device linking. 2015-09-09 11:11:07 +02:00
Krystian Bacławski 96f2ca8451 Fix link error with C++ programs. 2015-09-08 21:03:55 +02:00
Krystian Bacławski 3f40fcde34 Fix fd2sfd patch. 2015-08-31 20:31:35 +02:00
Krystian Bacławski 2900b339c0 Add fd2sfd tool to m68k-amigaos toolchain. 2015-08-29 22:07:06 +02:00
Krystian Bacławski 5c93888c18 Remove unused patches. 2015-08-29 16:57:44 +02:00
Krystian Bacławski 27a1547d4f Add missing patches. 2015-08-29 16:56:06 +02:00
Krystian Bacławski a6972d1f47 Remove unused code. 2015-04-21 08:39:08 +02:00
Krystian Bacławski e5dbf58fba Fix problem with new vbcc compilation. 2015-03-04 23:12:10 +01:00
Krystian Bacławski e6523b1622 Fix permission issues. 2014-11-30 12:35:38 +01:00
Krystian Bacławski 2e43913676 New Ubuntu related fixes. 2014-05-25 23:37:58 +02:00
Krystian Bacławski 6e2cca2158 Don't use '-D' flag for install (GNU extension). 2014-05-25 21:35:37 +02:00
Krystian Bacławski be1a07e721 Fix for building with Clang compiler. 2014-04-14 23:23:22 +02:00
Krystian Bacławski d8dbbff744 Fix uninitialized memory related bug. 2014-01-06 10:43:50 +01:00
Krystian Bacławski dce8c7070a GCC 2.95.3 patches cleanup.
- Remove AmigaOS host specific patches.
 - Remove support for ixemul dynamic libraries.
2014-01-03 18:16:07 +01:00
Krystian Bacławski 246d04615d Revert to previous version. New one breaks my sources. 2014-01-03 17:32:38 +01:00
Krystian Bacławski 93d0fb607d Add a patch that removes unnecessary directories. 2014-01-02 21:36:08 +01:00
Krystian Bacławski 8fd7d0f9cd Argasek's patch. 2013-09-07 10:00:40 +02:00
Krystian Bacławski 4f51dc13b8 Estimate which functions are implemented. 2013-05-26 20:09:28 +02:00
Krystian Bacławski 9167be7ecc Update documentation. 2013-05-23 21:00:54 +02:00
Krystian Bacławski 29ad97d7a3 Fix bug in gas exposed by gcc 4.5.0 output. 2013-05-22 16:56:13 +02:00
Krystian Bacławski cfa575b5ca Switch to gcc 3.4.6. 2013-05-19 21:39:06 +02:00
Krystian Bacławski dc0a3308cb Preparation for gcc 3.4.6 import. 2013-05-19 15:49:00 +02:00
Krystian Bacławski 1377afdb80 AmigaOS 3.x patches for binutils 2.14. 2013-05-19 13:39:26 +02:00
Krystian Bacławski fa14cf7160 Interrupt saves all registers (incl. d0-d1/a0-a1). 2012-11-01 21:52:02 +01:00
Krystian Bacławski 9547fa593c Add __interrupt_handler attribute for functions. 2012-11-01 18:56:27 +01:00
Krystian Bacławski 32809d3320 Fix default link libraries order with -noixemul. 2012-10-31 15:18:58 +01:00
Krystian Bacławski f31edbe52f Added missing patches. 2012-10-01 21:41:49 +02:00
Krystian Bacławski a0f1315999 Revert "Patched binutils 2.10.1."
This reverts commit aceee0ded0.
2012-08-08 16:54:30 +02:00
Krystian Bacławski aceee0ded0 Patched binutils 2.10.1. 2012-08-08 13:26:23 +02:00
Krystian Bacławski cc9e675fd3 Remove cruft. 2012-08-08 13:11:23 +02:00
Krystian Bacławski 38747e60c9 GNU Indentize sources. 2012-08-08 11:04:48 +02:00
Krystian Bacławski e5acce7f4e Remove pOS bits. 2012-08-08 00:14:10 +02:00
Krystian Bacławski be5ee72566 Fix build problem. 2012-08-05 13:00:30 +02:00
Krystian Bacławski 82d8045441 Install amiga binaries into Sys/bin. 2012-08-05 13:00:11 +02:00
Krystian Bacławski da2d7bde0e Update patches. 2012-08-04 13:01:59 +02:00