[patch] Remove and poison a few more old target macros

2012-06-24 Thread Steven Bosscher
Like the ones before: they are unused. Will commit as an obvious cleanup in a few days' time. Ciao! Steven * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison. * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP,

Re: [patch] Remove and poison a few more old target macros

2012-06-24 Thread Steven Bosscher
On Sun, Jun 24, 2012 at 3:42 PM, Steven Bosscher stevenb@gmail.com wrote: Like the ones before: they are unused. Will commit as an obvious cleanup in a few days' time. ...and one more... * system.h (USE_COMMON_FOR_ONE_ONLY): Poison. * defaults.h (USE_COMMON_FOR_ONE_ONLY):

Re: [patch] Remove and poison a few more old target macros

2012-06-24 Thread Hans-Peter Nilsson
On Sun, 24 Jun 2012, Steven Bosscher wrote: * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the documentation. * doc/tm.texi: Regenerate. * doc/cpp.texi: Make example for #error generic. * config/frv/frv.h: Fix example text to match tm.texi. FWIW,