gcc-9-20220511 is now available

2022-05-11 Thread GCC Administrator via Gcc
Snapshot gcc-9-20220511 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20220511/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

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