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] ARM autogenerate the tune attribute


On Tue, Aug 03, 2004 at 02:30:43PM +0100, Richard Earnshaw wrote:
> + #!/bin/sh
> + # Generate arm-tune.md, a file containing the tune attribute from the list of 
> + # CPUs in arm-cores.def
> + 
> + echo ";; -*- buffer-read-only: t -*-"

Hey, that's editor discrimination!

More seriously, I might try moving that script to config/ and generalizing
it so it can be used for other cpus, since this looks like a good idea.
If I do, I will update it for ARM and run the changes past you first.
(And might also emit a read-only directive for vim.  *grin*)


Phil

-- 
AI.cpp:33241: warning: You wrote 'neurons.merge(solution1, solution2)",
AI.cpp:33241: you probably MEANT "neurons->merge(solution1, solution2)",
AI.cpp:33241: but there is a MUCH better way to implement this whole
AI.cpp:33241: function; doing that instead.


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