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/doc/bfdver.texi gas/ChangeLog gas/Make ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_19-branch
Changes by:	gingold@sourceware.org	2009-01-14 09:00:25

Modified files:
	bfd/doc        : bfdver.texi 
	gas            : ChangeLog Makefile.am Makefile.in dw2gencfi.c 
	                 ehopt.c 

Log message:
	Back-port of:
	2009-01-14  Jakub Jelinek  <jakub@redhat.com>
	
	* Makefile.am (ehopt.o): Add struc-symbol.h.
	* Makefile.in: Regenerated.
	* ehopt.c: Include struc-symbol.h.
	(check_eh_frame): For very small O_constant DW_CFA_advance_loc4
	create correct DW_CFA_advance_loc.  Handle O_subtract only
	for code alignment factor 1, otherwise handle O_divide or
	O_right_shift of O_subtract and O_constant.
	(eh_frame_estimate_size_before_relax): Always divide by ca.
	(eh_frame_convert_frag): Likewise.
	
	2009-01-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
	
	* dw2gencfi.c (output_cfi_insn): Scale DW_CFA_advance_loc1,
	DW_CFA_advance_loc2 and DW_CFA_advance_loc4 outputs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/bfdver.texi.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.1.4.2&r2=1.1.4.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.3626.2.12&r2=1.3626.2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/Makefile.am.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.159.2.2&r2=1.159.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/Makefile.in.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.177.2.2&r2=1.177.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/dw2gencfi.c.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.36.2.3&r2=1.36.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ehopt.c.diff?cvsroot=src&only_with_tag=binutils-2_19-branch&r1=1.16&r2=1.16.2.1


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