Home | History | Annotate | Download | only in mach-o
      1 2014-04-16  Tristan Gingold  <gingold (a] adacore.com>
      2 
      3 	* loader.h: Add macros for rebase, bind and export constants.
      4 
      5 2014-04-16  Tristan Gingold  <gingold (a] adacore.com>
      6 
      7 	* loader.h (BFD_MACH_O_CPU_ARCH_MASK, BFD_MACH_O_CPU_ARCH_ABI64)
      8 	(BFD_MACH_O_CPU_SUBTYPE_MASK, BFD_MACH_O_CPU_SUBTYPE_LIB64): Define.
      9 
     10 2014-04-03  Tristan Gingold  <gingold (a] adacore.com>
     11 
     12 	* unwind.h (mach_o_compact_unwind_64): Fix typo in personality.
     13 
     14 2014-04-02  Tristan Gingold  <gingold (a] adacore.com>
     15 
     16 	* external.h (mach_o_prebound_dylib_command_external)
     17 	(mach_o_prebind_cksum_command_external)
     18 	(mach_o_twolevel_hints_command_external): New types.
     19 
     20 2014-03-26  Tristan Gingold  <gingold (a] adacore.com>
     21 
     22 	* loader.h (bfd_mach_o_cpu_type): Add BFD_MACH_O_CPU_TYPE_ARM64.
     23 
     24 2014-03-17  Tristan Gingold  <gingold (a] adacore.com>
     25 
     26 	* unwind.h: New file.
     27 
     28 2014-03-05  Alan Modra  <amodra (a] gmail.com>
     29 
     30 	Update copyright years.
     31 
     32 2012-11-14  Tristan Gingold  <gingold (a] adacore.com>
     33 
     34 	* external.h (mach_o_entry_point_command_external)
     35 	(mach_o_source_version_command_external)
     36 	(mach_o_data_in_code_entry_external): New structures.
     37 
     38 	* loader.h (bfd_mach_o_load_command_type): Add
     39 	BFD_MACH_O_LC_MAIN, BFD_MACH_O_LC_DATA_IN_CODE,
     40 	BFD_MACH_O_LC_SOURCE_VERSION and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
     41 	(BFD_MACH_O_REFERENCE_MASK): Adjust value.
     42 	(BFD_MACH_O_N_REF_TO_WEAK): New definition.
     43 	(BFD_MACH_O_N_ARM_THUMB_DEF, BFD_MACH_O_N_SYMBOL_RESOLVER): Likewise.
     44 	(bfd_mach_o_data_in_code_entry_kind): New enum.
     45 
     46 2012-11-14  Tristan Gingold  <gingold (a] adacore.com>
     47 
     48 	* arm.h: New file.
     49 
     50 2012-02-23  Iain Sandoe  <idsandoe (a] googlemail.com>
     51 
     52 	* external.h: Add comments about relocations fields.  Add macros
     53 	for non-scattered relocations.  Move scattered relocation macros to
     54 	here.
     55 	* reloc.h: Remove macros related to external representation of reloc
     56 	fields.
     57 
     58 2012-01-12  Iain Sandoe  <idsandoe (a] googlemail.com>
     59 
     60 	* loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New.
     61 	(BFD_MACH_O_INDIRECT_SYM_ABS): New
     62 
     63 2012-01-04  Tristan Gingold  <gingold (a] adacore.com>
     64 
     65 	* external.h (mach_o_fvmlib_command_external): New structure.
     66 
     67 2012-01-04  Tristan Gingold  <gingold (a] adacore.com>
     68 
     69 	* loader.h: Update copyright year.
     70 	(bfd_mach_o_cpu_subtype): Add ARM subtypes.
     71 
     72 2012-01-04  Tristan Gingold  <gingold (a] adacore.com>
     73 
     74 	* external.h: Update copyright year.
     75 	(mach_o_symtab_command_external): Add comments.
     76 	(mach_o_encryption_info_command_external): New structure.
     77 
     78 2011-12-16  Tristan Gingold  <gingold (a] adacore.com>
     79 
     80 	* codesign.h: New file.
     81 
     82 2011-08-08  Tristan Gingold  <gingold (a] adacore.com>
     83 
     84 	* loader.h (bfd_mach_o_load_command_type): Add
     85 	BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX,
     86 	BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS,
     87 	and BFD_MACH_O_LC_DYLD_ENVIRONMENT.
     88 	* external.h (mach_o_version_min_command_external): New structure.
     89 
     90 2011-08-08  Tristan Gingold  <gingold (a] adacore.com>
     91 
     92 	* loader.h: Reorder declarations.
     93 	* x86-64.h: New file.
     94 	* external.h: New file.
     95 	* reloc.h: New file.
     96 
     97 2011-07-06  Tristan Gingold  <gingold (a] adacore.com>
     98 
     99 	* loader.h: New file.
    100 
    102 Copyright (C) 2011-2014 Free Software Foundation, Inc.
    103 
    104 Copying and distribution of this file, with or without modification,
    105 are permitted in any medium without royalty provided the copyright
    106 notice and this notice are preserved.
    107 
    108 Local Variables:
    109 mode: change-log
    110 left-margin: 8
    111 fill-column: 74
    112 version-control: never
    113 End:
    114