Re: rs6000.c forward declaration cleanup

2012-05-21 Thread David Edelsohn
On Sun, May 20, 2012 at 9:57 PM, Alan Modra wrote: > This removes rather a lot of forward declarations in rs6000.c, most of > which existed to satisfy an early TARGET_INITIALIZER.  Now that the > TARGET_INITIALIZER has been moved to the end of rs6000.c, they become > unnecessary and wrongly give t

rs6000.c forward declaration cleanup

2012-05-20 Thread Alan Modra
This removes rather a lot of forward declarations in rs6000.c, most of which existed to satisfy an early TARGET_INITIALIZER. Now that the TARGET_INITIALIZER has been moved to the end of rs6000.c, they become unnecessary and wrongly give the impression that rs6000.c style is to declare functions at