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

gas ./ChangeLog config/tc-ppc.c config/tc-ppc.h


CVSROOT:	/cvs/uberbaum
Module name:	gas
Changes by:	ezannoni@sources.redhat.com	2002-08-19 14:08:56

Modified files:
	.              : ChangeLog 
	config         : tc-ppc.c tc-ppc.h 

Log message:
	2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
	
	From matthew green  <mrg@redhat.com>
	
	* config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
	PPC_OPCODE_PPC is, except for BookE architectures.
	(md_parse_option): Add support for -mspe.
	(md_show_usage): Add -mspe.
	(md_parse_option): Add support for -me500 and
	-me500x2 to generate code for Motorola e500 core complex.
	(md_show_usage): Add -me500 and -me500x2.
	
	(PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
	PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
	PPC_APUINFO_BRLOCK): New macros.
	
	(ppc_cleanup): New function.
	(ppc_apuinfo_section_add): New function.
	(APUID): New macro.
	(md_assemble): Collect info and write the APUinfo section.
	
	* config/tc-ppc.h (md_cleanup): Define.
	(ppc_cleanup): Export.
	(ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gas/ChangeLog.diff?cvsroot=uberbaum&r1=1.1456&r2=1.1457
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gas/config/tc-ppc.c.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gas/config/tc-ppc.h.diff?cvsroot=uberbaum&r1=1.18&r2=1.19


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