This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Implementing new intrinsic
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Feng Wang <wf_cs at yahoo dot com>,FX Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>,Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Date: Tue, 25 Jan 2005 17:41:18 +0000
- Subject: Re: Implementing new intrinsic
- Organization: CodeSourcery
- References: <20050125092611.87584.qmail@web15610.mail.cnb.yahoo.com>
On Tuesday 25 January 2005 09:26, Feng Wang wrote:
> You should add the filename to libgfortran/Makefile.am and regenerate
> Makefile.in use "automake". And the patch should include the diffs of
> Makefile.am and Makefile.in.
The patch should include changes to Makefile.am, but not generated files eg.
Makefile.in). The ChangeLog entry should mention both.
Paul