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]

src/gas ChangeLog expr.h config/tc-z8k.c confi ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_14-branch
Changes by:	cpg@sourceware.org	2003-05-01 20:22:49

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

Log message:
	* expr.h: Fix comments in operatorT typedef.
	* config/tc-z8k.c: Add 2003 to copyright message.
	Fold s_segm() and s_unseg() into one function s_segm(parm) which
	decides by the parameter.
	(md_begin): Don't set linkrelax.  Only set Z8002 default if no
	command line argument was given to select the intended
	architecure.
	(get_interrupt_operand): Warn if NOP type code is emitted.
	(newfix): New parameter 'size', forward it to 'fix_new_exp'.
	(apply_fix): Call newfix with additional 'size' parameter.
	(build_bytes): Remove unused variable 'nib'.  Detect overflow in
	4 bit immediate arguments.
	(md_longopts): Add 'linkrelax' option.
	(md_parse_option): Adapt to new s_segm function.  Set 'linkrelax'
	variable when 'linkrelax' command line option is specified.
	(md_show_usage): Display 'linkrelax' option.
	(md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8.  Add cases
	R_CALLR and R_REL16.
	* config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_14-branch&r1=1.1719.2.4&r2=1.1719.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/expr.h.diff?cvsroot=src&only_with_tag=binutils-2_14-branch&r1=1.11&r2=1.11.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-z8k.c.diff?cvsroot=src&only_with_tag=binutils-2_14-branch&r1=1.21&r2=1.21.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-z8k.h.diff?cvsroot=src&only_with_tag=binutils-2_14-branch&r1=1.5&r2=1.5.2.1


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