src/bfd ChangeLog mach-o.c mach-o.h

gingold@sourceware.org gingold@sourceware.org
Wed Sep 9 14:58:00 GMT 2009


CVSROOT:	/cvs/src
Module name:	src
Changes by:	gingold@sourceware.org	2009-09-09 14:58:12

Modified files:
	bfd            : ChangeLog mach-o.c mach-o.h 

Log message:
	2009-09-09  Tristan Gingold  <gingold@adacore.com>
	
	Handle DYLD_INFO introduced by Darwin10.
	* mach-o.h (bfd_mach_o_load_command_type): Add
	BFD_MACH_O_LC_DYLD_INFO.
	(bfd_mach_o_dyld_info_command): New type.
	(bfd_mach_o_load_command): Add dyld_info field.
	* mach-o.c (bfd_mach_o_scan_read_str): Reduce size of buf.
	(bfd_mach_o_scan_read_dyld_info): New function.
	(bfd_mach_o_scan_read_command): Handle BFD_MACH_O_LC_DYLD_INFO.
	(bfd_mach_o_bfd_print_private_bfd_data): Ditto.
	(bfd_mach_o_load_command_name): AddB FD_MACH_O_LC_DYLD_INFO.
	(bfd_mach_o_print_dyld_info): New function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4770&r2=1.4771
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/mach-o.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/mach-o.h.diff?cvsroot=src&r1=1.17&r2=1.18



More information about the Binutils-cvs mailing list