[PATCH] ARM autogenerate the tune attribute

Phil Edwards phil@codesourcery.com
Tue Aug 3 14:17:00 GMT 2004


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.



More information about the Gcc-patches mailing list