This is the mail archive of the binutils-cvs@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]

src/bfd ChangeLog elf32-bfin.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-11-15 08:34:00

Modified files:
	bfd            : ChangeLog elf32-bfin.c 

Log message:
	bfd: bfin: drop needless symbol flag handling imported from FRV
	
	The Blackfin bfd merged some FRV code recently, and then removed pieces
	that didn't make sense.  In the FRV code, it outputs a "_gp" symbol in
	its BFD whereas in the Blackfin code, we don't.  So while on the FRV
	side it fiddles with the "flags" variable (sometimes using it for section
	flags and sometimes using it for symbol flags), we don't need any of
	that.  This lead to BZ 12177 where the Blackfin code is a bit confusing.
	So to fix things up, remove more stuff we don't need.  Shouldn't change
	the behavior at all.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5190&r2=1.5191
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-bfin.c.diff?cvsroot=src&r1=1.49&r2=1.50


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