This is the mail archive of the gcc-patches@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: Contributing FRV


On Sun, 4 Aug 2002, Bernd Schmidt wrote:

>         Contribute a port developed primarily by Michael Meissner,
>         Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
>         * config.gcc: Add frv-elf target.
>         * config/frv/cmovd.c: New file.
>         * config/frv/cmovh.c: New file.
>         * config/frv/cmovw.c: New file.
>         * config/frv/frv-abi.h: New file.
>         * config/frv/frv-asm.h: New file.
>         * config/frv/frv-modes.def: New file.
>         * config/frv/frv-protos.h: New file.
>         * config/frv/frv.c: New file.
>         * config/frv/frv.h: New file.
>         * config/frv/frv.md: New file.
>         * config/frv/frvbegin.c: New file.
>         * config/frv/frvend.c: New file.
>         * config/frv/lib1funcs.asm: New file.
>         * config/frv/media.h: New file.
>         * config/frv/modi.c: New file.
>         * config/frv/t-frv: New file.
>         * config/frv/uitod.c: New file.
>         * config/frv/uitof.c: New file.
>         * config/frv/ulltod.c: New file.
>         * config/frv/ulltof.c: New file.
>         * config/frv/umodi.c: New file.
>         * config/frv/xm-frv.h: New file.

That's not a complete port; there's a checklist (two checklists, in fact -
one for what's part of any proper port, one for ports in the official CVS
repository) in sourcebuild.texi of what's required for a port, and you're
missing the documentation.

The t-frv file is missing from the checkin.  The xm-frv.h file appears to
be unnecessary.  Various of the files look like runtime library files that
should have the libgcc licence exception.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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