This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Adds FreeBSD/IA-64 to mainline (and cleans up IA-64 config some)
>>>>> "David" == David O'Brien <obrien@FreeBSD.org> writes:
Hi David!
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gcc/egcs/gcc/ChangeLog,v
> retrieving revision 1.11791
> diff -u -r1.11791 ChangeLog
> --- ChangeLog 2001/11/07 23:47:37 1.11791
> +++ ChangeLog 2001/11/08 00:57:48
> @@ -1,3 +1,29 @@
> +2001-11-07 David O'Brien <obrien@FreeBSD.org>
> +
> + * config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
> + * config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
> + they are OS specific. Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
> + so OS specific files and use CPP_PREDEFINES for their needs.
> + * config/i64/elf.h (TARGET_VERSION): Add. Also, move inclusion of
changelog entries shouldn't be in diff format because rarely do they
apply cleanly. By the time your patch gets approved, the order of the
changelog file willl have changed, thus rendering the diff useless.
Please include the changelog information as plain text right before
your patch.
Cheers.
Aldy