Commit Graph

393 Commits

Author SHA1 Message Date
Wolfgang Thaller
8240fa9358 Use a simple CMake build for libelf (autoconf is causing trouble on Mac OS 10.4) 2017-09-28 18:31:03 +02:00
Wolfgang Thaller
4897a9e039 Fix cache flushing 2017-09-28 17:51:19 +02:00
Wolfgang Thaller
c757fb9520 Name CODE resources, it's just cooler 2017-09-27 06:44:00 +02:00
Wolfgang Thaller
68c43b7a39 SegmentMap, code flushing, cleanup 2017-09-27 00:30:06 +02:00
Wolfgang Thaller
8a2038601a Exceptions now work in multiseg 2017-09-26 20:37:28 +02:00
Wolfgang Thaller
d08331584e MultiSeg Apps: First working version (exceptions don't work) 2017-09-26 11:27:53 +02:00
Wolfgang Thaller
a4716081c2 moving closer to multiseg 2017-09-26 02:38:05 +02:00
Wolfgang Thaller
ce59176be5 explicitly store target section in relocations 2017-09-24 21:25:58 +02:00
Wolfgang Thaller
33a2744643 Take responsibility: don't use standard crtbegin/end anymore, now that we control the linker script 2017-09-24 20:04:11 +02:00
Wolfgang Thaller
68150e1c23 Elf2Mac: start preparing for multiseg 2017-09-24 20:03:01 +02:00
Wolfgang Thaller
a5dad80454 Console: make ConsoleWindow immune to constructor ordering 2017-09-24 19:59:54 +02:00
Wolfgang Thaller
284126e13c Elf2Mac now generates CODE resources itself; --mac-flat for the old functionality 2017-09-24 16:00:00 +02:00
Wolfgang Thaller
6a3e6863c5 Elf2Mac: Clean up code and prepare for segments 2017-09-24 14:16:58 +02:00
Wolfgang Thaller
a6bc7b5de6 elf2flt is no longer the right name 2017-09-24 14:10:37 +02:00
Wolfgang Thaller
0eb20cae6f fix bootstrap 2017-09-24 02:20:50 +02:00
Wolfgang Thaller
0e3a0a5d18 output of elf2mac is now a piece of code with no headers with its entry point at the start. No more FLT file format. 2017-09-24 00:32:13 +02:00
Wolfgang Thaller
6c1e76280e don't include relocs for undefined symbols - they should stay at absolute NULL 2017-09-24 00:29:50 +02:00
Wolfgang Thaller
975c1f31c3 Some cleanups 2017-09-23 22:36:47 +02:00
Wolfgang Thaller
406471dd79 AppleDouble support 2017-09-23 21:05:40 +02:00
Wolfgang Thaller
57906f91c1 zero-terminate relocation list 2017-09-23 20:11:38 +02:00
Wolfgang Thaller
5059b87fe4 relocate.c: reduce reliance on the FLT header (it has to go) 2017-09-23 19:56:36 +02:00
Wolfgang Thaller
278780642e make DEBUGBREAK flag for add_application work again 2017-09-23 04:00:30 +02:00
Wolfgang Thaller
008ffe1401 Elf2Mac, a replacement for elf2flt.
Right now this is not an improvement, but the plan is to work towards multi-segment apps.
2017-09-23 03:56:37 +02:00
Wolfgang Thaller
d21be3b4e1 Add elfutils-0.170
(from https://sourceware.org/elfutils/, GPL/LGPL licensed)
2017-09-21 21:04:42 +02:00
Wolfgang Thaller
0ecc07538f Make things work with Universal Interfaces 3.0 2017-09-21 15:41:10 +02:00
Wolfgang Thaller
48d530bf49 PEFTools/PEF.h tweak 2017-09-19 00:48:08 +02:00
Wolfgang Thaller
49b9ef60c4 Merge pull request #24 from DrJosh9000/patch-1
brew install boost --c++11
2017-08-03 10:12:46 +04:30
Josh Deprez
db984e580e brew install boost --c++11
I ran into problems by having a boost already installed, just not with --c++11. Removing and re-installing fixed it.
This PR may provide enough of a hint to new users, but I'm not sure.
2017-05-31 15:28:30 +10:00
Wolfgang Thaller
0b99d3d330 build-toolchain: Reinstate fallback to pre-built import libraries, for now 2017-04-25 03:33:32 +02:00
Wolfgang Thaller
d93277459b Add ResInfo utility, for figuring out info about encoded resource forks 2017-04-25 03:33:31 +02:00
Wolfgang Thaller
3c4350b435 ResourceFiles: read-only AppleDouble support (._filename convention) 2017-04-25 03:33:30 +02:00
Wolfgang Thaller
d55bee477e MakeImport/MakePEF: communicate exact member name to MakePEF even if file system does not support MacRoman-encoded filenames. 2017-04-25 03:33:28 +02:00
Wolfgang Thaller
3858c32613 MakeImport: forget about plan B. If there's no 'cfrg' resource, we can't know the shlib name to link to at runtime. 2017-04-25 03:33:27 +02:00
Wolfgang Thaller
61e33b198c MakeImport: deal with absence of 'cfrg' resource 2017-04-25 03:33:26 +02:00
Wolfgang Thaller
e3c57148f8 add a note about building on Mac OS X 10.4 2017-04-25 03:33:24 +02:00
Wolfgang Thaller
e1e1734a84 add empty InterfacesAndLibraries 2017-04-25 03:33:23 +02:00
Wolfgang Thaller
814fe339b5 more README.md updates, rename build-toolchain.sh to build-toolchain.bash to avoid confusion 2017-04-25 03:33:22 +02:00
Wolfgang Thaller
6eb2b66987 update README.md for Universal Interfaces requirements 2017-04-25 03:33:20 +02:00
Wolfgang Thaller
3ef227b418 compatibility for old MacOS (find doesn't support -lname option) 2017-04-25 03:33:19 +02:00
Wolfgang Thaller
812b29dd17 remove CFLAGS=-Wno-error, which was there for historical reasons 2017-04-25 03:33:18 +02:00
Wolfgang Thaller
0e11f298ba Major rearrangement of build-toolchain.sh; interfaces & libraries now taken from InterfacesAndLibraries/ 2017-04-25 03:33:16 +02:00
Wolfgang Thaller
a2dced79b4 MakeImport: don't crash on non-library files 2017-04-25 02:14:58 +02:00
Wolfgang Thaller
b54493c18a ConvertObj: handle some corner cases, silence overly verbose output 2017-04-25 02:14:57 +02:00
Wolfgang Thaller
4d0f9e202c m68k: uppercase pascal functions for linking 2017-04-25 02:14:56 +02:00
Wolfgang Thaller
fe6f08fd7f ConvertObj: a tool for converting MPW .o files 2017-04-25 02:14:55 +02:00
Wolfgang Thaller
5cfae0a98b Prevent hfsutils from rebuilding configure script 2017-04-22 03:45:20 +02:00
Wolfgang Thaller
a919b6f1af build C version of raytracer without using c stdlib 2017-04-21 18:45:20 +02:00
Wolfgang Thaller
6e54d4c229 minor console fixes (mostly for Carbon) 2017-04-21 18:42:57 +02:00
Wolfgang Thaller
15371488f4 Merge branch 'gcc-6.3' 2017-04-18 00:27:46 +02:00
Wolfgang Thaller
301994c27d restore -carbon option, lost during merge 2017-04-15 10:09:07 +02:00