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/gas config/tc-cr16.c config/tc-cr16.h Chan ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	swami@sourceware.org	2008-11-27 11:57:30

Modified files:
	gas/config     : tc-cr16.c tc-cr16.h 
	gas            : ChangeLog 

Log message:
	* config/tc-cr16.h (GLOBAL_OFFSET_TABLE_NAME): Defined
	* config/tc-cr16.c (md_pseudo_table): Add "4byte" directive to
	md_pseudo_table and accept @c prefix, same as long directive.
	(cr16_cons_fix_new): Initialize rtype to BFD_RELOC_UNUSED.
	config/tc-cr16.c (tc_gen_reloc): Declare a variable of type
	bfd_reloc_code_real_type and set it for GOT related relocations.
	(md_undefined_symbol): Defined
	(process_label_constant): Added checks for GOT/got and cGOT/cGOT
	prefixes with constant label and set the appropriate relocation type.
	* doc/c-cr16.texi (cr16-operand specifiers): Add got/GOT and cgot/cGOT.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-cr16.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-cr16.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3680&r2=1.3681


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