Subject: Re: Shared libraries re-enabled for VAX
To: None <port-vax@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: port-vax
Date: 04/02/2007 22:05:31
In article <4610C699.70703@softjar.se>,
Johnny Billquist  <bqt@softjar.se> wrote:
>Matt Thomas wrote:
>> I just committed about 3 weeks of testing and development of getting GCC 
>> to produce PIC code for VAX and greatly improved 64bit math support.
>
>Hmm. Problems. Trying to build -current as of yesterday, cross-compiling 
>from i386, I got stuck at libedit.
>
>Two problems:
>
>1) Lots of "/usr/src/lib/libedit/chared.c(68): warning: conversion from 
>'long' to 'int' may lose accuracy [132]" which seems silly, as I would 
>think long and int are the same size.

ptrdiff_t is long on the vax?

christos