HPPA - strange notes added.

2010-11-25 Thread Nick Hudson
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.


Re: Deprecate 32-bits HP-PA for GCC 4.8?

2012-05-10 Thread Nick Hudson
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 linker or the 32 bit
> > ELF stuff?
> 
> ELF.

yeah, we are using ELF. iirc, binutils is up-to-date wrt NetBSD on PA. The GCC 
stuff has never been contributed back. I'll try and fix that.

Nick
NetBSD/hp700 portmaster