Re: How target.md file with target.c/.cc file invoke assembly instructions

2022-05-11 Thread David Edelsohn via Gcc
On Wed, May 11, 2022 at 1:46 AM RICHU NORMAN wrote: > > Hi, > I am new in gcc development and I am focusing on cross-compilers.I have > added a few instructions for the target machine in binutils and invoked it > using asm() from c program.Now I want to add those instructions to gcc and > define t

How target.md file with target.c/.cc file invoke assembly instructions

2022-05-10 Thread RICHU NORMAN
Hi, I am new in gcc development and I am focusing on cross-compilers.I have added a few instructions for the target machine in binutils and invoked it using asm() from c program.Now I want to add those instructions to gcc and define that instruction in target.md file.I have a few queries regarding