]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - include/coff/ChangeLog
Merge commit 'upstream/2.20'
[msp430-binutils.git] / include / coff / ChangeLog
index 936cefa881cb34d5c83f22d0451db27e4412c128..5b9e45c8f192e15c3808c710042b2fac637c7fda 100644 (file)
@@ -1,3 +1,125 @@
+2009-09-05  Martin Thuresson  <martin@mtme.org>
+
+       * ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name of class
+       variable to in_class to match changes in function that use this
+       macro.
+
+2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix references past allocated memory for i386-*-go32.
+       * ti.h (COFF_ADJUST_FILEHDR_IN_POST, COFF_ADJUST_FILEHDR_OUT_POST):
+       Reference F_TARGET_ID only when !COFF0_P.
+
+2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Stop using bfd_usrdata in libbfd.
+       * go32exe.h (struct external_filehdr_go32_exe <stub>, FILHSZ): Replace
+       STUBSIZE by GO32_STUBSIZE.
+       (STUBSIZE): Move the definition ...
+       * internal.h (GO32_STUBSIZE): ... here and rename it.
+       (struct internal_filehdr <go32stub>, F_GO32STUB): New.
+
+2009-06-03  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * symconst.h (btLong64, btULong64, btLongLong64, btULongLong64,
+       btAdr64, btInt64, btUInt64): New defines.
+
+2009-04-21  Kai Tietz  <kai.tietz@onevision.com>
+
+       * pe.h (pex64_runtime_function): New structure.
+       (external_pex64_runtime_function): Likewise.
+       (pex64_unwind_code): Likewise.
+       (external_pex64_unwind_code): Likewise.
+       (pex64_unwind_info): Likewise.
+       (external_pex64_unwind_info): Likewise.
+       (external_pex64_scope): Likewise.
+       (pex64_scope): Likewise.
+       (pex64_scope_entry):  Likewise.
+       (external_pex64_scope_entry): Likewise.
+       (PEX64_IS_RUNTIME_FUNCTION_CHAINED): New macro.
+       (PEX64_GET_UNWINDDATA_UNIFIED_RVA): Likewise.
+       (PEX64_UNWCODE_CODE): Likewise.
+       (PEX64_UNWCODE_INFO): Likewise.
+       (UWOP_...): Add defines for unwind code.
+       (UNW_FLAG_...): Add defined for unwind info flags.
+       (PEX64_SCOPE_ENTRY_SIZE): New macro.
+       (PEX64_UWI_VERSION): Likewise.
+       (PEX64_UWI_FLAGS): Likewise.
+       (PEX64_UWI_FRAMEREG): Likewise.
+       (PEX64_UWI_FRAMEOFF): Likewise.
+       (PEX64_UWI_SIZEOF_UWCODE_ARRAY): Likewise.
+       (PEX64_OFFSET_TO_UNWIND_CODE): Likewise.
+       (PEX64_OFFSET_TO_HANDLER_RVA): Likewise.
+       (PEX64_OFFSET_TO_SCOPE_COUNT): Likewise.
+       (PEX64_SCOPE_ENTRY): Likewise.
+
+2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
+       (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
+
+2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
+       (xcoff_loader_info): Add auto_export_flags.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * internal.h (C_AIX_WEAKEXT): New macro.
+       (C_WEAKEXT): Use the GNU definition in the generic part of the file,
+       and conditionally reset it to C_AIX_WEAKEXT in the XCOFF part of
+       the file.
+       (CSECT_SYM_P): New macro.
+       * xcoff.h (L_WEAK): Define.
+       (EXTERN_SYM_P): New macro.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * xcoff.h (XCOFF_ALLOCATED): New flag.
+
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * xcoff.h (XCOFF_CALLED, XCOFF_IMPORT): Update comments.
+       (XCOFF_WAS_UNDEFINED): New flag.
+       (xcoff_link_hash_table): Add an "rtld" field.
+
+2009-03-14  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * internal.h (struct internal_extra_pe_aouthdr):  Correct type
+       of DllCharacteristics flags field to unsigned.
+       * pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
+       IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
+       IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
+       IMAGE_DLLCHARACTERISTICS_NO_ISOLATION,
+       IMAGE_DLLCHARACTERISTICS_NO_SEH,
+       IMAGE_DLLCHARACTERISTICS_NO_BIND,
+       IMAGE_DLLCHARACTERISTICS_WDM_DRIVER,
+       IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE):  New macros to
+       define flag bit values for DllCharacteristics field of PEAOUTHDR,
+       PEPAOUTHDR.
+
+2008-12-23  Johan Olmutz Nielsen  <jnielsen@ddci.com>
+
+       * ti.h (COFF_ADJUST_SCNHDR_OUT_PRE): Define.
+
+2008-06-17  Nick Clifton  <nickc@redhat.com>
+
+       * ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this
+       macro which does not trigger an array bounds warning in gcc.
+       (PUT_SCNHDR_NLNNO): Likewise.
+       (GET_SCNHDR_FLAGS): Likewise.
+       (PUT_SCNHDR_FLAGS): Likewise.
+       (GET_SCNHDR_PAGE): Likewise.
+       (PUT_SCNHDR_PAGE): Likewise.
+
+2007-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * pe.h (COFF_ENCODE_ALIGNMENT) Define.
+
 2007-08-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.