On Thu, Mar 22, 2012 at 5:24 PM, Richard Henderson <r...@redhat.com> wrote:
> 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.

The #define is now brought in form the generic elfos.h. We need to
either undefine it, or redefine it to false. I have chosen the later,
to explicitly state that we don't want .file directives.

Uros.

Reply via email to