Commit Graph

  • d6ce8a1d6c
    Merge 53b3955284 into 75a558d4cf Ozkan Sezer 2022-04-10 05:02:53 +0300
  • 53b3955284 modify -lang-c++ settings with 'opts->c9x = 1' so __VA_ARGS__ is valid. Ozkan Sezer 2022-04-04 23:11:10 +0300
  • c567b2748b
    Merge 7715806cf6 into 75a558d4cf Jens Maus 2021-02-18 07:42:48 +0530
  • 555952042e regenerate c-parse.c and c-parse.y after the gcc-2_95-branch changes using bison-1.35. (original tree used bison-1.28, but the m68k-amigaos tree by Krystian Bacławski is using bison-1.35, so I didn't change it.) sezero 2016-10-31 08:37:08 +0300
  • 5583e184b7 apply gcc-2_95-branch changes, i.e. svn revisions 40613, 40614, 40615, 40669, 40680, 40874, 40901, 40923, 40963, 40964, 40965, 40966, 40967, 41053, 41054, 41055, 41056, 41057, 41080, 41150, 41151, 41152, 42197, 42204, 42437, 42451, 43461, 45321, 45506, 45507, 45676, 45984. sezero 2016-10-31 08:33:39 +0300
  • 9d1817279e applied the gcc-libstdc++-bastring.patch by Richard Kettlewell: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=46550 basic_string<wchar_t> can't be instantiated sezero 2016-10-31 08:33:19 +0300
  • 7268f3c83c applied the gcc-libstdc++-out-of-mem.patch (found in the PLD source rpms, debian, etc): Throw exception instead of aborting when out of memory sezero 2016-10-31 08:33:02 +0300
  • 4a9084b67c applied the gcc-libstdc++-wstring.patch (found in the PLD source rpms, debian, etc): enable definition of wstring type, if __ENABLE_WSTRING is defined. sezero 2016-10-31 08:32:19 +0300
  • 9ba5fe8375 applied gcc-default-arch.patch by Matthias Klose <doko@cs.tu-berlin.de> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=63968 set the default architecture to i386; even if gcc is configured with i386-linux, it builds with Pentium instructions, tuned for i386. sezero 2016-10-31 08:32:04 +0300
  • 1d2552ae04 applied the gcc-info.patch (found in the PLD source rpms) sezero 2016-10-31 08:31:39 +0300
  • 8e8bcdec68 apply gcc-cpp-macro-doc.patch by Matthias Klose <doko@cs.tu-berlin.de> cpp.texi: add a node documenting macro varargs (copied from extend.texi.) sezero 2016-10-31 08:31:19 +0300
  • 0eff92e71b apply gcc-cpp-dos-newlines.patch (found in the PLD source rpms, debian, etc) gcc/cccp.c: Handle DOS newlines after backslashes. Patch from http://www.cygnus.com/ml/egcs/1999-Jan/0784.html sezero 2016-10-31 08:31:02 +0300
  • 5d41d37ed2 prepare for gcc-2_95-branch changes: update INSTALL/README and gcc/NEWS from branch sezero 2016-10-31 08:30:45 +0300
  • 9603b07c71 prepare for gcc-2_95-branch changes: remove detritus sezero 2016-10-31 08:30:22 +0300
  • 75a558d4cf Fix runtime errors on 64-bit architectures (tested under MacOS Catalina). master Krystian Bacławski 2020-07-24 21:23:49 +0200
  • eef13d1aba add extra includes directory for 3rd party libraries Krystian Bacławski 2017-01-18 21:13:07 +0100
  • f979e3d653 Merge pull request #6 from jens-maus/max_recog_operands-patch Krystian Bacławski 2017-01-10 21:24:38 +0100
  • fa4c560cc1 bumped the maximum number of max_recog_operands to 20 (19+1) to support larger asm constructs (e.g. LP11() in inline/macros.h). This refs cahirwpz/amigaos-cross-toolchain#75. Jens Maus 2017-01-10 10:42:37 +0100
  • 7715806cf6 added __amigaos3__ define to standard set of default defines. This should allow to detect classic Amiga systems (<= AmigaOS3) in multi-platform projects more easily. This refs cahirwpz/amigaos-cross-toolchain#62. Jens Maus 2017-01-10 10:35:23 +0100
  • fa94202d70 Do not require C standard library headers to compile libgcc.a Krystian Bacławski 2016-10-18 22:23:41 +0200
  • ff0d14cc2f Enable multilib for libstdc++. Krystian Bacławski 2016-10-18 14:53:35 +0200
  • 66cec84930 Put constant or read-only declaration into text section when -fbaserel. Krystian Bacławski 2016-10-16 23:13:32 +0200
  • 37b17409b3 Assume __CTOR_LIST__ and __DTOR_LIST__ are handled by libnix / clib2. Krystian Bacławski 2016-10-15 09:46:09 +0200
  • b994deba5b Move AmigaOS includes into `m68k-amigaos/ndk/includes` Krystian Bacławski 2016-10-09 14:24:09 +0200
  • 213c228d67 All tools must start with target triplet after installation. Krystian Bacławski 2016-10-09 12:56:17 +0200
  • 19e458fe0c Modification driven by change in libnix library. Krystian Bacławski 2016-10-08 22:48:26 +0200
  • 080913ddbf Store auto-generated files. Krystian Bacławski 2016-10-02 12:03:14 +0200
  • 90113274e2 Fresh config.guess and config.sub from Automake 1.15 Krystian Bacławski 2016-10-02 12:00:48 +0200
  • aad9b4aa39 Support for clib2 standard library. Krystian Bacławski 2016-05-19 00:06:35 +0200
  • a2dd1fb44f Make gcc under Ubuntu 16.04 stop complaining about missing argument. Krystian Bacławski 2016-05-14 23:20:58 +0200
  • 6ba543f9e2 Fix compilation with -msmall-code. Krystian Bacławski 2016-04-24 16:55:12 +0200
  • 687249382d Take complete control of header search dirs. Krystian Bacławski 2016-04-24 11:57:50 +0200
  • c887a527f8 Revert old and not well understood patch. Krystian Bacławski 2016-04-17 20:50:31 +0200
  • 9a6741770b Cleanup gcc specs. Krystian Bacławski 2016-04-17 18:57:58 +0200
  • 2f3c76b3d7 AmigaOS/m68k specific changes. Krystian Bacławski 2016-04-17 15:04:47 +0200
  • 37aef96904 Backport changes 102337, 155527, 209759, 233603. backports Krystian Bacławski 2016-10-18 11:32:05 +0200
  • f52c9355e6 Backport changes 45216, 61098, 64549, 79523. Krystian Bacławski 2016-10-16 20:05:27 +0200
  • 2ede486e33 Backport changes number 29984 and 43100. Krystian Bacławski 2016-10-16 18:33:12 +0200
  • 965e443fcf Move AmigaOS includes into `m68k-amigaos/ndk/includes` Krystian Bacławski 2016-10-09 14:24:09 +0200
  • 4344474ad6 All tools must start with target triplet after installation. Krystian Bacławski 2016-10-09 12:56:17 +0200
  • 77ab39ad64 Merge 2bc069c0c8 into 5ac6665c90 Deleted user 2016-10-08 20:51:48 +0000
  • 5ac6665c90 Modification driven by change in libnix library. Krystian Bacławski 2016-10-08 22:48:26 +0200
  • d6e0655b4a Store auto-generated files. Krystian Bacławski 2016-10-02 12:03:14 +0200
  • 004a35d630 Fresh config.guess and config.sub from Automake 1.15 Krystian Bacławski 2016-10-02 12:00:48 +0200
  • 2bc069c0c8 Fix compiler error when building static libraries Clifford Marshall 2016-07-16 23:20:27 +0200
  • a85cd383b5 Support for clib2 standard library. Krystian Bacławski 2016-05-19 00:06:35 +0200
  • 6e013a474f Make gcc under Ubuntu 16.04 stop complaining about missing argument. Krystian Bacławski 2016-05-14 23:20:58 +0200
  • 50b842e8ea Fix compilation with -msmall-code. Krystian Bacławski 2016-04-24 16:55:12 +0200
  • 59e78cd874 Take complete control of header search dirs. Krystian Bacławski 2016-04-24 11:57:50 +0200
  • 5f4ea4a74c Revert old and not well understood patch. Krystian Bacławski 2016-04-17 20:50:31 +0200
  • f2d5b9e5ae Cleanup gcc specs. Krystian Bacławski 2016-04-17 18:57:58 +0200
  • da8d6e2b50 AmigaOS/m68k specific changes. Krystian Bacławski 2016-04-17 15:04:47 +0200
  • 698c99a82a Import original sources. orig Krystian Bacławski 2016-04-17 14:54:11 +0200