Subject: Re: problems updating system
To: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
From: Mark Brinicombe <mark@causality.com>
List: port-arm32
Date: 10/12/1998 00:43:21
On Sun, 11 Oct 1998, Hubert Feyrer wrote:

> 
> Hi,
> 
> I'm currently trying to update my system manually to -current as a "make
> build" failed repeatedly on me. Using -current sources, it seems there are
> some problems:
> 
> % cd /usr/src/gnu/usr.bin/gas.new
> % make clean cleandir
> % make depend
> ...
> In file included from
> /usr/src/gnu/usr.bin/gas.new/arch/arm32/obj-format.h:1,
>                  from
> /usr/src/gnu/usr.bin/gas.new/../../dist/gas/config/te-nbsd.h:22,
>                  from
> /usr/src/gnu/usr.bin/gas.new/arch/arm32/targ-env.h:1,
>                  from
> /usr/src/gnu/usr.bin/gas.new/../../dist/gas/as.h:635,
>                  from
> /usr/src/gnu/usr.bin/gas.new/../../dist/gas/app.c:29:
> /usr/src/gnu/usr.bin/gas.new/../../dist/gas/config/obj-aout.h:245:
> warning: `obj_fix_adjustable' redefined
> /usr/src/gnu/usr.bin/gas.new/../../dist/gas/config/tc-arm.h:74: warning:
> this is the location of the previous definition
> ...
> 
> Maybe that's a known bug...

Yep Thanks for reminding me, I must commit the fix for this.
Simple fix, just comment out the definition of obj_fix_adjustable in
dist/gas/config/tc-arm.h

Cheers,
				Mark