This is the mail archive of the binutils@sourceware.org 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: patches for Irix binutils 2.18


On Sun, Oct 19, 2008 at 01:24:25PM +0000, Jay wrote:
> 
> These small reasonable patches let you build binutils 2.18 with Irix's /usr/WorkShop/usr/bin/ncc, which is an old EDG compiler, and which seems to come with the system "for no additional cost".
> 
> 
> specifically:
>   no C++ comments

Applying to current mainline sources.

	* config/bfin-parse.y: Use C style comments.
	* config/tc-bfin.c: Likewise.
	* config/tc-m68k.c: Likewise.
	* config/tc-mips.c: Likewise.

>   no free cast from non-void* to other non-void* -- go through void* or cast to the correct type

I don't see the need for this.  The obstack_alloc function already
returns void *, as does the obstack_alloc macro.

-- 
Alan Modra
Australia Development Lab, IBM


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