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: [PATCH] cleanup IA-64


"David O'Brien" <obrien@freebsd.org> writes:

|> Index: ia64.h
|> ===================================================================
|> RCS file: /cvs/gcc/egcs/gcc/config/ia64/ia64.h,v
|> retrieving revision 1.108
|> diff -u -r1.108 ia64.h
|> --- ia64.h	29 Mar 2002 18:39:56 -0000	1.108
|> +++ ia64.h	11 Apr 2002 22:47:31 -0000
|> @@ -31,12 +31,24 @@
|>  
|>  /* Run-time target specifications */
|>  
|> -#define CPP_CPU_SPEC "\
|> -  -Acpu=ia64 -Amachine=ia64 \
|> -  %{!ansi:%{!std=c*:%{!std=i*:-Dia64}}} -D__ia64 -D__ia64__"
|> +#define EXTRA_SPECS \
|> +  { "cpp_cpu", CPP_CPU_SPEC },
|> +  { "asm_extra", ASM_EXTRA_SPEC },

This is missing a backslash (I've fixed that), and EXTRA_SPECS is not
mentioned in ChangeLog!

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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