Re: New version of gnu assembler

2023-07-02 Thread Ian Lance Taylor via Gcc
On Sun, Jul 2, 2023 at 9:50 AM Dave Blanchard wrote: > > On Sat, 01 Jul 2023 13:33:07 +0100 > Sam James via Gcc wrote: > > > If you've taken files from Binutils BFD, please make sure you preserve > > the copyright headers too. > > Why? How is that important? That's all you have to say about this?

Re: New version of gnu assembler

2023-07-02 Thread Gabriel Ravier via Gcc
On 7/2/23 18:52, Dave Blanchard wrote: On Sat, 01 Jul 2023 13:33:07 +0100 Sam James via Gcc wrote: If you've taken files from Binutils BFD, please make sure you preserve the copyright headers too. Why? How is that important? That's all you have to say about this? Copyright is an abomination,

Re: New version of gnu assembler

2023-07-02 Thread Dave Blanchard
On Sat, 01 Jul 2023 13:33:07 +0100 Sam James via Gcc wrote: > If you've taken files from Binutils BFD, please make sure you preserve > the copyright headers too. Why? How is that important? That's all you have to say about this? Copyright is an abomination, and especially so the GPL; particula

Re: New version of gnu assembler

2023-07-02 Thread Jona Müller via Gcc
Hi Jacob, interesting project. On my linux machine I also needed to link -lz. ys, Jona > On 1. Jul 2023, at 14:07, jacob navia wrote: > > Hi > > I have developed a new version of the gnu assembler for riscv machines. > > Abstract: > ——— > > The GNU assembler (gas) is centered on flexibili

Re: New version of gnu assembler

2023-07-01 Thread Sam James via Gcc
jacob navia writes: > Hi > > I have developed a new version of the gnu assembler for riscv machines. > > Abstract: > ——— > > The GNU assembler (gas) is centered on flexibility and portability. These two > objectives have quite a cost in program readability, code size and execution > time. >

New version of gnu assembler

2023-07-01 Thread jacob navia
Hi I have developed a new version of the gnu assembler for riscv machines. Abstract: ——— The GNU assembler (gas) is centered on flexibility and portability. These two objectives have quite a cost in program readability, code size and execution time. I have developed a « tiny » version of th