| [444] | 1 | 2012-11-14  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 2 |  | 
|---|
|  | 3 | * external.h (mach_o_entry_point_command_external) | 
|---|
|  | 4 | (mach_o_source_version_command_external) | 
|---|
|  | 5 | (mach_o_data_in_code_entry_external): New structures. | 
|---|
|  | 6 |  | 
|---|
|  | 7 | * loader.h (bfd_mach_o_load_command_type): Add | 
|---|
|  | 8 | BFD_MACH_O_LC_MAIN, BFD_MACH_O_LC_DATA_IN_CODE, | 
|---|
|  | 9 | BFD_MACH_O_LC_SOURCE_VERSION and        BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS. | 
|---|
|  | 10 | (BFD_MACH_O_REFERENCE_MASK): Adjust value. | 
|---|
|  | 11 | (BFD_MACH_O_N_REF_TO_WEAK): New definition. | 
|---|
|  | 12 | (BFD_MACH_O_N_ARM_THUMB_DEF, BFD_MACH_O_N_SYMBOL_RESOLVER): Likewise. | 
|---|
|  | 13 | (bfd_mach_o_data_in_code_entry_kind): New enum. | 
|---|
|  | 14 |  | 
|---|
|  | 15 | 2012-11-14  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 16 |  | 
|---|
|  | 17 | * arm.h: New file. | 
|---|
|  | 18 |  | 
|---|
|  | 19 | 2012-02-23  Iain Sandoe  <idsandoe@googlemail.com> | 
|---|
|  | 20 |  | 
|---|
|  | 21 | * external.h: Add comments about relocations fields.  Add macros | 
|---|
|  | 22 | for non-scattered relocations.  Move scattered relocation macros to | 
|---|
|  | 23 | here. | 
|---|
|  | 24 | * reloc.h: Remove macros related to external representation of reloc | 
|---|
|  | 25 | fields. | 
|---|
|  | 26 |  | 
|---|
|  | 27 | 2012-01-12  Iain Sandoe  <idsandoe@googlemail.com> | 
|---|
|  | 28 |  | 
|---|
|  | 29 | * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New. | 
|---|
|  | 30 | (BFD_MACH_O_INDIRECT_SYM_ABS): New | 
|---|
|  | 31 |  | 
|---|
|  | 32 | 2012-01-04  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 33 |  | 
|---|
|  | 34 | * external.h (mach_o_fvmlib_command_external): New structure. | 
|---|
|  | 35 |  | 
|---|
|  | 36 | 2012-01-04  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 37 |  | 
|---|
|  | 38 | * loader.h: Update copyright year. | 
|---|
|  | 39 | (bfd_mach_o_cpu_subtype): Add ARM subtypes. | 
|---|
|  | 40 |  | 
|---|
|  | 41 | 2012-01-04  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 42 |  | 
|---|
|  | 43 | * external.h: Update copyright year. | 
|---|
|  | 44 | (mach_o_symtab_command_external): Add comments. | 
|---|
|  | 45 | (mach_o_encryption_info_command_external): New structure. | 
|---|
|  | 46 |  | 
|---|
|  | 47 | 2011-12-16  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 48 |  | 
|---|
|  | 49 | * codesign.h: New file. | 
|---|
|  | 50 |  | 
|---|
|  | 51 | 2011-08-08  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 52 |  | 
|---|
|  | 53 | * loader.h (bfd_mach_o_load_command_type): Add | 
|---|
|  | 54 | BFD_MACH_O_LC_LOAD_UPWARD_DYLIB, BFD_MACH_O_LC_VERSION_MIN_MACOSX, | 
|---|
|  | 55 | BFD_MACH_O_LC_VERSION_MIN_IPHONEOS, BFD_MACH_O_LC_FUNCTION_STARTS, | 
|---|
|  | 56 | and BFD_MACH_O_LC_DYLD_ENVIRONMENT. | 
|---|
|  | 57 | * external.h (mach_o_version_min_command_external): New structure. | 
|---|
|  | 58 |  | 
|---|
|  | 59 | 2011-08-08  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 60 |  | 
|---|
|  | 61 | * loader.h: Reorder declarations. | 
|---|
|  | 62 | * x86-64.h: New file. | 
|---|
|  | 63 | * external.h: New file. | 
|---|
|  | 64 | * reloc.h: New file. | 
|---|
|  | 65 |  | 
|---|
|  | 66 | 2011-07-06  Tristan Gingold  <gingold@adacore.com> | 
|---|
|  | 67 |  | 
|---|
|  | 68 | * loader.h: New file. | 
|---|
|  | 69 |  | 
|---|
|  | 70 | Copyright (C) 2011-2012 Free Software Foundation, Inc. | 
|---|
|  | 71 |  | 
|---|
|  | 72 | Copying and distribution of this file, with or without modification, | 
|---|
|  | 73 | are permitted in any medium without royalty provided the copyright | 
|---|
|  | 74 | notice and this notice are preserved. | 
|---|
|  | 75 |  | 
|---|
|  | 76 | Local Variables: | 
|---|
|  | 77 | mode: change-log | 
|---|
|  | 78 | left-margin: 8 | 
|---|
|  | 79 | fill-column: 74 | 
|---|
|  | 80 | version-control: never | 
|---|
|  | 81 | End: | 
|---|