Hi,

gcc/config/pa/pa.c has

static inline void
pa_file_start_file (int want_version)
{
  if (write_symbols != NO_DEBUG)
    {
      output_file_directive (asm_out_file, main_input_filename);
      if (want_version)
        aputs ("\t.version\t\"01.01\"\n");
    }
}

and

static void
pa_linux_file_start (void)
{
  pa_file_start_file (1);
 ...
}

Anyone know what they're for?

Thanks,
Nick
ps. please CC me as I'm not on the list.

Reply via email to