libc/include/mach-o
Iain D Sandoe e3ed49775e deal with endian-ness in mach-o non-scattered relocs.
BFD:

	* mach-o.c (bfd_mach_o_swap_in_non_scattered_reloc): New.
	(bfd_mach_o_canonicalize_one_reloc):  Swap non-scattered reloc
	bit-fields when target and host differ in endian-ness.  When
	PAIRs are non-scattered	find the 'symbol' from the preceding
	reloc.  Add FIXME re. reloc symbols on section boundaries.
	(bfd_mach_o_swap_out_non_scattered_reloc): New.
	(bfd_mach_o_write_relocs): Use bfd_mach_o_encode_non_scattered_reloc.

include/mach-o:

	* external.h: Add comments about relocations fields.  Add macros
	for non-scattered relocations.  Move scattered relocation macros to here.
	* reloc.h: Remove macros related to external representation of reloc fields.
2012-02-23 16:29:56 +00:00
..
ChangeLog deal with endian-ness in mach-o non-scattered relocs. 2012-02-23 16:29:56 +00:00
codesign.h binutils/ 2011-12-16 10:23:01 +00:00
external.h deal with endian-ness in mach-o non-scattered relocs. 2012-02-23 16:29:56 +00:00
loader.h add indirect_symbol to mach-o port. 2012-01-12 14:03:12 +00:00
reloc.h deal with endian-ness in mach-o non-scattered relocs. 2012-02-23 16:29:56 +00:00
x86-64.h bfd/ 2011-08-08 08:59:33 +00:00