This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: porting GNU assembler on new port


DSS <rajivkumarsingla@gmail.com> writes:

> I have to port GAS on a new architecture. I am new to this. Please provide
> me the guidance, How to port 
> GAS for new architecture. 

The assembler is not part of gcc.  It is part of the GNU binutils.
See http://sourceware.org/binutils/ and the mailing list
binutils@sourceware.org.

There is some documentation in gas/doc/internals.texi.  I have no idea
how good it is.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]