From 4792314d3496aa2b477855a6d2d07a026bed4245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Tue, 21 May 2013 18:36:59 +0200 Subject: [PATCH] Move TODO file to github wiki. --- README.md | 4 ++-- TODO | 31 ------------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 TODO diff --git a/README.md b/README.md index 72be296..577dd5a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ GCC compiler for AmigaOS 3.x #### Fetched by the script -As listed in `bootstrap.conf` file. +As listed in `bootstrap.conf` file: * sources from GNU project: - gcc 2.95.3 @@ -71,4 +71,4 @@ Following platforms were tested: * Ubuntu 10.04 32-bit (gcc 4.4.3) * MacOS X 10.7.5 (MacPorts gcc47 4.7.3_0) -But I do as much as possible to make the toolchain portable among Un*x-like environments. \ No newline at end of file +But I do as much as possible to make the toolchain portable among Un*x-like environments. diff --git a/TODO b/TODO deleted file mode 100644 index 9ba9f1f..0000000 --- a/TODO +++ /dev/null @@ -1,31 +0,0 @@ -Libnix: -- Fix amiga_bss.sc (linker script template) to ensure that correct bss size is - calculated and it's cleared on KS1.3. -- Migrate libnix from sourceforge to github (cvs2git). -- Merge 2.2 and 3.0 versions into 3.1. -- Support gcc 3.x constructor and destructor attributes: - ___CTOR_LIST__, ___DTOR_LIST__ - -Ixemul: -- Use vamos to run amiga binaries (zic) during build phase. - -Gcc: -- Add missing support for chip data and bss section in 3.4.6. -- Use vamos to run gcc testsuite. - -Binutils: -- Fix "GNU as" crash during g++ 3.4.6 build (for both 2.9.1 and 2.14). - -Tools: -- Fix hunk2aout utility. - -Dependencies: -- Remove dependency on libamiga-bin. - -Examples: -- Write bunch of simple programs to illustrate some amigaos specific features. - They'll be used as tests also. - -Releases: -- Build a binary release for MinGW, Darwin, Linux and publish it. -- Announce the toolchain on some popular Amiga sites.