Re: [Sdcc-user] Object file extension for Z80 and gb

2010-01-09 Thread Art & Rosemary Clarke
It's not hard to automatically copy-the .rel to a .o file for those rare times it actually is needed. I believe you will find the choice of .o is related to the 'traditional' naming of files created by the earliest Z80 assemblers and compilers on both dedicated OS's and CP/M. Art Original Mes

Re: [Sdcc-user] Object file extension for Z80 and gb

2009-12-23 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Borut Razem schrieb: > Hello sdcc developers and users, > > I'm thinking about changing the object file exetnsion for z80 and gb > targets from .o to .rel, which is used by all other targets. The > original as also uses .rel extensin for z80 an

Re: [Sdcc-user] Object file extension for Z80 and gb

2009-12-22 Thread Claude Sylvain
Hello Borut, Borut Razem wrote: > > I'm thinking about changing the object file exetnsion for z80 and gb > targets from .o to .rel, which is used by all other targets. The > original as also uses .rel extensin for z80 an gb. I don't know why > it was changed from .rel to .o. I think it