Re: [Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-12 Thread tccm
On Sat, Feb 04, 2023 at 06:08:18PM +0100, tccm wrote: > Best of all would be of course to support aout internally and write the > resulting file directly. Then tcc could be also built smaller for aout > platforms, by dropping elf and dynamic linking. Achieving this would be > probably not easy,

Re: [Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread tccm
Hello Brian, On Sat, Feb 04, 2023 at 02:28:32PM +, Brian Callahan wrote: > One thing I noticed in your elf2aout.c comments is that Minix-2 only > supports 14-character file names. You can make the temp file much > shorter if needed (e.g., hard code it to be something like "temp.aout"). This

Re: [Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread Brian Callahan
Hello -- On 2/4/2023 8:31 AM, tccm wrote: > On Sat, Jan 21, 2023 at 07:03:52AM +0100, tccm wrote: >> I will test your patch and report here. > > Hello Brian, > > Many thanks for your code, it helped a lot. > Glad to hear that it helped. One thing I noticed in your elf2aout.c comments is that

[Tinycc-devel] a.out support (was Re: add an executable format?)

2023-02-04 Thread tccm
On Sat, Jan 21, 2023 at 07:03:52AM +0100, tccm wrote: > I will test your patch and report here. Hello Brian, Many thanks for your code, it helped a lot. I did not use the upstream build scripts/tools (including configure and Makefile), they are not applicable on older platforms. IOW I did not