Home | History | Annotate | Line # | Download | only in coff
      1  1.1  christos 2015-01-06  Alan Modra  <amodra (a] gmail.com>
      2  1.1  christos 
      3  1.1  christos 	PR binutils/17754
      4  1.1  christos 	* internal.h (internal_auxent): Increase size of x_fname field to
      5  1.1  christos 	20 to allow for PE format's longer file names.
      6  1.1  christos 
      7  1.1  christos 2015-01-01  Alan Modra  <amodra (a] gmail.com>
      8  1.1  christos 
      9  1.1  christos 	Update year range in copyright notice of all files.
     10  1.1  christos 
     11  1.1  christos 2014-08-20  Daniel Micay  <danielmicay (a] gmail.com>
     12  1.1  christos 
     13  1.1  christos 	* pe.h: Add HIGH_ENTROPY_VA flag
     14  1.1  christos 
     15  1.1  christos 2014-04-22  Christian Svensson  <blue (a] cmd.nu>
     16  1.1  christos 
     17  1.1  christos 	* or32.h: Delete.
     18  1.1  christos 
     19  1.1  christos 2014-04-08  Jon TURNEY  <jon.turney (a] dronecode.org.uk>
     20  1.1  christos 
     21  1.1  christos 	* pe.h (external_IMAGE_DEBUG_DIRECTORY, _CV_INFO_PDB70)
     22  1.1  christos 	(_CV_INFO_PDB20): Add structures and constants for debug directory
     23  1.1  christos 	and codeview records.
     24  1.1  christos 	* internal.h (internal_IMAGE_DEBUG_DIRECTORY, CODEVIEW_INFO):
     25  1.1  christos 	Add structures and constants for internal representation of debug
     26  1.1  christos 	directory and codeview records.
     27  1.1  christos 
     28  1.1  christos 2014-03-13  Tristan Gingold  <gingold (a] adacore.com>
     29  1.1  christos 
     30  1.1  christos 	* pe.h (struct external_ANON_OBJECT_HEADER_BIGOBJ): Declare.
     31  1.1  christos 	(FILHSZ_BIGOBJ): Define.
     32  1.1  christos 	(struct external_SYMBOL_EX): Declare.
     33  1.1  christos 	(SYMENT_BIGOBJ, SYMESZ_BIGOBJ): Define.
     34  1.1  christos 	(union external_AUX_SYMBOL_EX): Declare.
     35  1.1  christos 	(AUXENT_BIGOBJ, AUXESZ_BIGOBJ): Define.
     36  1.1  christos 	* internal.h (struct internal_filehdr): Change type
     37  1.1  christos 	of f_nscns.
     38  1.1  christos 
     39  1.1  christos 2014-03-05  Alan Modra  <amodra (a] gmail.com>
     40  1.1  christos 
     41  1.1  christos 	Update copyright years.
     42  1.1  christos 
     43  1.1  christos 2013-12-06  Tristan Gingold  <gingold (a] adacore.com>
     44  1.1  christos 
     45  1.1  christos 	* pe.h (UWOP_EPILOG, UWOP_PARE): Define.
     46  1.1  christos 
     47  1.1  christos 2013-07-10  Tristan Gingold  <gingold (a] adacore.com>
     48  1.1  christos 
     49  1.1  christos 	* rs6000.h (external_core_dumpx): New structure.
     50  1.1  christos 	(external_ld_info32): Ditto.
     51  1.1  christos 
     52  1.1  christos 2013-07-02  Tristan Gingold  <gingold (a] adacore.com>
     53  1.1  christos 
     54  1.1  christos 	* internal.h (C_STTLS, C_GTLS): Define.
     55  1.1  christos 	* xcoff.h (XMC_TL, XMC_TU, XMC_TE): Define.
     56  1.1  christos 
     57  1.1  christos 2013-02-04  Alan Modra  <amodra (a] gmail.com>
     58  1.1  christos 
     59  1.1  christos 	* ti.h (SWAP_OUT_RELOC_EXTRA): Define.
     60  1.1  christos 
     61  1.1  christos 2013-01-02  Martin Storsjo <martin (a] martin.st>
     62  1.1  christos 
     63  1.1  christos 	* arm.h (ARMV7PEMAGIC): Define.
     64  1.1  christos 	(ARMBADMAG): Update.
     65  1.1  christos 
     66  1.1  christos 2011-06-02  Nick Clifton  <nickc (a] redhat.com>
     67  1.1  christos 
     68  1.1  christos 	* i860.h: Fix spelling mistake in comment.
     69  1.1  christos 
     70  1.1  christos 2011-05-04  Tristan Gingold  <gingold (a] adacore.com>
     71  1.1  christos 
     72  1.1  christos 	* rs6000.h (union external_auxent): Add x_ftype field.
     73  1.1  christos 	* rs6k64.h: (struct external_auxent): Remap x_file field.
     74  1.1  christos 
     75  1.1  christos 2011-05-04  Tristan Gingold  <gingold (a] adacore.com>
     76  1.1  christos 
     77  1.1  christos 	* rs6000.h (struct external_exceptab): New struct.
     78  1.1  christos 	(EXCEPTSZ): New macro.
     79  1.1  christos 	* rs6k64.h: (struct external_exceptab): New struct.
     80  1.1  christos 	(EXCEPTSZ): New macro.
     81  1.1  christos 
     82  1.1  christos 2011-05-03  Tristan Gingold  <gingold (a] adacore.com>
     83  1.1  christos 
     84  1.1  christos 	* rs6000.h (struct external_ldsym): Use E_SYMNMLEN instead of
     85  1.1  christos 	SYMNMLEN.
     86  1.1  christos 
     87  1.1  christos 2011-04-27  Tristan Gingold  <gingold (a] adacore.com>
     88  1.1  christos 
     89  1.1  christos 	* xcoff.h (F_FDPR_PROF, F_FDPR_OPTI, F_DSA, F_VARPG)
     90  1.1  christos 	(STYP_DWARF, SSUBTYP_DWINFO)
     91  1.1  christos 	(SSUBTYP_DWLINE, SSUBTYP_DWPBNMS, SSUBTYP_DWPBTYP)
     92  1.1  christos 	(SSUBTYP_DWARNGE, SSUBTYP_DWABREV, SSUBTYP_DWSTR)
     93  1.1  christos 	(SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE)
     94  1.1  christos 	(R_TLS_LD, R_TLS_LE, R_TLSM, R_TLSML, R_TOCU, R_TOCL, C_DWARF):
     95  1.1  christos 	New macros.
     96  1.1  christos 
     97  1.1  christos 2011-03-31  Tristan Gingold  <gingold (a] adacore.com>
     98  1.1  christos 
     99  1.1  christos 	* internal.h (C_NULL_VALUE): Define.
    100  1.1  christos 
    101  1.1  christos 2010-06-29  Alan Modra  <amodra (a] gmail.com>
    102  1.1  christos 
    103  1.1  christos 	* maxq.h: Delete file.
    104  1.1  christos 
    105  1.1  christos 2010-04-15  Nick Clifton  <nickc (a] redhat.com>
    106  1.1  christos 
    107  1.1  christos 	* alpha.h: Update copyright notice to use GPLv3.
    108  1.1  christos 	* apollo.h: Likewise.
    109  1.1  christos 	* arm.h: Likewise.
    110  1.1  christos 	* aux-coff.h: Likewise.
    111  1.1  christos 	* ecoff.h: Likewise.
    112  1.1  christos 	* external.h: Likewise.
    113  1.1  christos 	* go32exe.h: Likewise.
    114  1.1  christos 	* h8300.h: Likewise.
    115  1.1  christos 	* h8500.h: Likewise.
    116  1.1  christos 	* i386.h: Likewise.
    117  1.1  christos 	* i860.h: Likewise.
    118  1.1  christos 	* i960.h: Likewise.
    119  1.1  christos 	* ia64.h: Likewise.
    120  1.1  christos 	* internal.h: Likewise.
    121  1.1  christos 	* m68k.h: Likewise.
    122  1.1  christos 	* m88k.h: Likewise.
    123  1.1  christos 	* maxq.h: Likewise.
    124  1.1  christos 	* mcore.h: Likewise.
    125  1.1  christos 	* mips.h: Likewise.
    126  1.1  christos 	* mipspe.h: Likewise.
    127  1.1  christos 	* or32.h: Likewise.
    128  1.1  christos 	* pe.h: Likewise.
    129  1.1  christos 	* powerpc.h: Likewise.
    130  1.1  christos 	* rs6000.h: Likewise.
    131  1.1  christos 	* rs6k64.h: Likewise.
    132  1.1  christos 	* sh.h: Likewise.
    133  1.1  christos 	* sparc.h: Likewise.
    134  1.1  christos 	* ti.h: Likewise.
    135  1.1  christos 	* tic30.h: Likewise.
    136  1.1  christos 	* tic4x.h: Likewise.
    137  1.1  christos 	* tic54x.h: Likewise.
    138  1.1  christos 	* tic80.h: Likewise.
    139  1.1  christos 	* w65.h: Likewise.
    140  1.1  christos 	* we32k.h: Likewise.
    141  1.1  christos 	* x86_64.h: Likewise.
    142  1.1  christos 	* xcoff.h: Likewise.
    143  1.1  christos 	* z80.h: Likewise.
    144  1.1  christos 	* z8k.h: Likewise.
    145  1.1  christos 
    146  1.1  christos 2009-12-02  Jerker Bck  <jerker.back (a] gmail.com>
    147  1.1  christos 
    148  1.1  christos 	PR binutils/11017
    149  1.1  christos 	* i386lh (COFF_PAGE_SIZE): Define.
    150  1.1  christos 	* x86_64.h (COFF_PAGE_SIZE): Define.
    151  1.1  christos 
    152  1.1  christos 2009-10-17  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    153  1.1  christos 
    154  1.1  christos 	* z80.h: Store alignment requirement in section header, to allow
    155  1.1  christos 	ld to preserve alignment. Some code was copied from ti.h.
    156  1.1  christos 
    157  1.1  christos 2009-09-05  Martin Thuresson  <martin (a] mtme.org>
    158  1.1  christos 
    159  1.1  christos 	* ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name of class
    160  1.1  christos 	variable to in_class to match changes in function that use this
    161  1.1  christos 	macro.
    162  1.1  christos 
    163  1.1  christos 2009-08-10  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    164  1.1  christos 
    165  1.1  christos 	Fix references past allocated memory for i386-*-go32.
    166  1.1  christos 	* ti.h (COFF_ADJUST_FILEHDR_IN_POST, COFF_ADJUST_FILEHDR_OUT_POST):
    167  1.1  christos 	Reference F_TARGET_ID only when !COFF0_P.
    168  1.1  christos 
    169  1.1  christos 2009-08-10  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    170  1.1  christos 
    171  1.1  christos 	Stop using bfd_usrdata in libbfd.
    172  1.1  christos 	* go32exe.h (struct external_filehdr_go32_exe <stub>, FILHSZ): Replace
    173  1.1  christos 	STUBSIZE by GO32_STUBSIZE.
    174  1.1  christos 	(STUBSIZE): Move the definition ...
    175  1.1  christos 	* internal.h (GO32_STUBSIZE): ... here and rename it.
    176  1.1  christos 	(struct internal_filehdr <go32stub>, F_GO32STUB): New.
    177  1.1  christos 
    178  1.1  christos 2009-06-03  Ulrich Weigand  <uweigand (a] de.ibm.com>
    179  1.1  christos 
    180  1.1  christos 	* symconst.h (btLong64, btULong64, btLongLong64, btULongLong64,
    181  1.1  christos 	btAdr64, btInt64, btUInt64): New defines.
    182  1.1  christos 
    183  1.1  christos 2009-04-21  Kai Tietz  <kai.tietz (a] onevision.com>
    184  1.1  christos 
    185  1.1  christos 	* pe.h (pex64_runtime_function): New structure.
    186  1.1  christos 	(external_pex64_runtime_function): Likewise.
    187  1.1  christos 	(pex64_unwind_code): Likewise.
    188  1.1  christos 	(external_pex64_unwind_code): Likewise.
    189  1.1  christos 	(pex64_unwind_info): Likewise.
    190  1.1  christos 	(external_pex64_unwind_info): Likewise.
    191  1.1  christos 	(external_pex64_scope): Likewise.
    192  1.1  christos 	(pex64_scope): Likewise.
    193  1.1  christos 	(pex64_scope_entry):  Likewise.
    194  1.1  christos 	(external_pex64_scope_entry): Likewise.
    195  1.1  christos 	(PEX64_IS_RUNTIME_FUNCTION_CHAINED): New macro.
    196  1.1  christos 	(PEX64_GET_UNWINDDATA_UNIFIED_RVA): Likewise.
    197  1.1  christos 	(PEX64_UNWCODE_CODE): Likewise.
    198  1.1  christos 	(PEX64_UNWCODE_INFO): Likewise.
    199  1.1  christos 	(UWOP_...): Add defines for unwind code.
    200  1.1  christos 	(UNW_FLAG_...): Add defined for unwind info flags.
    201  1.1  christos 	(PEX64_SCOPE_ENTRY_SIZE): New macro.
    202  1.1  christos 	(PEX64_UWI_VERSION): Likewise.
    203  1.1  christos 	(PEX64_UWI_FLAGS): Likewise.
    204  1.1  christos 	(PEX64_UWI_FRAMEREG): Likewise.
    205  1.1  christos 	(PEX64_UWI_FRAMEOFF): Likewise.
    206  1.1  christos 	(PEX64_UWI_SIZEOF_UWCODE_ARRAY): Likewise.
    207  1.1  christos 	(PEX64_OFFSET_TO_UNWIND_CODE): Likewise.
    208  1.1  christos 	(PEX64_OFFSET_TO_HANDLER_RVA): Likewise.
    209  1.1  christos 	(PEX64_OFFSET_TO_SCOPE_COUNT): Likewise.
    210  1.1  christos 	(PEX64_SCOPE_ENTRY): Likewise.
    211  1.1  christos 
    212  1.1  christos 2009-04-17  H.J. Lu  <hongjiu.lu (a] intel.com>
    213  1.1  christos 
    214  1.1  christos 	* pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
    215  1.1  christos 	(IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
    216  1.1  christos 
    217  1.1  christos 2009-04-01  Richard Sandiford  <r.sandiford (a] uk.ibm.com>
    218  1.1  christos 
    219  1.1  christos 	* xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c.
    220  1.1  christos 
    221  1.1  christos 2009-03-14  Richard Sandiford  <r.sandiford (a] uk.ibm.com>
    222  1.1  christos 
    223  1.1  christos 	* xcoff.h (XCOFF_EXPALL, XCOFF_EXPFULL): New flags.
    224  1.1  christos 	(xcoff_loader_info): Add auto_export_flags.
    225  1.1  christos 
    226  1.1  christos 2009-03-14  Richard Sandiford  <r.sandiford (a] uk.ibm.com>
    227  1.1  christos 
    228  1.1  christos 	* internal.h (C_AIX_WEAKEXT): New macro.
    229  1.1  christos 	(C_WEAKEXT): Use the GNU definition in the generic part of the file,
    230  1.1  christos 	and conditionally reset it to C_AIX_WEAKEXT in the XCOFF part of
    231  1.1  christos 	the file.
    232  1.1  christos 	(CSECT_SYM_P): New macro.
    233  1.1  christos 	* xcoff.h (L_WEAK): Define.
    234  1.1  christos 	(EXTERN_SYM_P): New macro.
    235  1.1  christos 
    236  1.1  christos 2009-03-14  Richard Sandiford  <r.sandiford (a] uk.ibm.com>
    237  1.1  christos 
    238  1.1  christos 	* xcoff.h (XCOFF_ALLOCATED): New flag.
    239  1.1  christos 
    240  1.1  christos 2009-03-14  Richard Sandiford  <r.sandiford (a] uk.ibm.com>
    241  1.1  christos 
    242  1.1  christos 	* xcoff.h (XCOFF_CALLED, XCOFF_IMPORT): Update comments.
    243  1.1  christos 	(XCOFF_WAS_UNDEFINED): New flag.
    244  1.1  christos 	(xcoff_link_hash_table): Add an "rtld" field.
    245  1.1  christos 
    246  1.1  christos 2009-03-14  Dave Korn  <dave.korn.cygwin (a] gmail.com>
    247  1.1  christos 
    248  1.1  christos 	* internal.h (struct internal_extra_pe_aouthdr):  Correct type
    249  1.1  christos 	of DllCharacteristics flags field to unsigned.
    250  1.1  christos 	* pe.h (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
    251  1.1  christos 	IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
    252  1.1  christos 	IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
    253  1.1  christos 	IMAGE_DLLCHARACTERISTICS_NO_ISOLATION,
    254  1.1  christos 	IMAGE_DLLCHARACTERISTICS_NO_SEH,
    255  1.1  christos 	IMAGE_DLLCHARACTERISTICS_NO_BIND,
    256  1.1  christos 	IMAGE_DLLCHARACTERISTICS_WDM_DRIVER,
    257  1.1  christos 	IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE):  New macros to
    258  1.1  christos 	define flag bit values for DllCharacteristics field of PEAOUTHDR,
    259  1.1  christos 	PEPAOUTHDR.
    260  1.1  christos 
    261  1.1  christos 2008-12-23  Johan Olmutz Nielsen  <jnielsen (a] ddci.com>
    262  1.1  christos 
    263  1.1  christos 	* ti.h (COFF_ADJUST_SCNHDR_OUT_PRE): Define.
    264  1.1  christos 
    265  1.1  christos 2008-06-17  Nick Clifton  <nickc (a] redhat.com>
    266  1.1  christos 
    267  1.1  christos 	* ti.h (GET_SCNHDR_NLNNO): Provide an alternative version of this
    268  1.1  christos 	macro which does not trigger an array bounds warning in gcc.
    269  1.1  christos 	(PUT_SCNHDR_NLNNO): Likewise.
    270  1.1  christos 	(GET_SCNHDR_FLAGS): Likewise.
    271  1.1  christos 	(PUT_SCNHDR_FLAGS): Likewise.
    272  1.1  christos 	(GET_SCNHDR_PAGE): Likewise.
    273  1.1  christos 	(PUT_SCNHDR_PAGE): Likewise.
    274  1.1  christos 
    275  1.1  christos 2007-11-05  Danny Smith  <dannysmith (a] users.sourceforge.net>
    276  1.1  christos 
    277  1.1  christos 	* pe.h (COFF_ENCODE_ALIGNMENT) Define.
    278  1.1  christos 
    279  1.1  christos 2007-08-02  H.J. Lu  <hongjiu.lu (a] intel.com>
    280  1.1  christos 
    281  1.1  christos 	* pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New.
    282  1.1  christos 	(IMAGE_SCN_ALIGN_POWER_BIT_MASK): Likewise.
    283  1.1  christos 	(IMAGE_SCN_ALIGN_POWER_NUM): Likewise.
    284  1.1  christos 	(IMAGE_SCN_ALIGN_POWER_CONST): Likewise.
    285  1.1  christos 	(IMAGE_SCN_ALIGN_128BYTES): Likewise.
    286  1.1  christos 	(IMAGE_SCN_ALIGN_256BYTES): Likewise.
    287  1.1  christos 	(IMAGE_SCN_ALIGN_512BYTES): Likewise.
    288  1.1  christos 	(IMAGE_SCN_ALIGN_1024BYTES): Likewise.
    289  1.1  christos 	(IMAGE_SCN_ALIGN_2048BYTES): Likewise.
    290  1.1  christos 	(IMAGE_SCN_ALIGN_4096BYTES): Likewise.
    291  1.1  christos 	(IMAGE_SCN_ALIGN_8192BYTES): Likewise.
    292  1.1  christos 	(IMAGE_SCN_ALIGN_1BYTES): Redefined with
    293  1.1  christos 	IMAGE_SCN_ALIGN_POWER_CONST.
    294  1.1  christos 	(IMAGE_SCN_ALIGN_2BYTES): Likewise.
    295  1.1  christos 	(IMAGE_SCN_ALIGN_4BYTES): Likewise.
    296  1.1  christos 	(IMAGE_SCN_ALIGN_8BYTES): Likewise.
    297  1.1  christos 	(IMAGE_SCN_ALIGN_16BYTES): Likewise.
    298  1.1  christos 	(IMAGE_SCN_ALIGN_32BYTES): Likewise.
    299  1.1  christos 	(IMAGE_SCN_ALIGN_64BYTES): Likewise.
    300  1.1  christos 
    301  1.1  christos 2007-07-12  Kai Tietz   <kai.tietz (a] onevision.com>
    302  1.1  christos 
    303  1.1  christos 	* internal.h (struct internal_syment): Use bfd_hostptr_t for
    304  1.1  christos 	_n_zeroes and _n_offset fields.
    305  1.1  christos 
    306  1.1  christos 2007-04-27  Alan Modra  <amodra (a] bigpond.net.au>
    307  1.1  christos 
    308  1.1  christos 	* rs6000.h: Write Mimi's name in ASCII.
    309  1.1  christos 
    310  1.1  christos 2007-03-19  H.J. Lu  <hongjiu.lu (a] intel.com>
    311  1.1  christos 
    312  1.1  christos 	* internal.h (internal_extra_pe_aouthdr): Add Magic,
    313  1.1  christos 	MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
    314  1.1  christos 	SizeOfInitializedData, SizeOfUninitializedData,
    315  1.1  christos 	AddressOfEntryPoint, BaseOfCode and BaseOfData.
    316  1.1  christos 
    317  1.1  christos 2006-12-05  Michael Tautschnig  <tautschn (a] model.in.tum.de>
    318  1.1  christos 	    Nick Clifton  <nickc (a] redhat.com>
    319  1.1  christos 
    320  1.1  christos 	* external.h (struct external_aouthdr): Add ATTRIBUTE_PACKED.
    321  1.1  christos 	(struct external_syment): Likewise.
    322  1.1  christos 	(union external_auxent): Likewise.
    323  1.1  christos 
    324  1.1  christos 2006-11-14  Phil Lello  <phil.lello (a] homecall.co.uk>
    325  1.1  christos 
    326  1.1  christos 	* pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and
    327  1.1  christos 	IMAGE_SUBSYSTEM_XBOX.
    328  1.1  christos 	* internal.h: Added defines for PE directory entry types.
    329  1.1  christos 	NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in
    330  1.1  christos 	pe.h
    331  1.1  christos 
    332  1.1  christos 2006-09-20  Kai Tietz  <Kai.Tietz (a] onevision.com>
    333  1.1  christos 
    334  1.1  christos 	* external.h: Add proper external_aouthdr64 structure (without
    335  1.1  christos 	data_start member).
    336  1.1  christos 	(AOUTHDRSZ64): Set according structure size.
    337  1.1  christos 	(AOUTHDR64): As typedef of external_aouthdr64 structure.
    338  1.1  christos 	* internal.h: Add relocation identifiers for coff.
    339  1.1  christos 	* pe.h:	Add define IMAGE_FILE_MACHINE_AMD64 the coff signature.
    340  1.1  christos 	(PEPAOUTHDR): Adjust structure to have proper size (using AOUTHDR64).
    341  1.1  christos 	(PEPAOUTSZ): Calculated size of 240.
    342  1.1  christos 	* x86_64.h: Coff information for x86_64 (AMD64).
    343  1.1  christos 
    344  1.1  christos 2006-02-05  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    345  1.1  christos 
    346  1.1  christos 	* internal.h: Add relocation number R_IMM24 for Z80.
    347  1.1  christos 
    348  1.1  christos 2005-10-25  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    349  1.1  christos 
    350  1.1  christos 	* internal.h: Add relocation number for Z80
    351  1.1  christos 	* z80.h: New file.
    352  1.1  christos 
    353  1.1  christos 2005-08-18  Alan Modra  <amodra (a] bigpond.net.au>
    354  1.1  christos 
    355  1.1  christos 	* a29k.h: Delete.
    356  1.1  christos 
    357  1.1  christos 2005-07-14  Daniel Marques  <marques (a] cs.cornell.edu>
    358  1.1  christos 
    359  1.1  christos 	* alpha.h (ALPHA_ECOFF_COMPRESSEDMAG): Define.
    360  1.1  christos 	* ecoff.h (ALPHA_MAGIC_COMPRESSED): Define.
    361  1.1  christos 
    362  1.1  christos 2005-05-10  Nick Clifton  <nickc (a] redhat.com>
    363  1.1  christos 
    364  1.1  christos 	* Update the address and phone number of the FSF organization in
    365  1.1  christos 	the GPL notices in the following files:
    366  1.1  christos 	a29k.h,	alpha.h, apollo.h, arm.h, aux-coff.h, ecoff.h, external.h,
    367  1.1  christos 	go32exe.h, h8300.h, h8500.h, i386.h, i860.h, i960.h, ia64.h,
    368  1.1  christos 	internal.h, m68k.h, m88k.h, maxq.h, mcore.h, mips.h, mipspe.h,
    369  1.1  christos 	or32.h, pe.h, powerpc.h, rs6k64.h, sh.h, sparc.h, ti.h, tic30.h,
    370  1.1  christos 	tic4x.h, tic54x.h, tic80.h, w65.h, we32k.h, xcoff.h, z8k.h
    371  1.1  christos 
    372  1.1  christos 2005-02-21  Alan Modra  <amodra (a] bigpond.net.au>
    373  1.1  christos 
    374  1.1  christos 	* xcoff.h (struct xcoff_loader_info): Warning fix.
    375  1.1  christos 
    376  1.1  christos 2005-01-10  Inderpreet Singh <inderpreetb (a] noida.hcltech.com>
    377  1.1  christos 
    378  1.1  christos 	* maxq.h (F_MAXQ10, F_MAXQ20): Define.
    379  1.1  christos 
    380  1.1  christos 2004-11-08  Inderpreet Singh   <inderpreetb (a] nioda.hcltech.com>
    381  1.1  christos 	    Vineet Sharma      <vineets (a] noida.hcltech.com>
    382  1.1  christos 
    383  1.1  christos 	* maxq.h: New file: Defintions for the maxq port.
    384  1.1  christos 
    385  1.1  christos 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9 (a] aaronwl.com>
    386  1.1  christos 
    387  1.1  christos 	* pe.h (IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY): Define.
    388  1.1  christos 	(IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
    389  1.1  christos 	(IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
    390  1.1  christos 
    391  1.1  christos 2004-08-13  Mark Kettenis  <kettenis (a] gnu.org>
    392  1.1  christos 
    393  1.1  christos 	* symconst.h (langMax): Fix typo in comment.
    394  1.1  christos 
    395  1.1  christos 2004-04-23  Chris Demetriou  <cgd (a] broadcom.com>
    396  1.1  christos 
    397  1.1  christos 	* mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
    398  1.1  christos 	(MIPS_R_PCREL16): Update comment.
    399  1.1  christos 	* ecoff.h (struct ecoff_value_adjust): Remove structure.
    400  1.1  christos 	(struct ecoff_debug_info): Remove 'adjust' member.
    401  1.1  christos 
    402  1.1  christos 2004-04-20  DJ Delorie  <dj (a] redhat.com>
    403  1.1  christos 
    404  1.1  christos 	* internal.h (R_SECREL32): Add.
    405  1.1  christos 
    406  1.1  christos For older changes see ChangeLog-9103
    407  1.1  christos 
    409  1.1  christos Copyright (C) 2004-2015 Free Software Foundation, Inc.
    410  1.1  christos 
    411  1.1  christos Copying and distribution of this file, with or without modification,
    412  1.1  christos are permitted in any medium without royalty provided the copyright
    413  1.1  christos notice and this notice are preserved.
    414  1.1  christos 
    415  1.1  christos Local Variables:
    416  1.1  christos mode: change-log
    417  1.1  christos left-margin: 8
    418  1.1  christos fill-column: 74
    419  1.1  christos version-control: never
    420                End:
    421