On Monday 07 May 2012 20:14:07 John David Anglin wrote:
> On 5/7/2012 2:29 PM, Jeff Law wrote:
> > On 05/07/2012 12:25 PM, John David Anglin wrote:
> >> There is also a 32-bit netbsd port that a limited number of users are
> >> still using.
> >
> > Do you know if they're using the open-sourced SOM
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_