On 03/22/12 00:47, Uros Bizjak wrote: > No, we are still calling default_file_start in alpha_file_start, so we > have to signal that we don't want start file directive. In committed > patch, I have redefined T_A_F_S_F_D as false for this purpose:
But false is the default: DEFHOOKPOD (asm_file_start_file_directive, "", bool, false) This only needed overriding when alpha.c was forcing T_A_F_S_F_D true. r~