This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix for Solaris build problem


On Tue, Nov 20, 2001 at 04:56:37AM -0800, Angela Marie Thomas wrote:
> 
> While building current binutils on Solaris 8, I got the following error:
> 
> eelf32_sparc.c: In function `gldelf32_sparc_finish':
> eelf32_sparc.c:1111: incompatible type for argument 6 of `lang_size_sections'
> 
> Arg 6 is a "boolean *" so using "false" doesn't work in all cases (and
> specifically in my case).  The patch below fixes it.
> 
> 
> 2001-11-20  Angela Marie Thomas <angela@redhat.com>
> 
> 	* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
> 	of false when calling lang_size_sections().

Please fix hppaelf.em also (which is where I copied that from).

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]