1*8cbf5cb7Schristos2015-12-07 Alan Modra <amodra@gmail.com> 2*8cbf5cb7Schristos 3*8cbf5cb7Schristos * powerpc.h (R_PPC64_ENTRY): Define. 4*8cbf5cb7Schristos 5*8cbf5cb7Schristos2015-11-11 Alan Modra <amodra@gmail.com> 6*8cbf5cb7Schristos Peter Bergner <bergner@vnet.ibm.com> 7*8cbf5cb7Schristos 8*8cbf5cb7Schristos * powerpc.h (R_POWERPC_REL16DX_HA): Define. 9*8cbf5cb7Schristos 10*8cbf5cb7Schristos2015-10-28 Marcin Kościelnicki <koriakin@0x04.net> 11*8cbf5cb7Schristos 12*8cbf5cb7Schristos * s390.h: New file. 13*8cbf5cb7Schristos 14*8cbf5cb7Schristos2015-10-22 H.J. Lu <hongjiu.lu@intel.com> 15*8cbf5cb7Schristos 16*8cbf5cb7Schristos * x86_64.h (R_X86_64_GOTPCRELX): New. 17*8cbf5cb7Schristos (R_X86_64_REX_GOTPCRELX): Likewise. 18*8cbf5cb7Schristos 19*8cbf5cb7Schristos2015-10-22 H.J. Lu <hongjiu.lu@intel.com> 20*8cbf5cb7Schristos 21*8cbf5cb7Schristos * i386.h (R_386_GOT32X): New. 22*8cbf5cb7Schristos 23*8cbf5cb7Schristos2015-10-13 H.J. Lu <hongjiu.lu@intel.com> 24*8cbf5cb7Schristos 25*8cbf5cb7Schristos PR gold/19118 26*8cbf5cb7Schristos * elfcpp.h (EM): Add EM_IAMCU. 27*8cbf5cb7Schristos 28*8cbf5cb7Schristos2015-10-02 H.J. Lu <hongjiu.lu@intel.com> 29*8cbf5cb7Schristos 30*8cbf5cb7Schristos PR gold/19060 31*8cbf5cb7Schristos * elfcpp.h (Chdr::get_ch_type): Change return type to Elf_Word. 32*8cbf5cb7Schristos * elfcpp_internal.h (Chdr_data<64>): Change ch_type to 4 bytes 33*8cbf5cb7Schristos and add ch_reserved. 34*8cbf5cb7Schristos 35*8cbf5cb7Schristos2015-04-08 H.J. Lu <hongjiu.lu@intel.com> 36*8cbf5cb7Schristos 37*8cbf5cb7Schristos * elfcpp.h (Elf_sizes): Add chdr_size. 38*8cbf5cb7Schristos (Chdr): New. 39*8cbf5cb7Schristos (Chdr_write): Likewise. 40*8cbf5cb7Schristos * elfcpp_internal.h (Chdr_data): Likewise. 41*8cbf5cb7Schristos 42*8cbf5cb7Schristos2015-04-08 H.J. Lu <hongjiu.lu@intel.com> 43*8cbf5cb7Schristos 44*8cbf5cb7Schristos * elfcpp.h (SHF): Add SHF_COMPRESSED. 45*8cbf5cb7Schristos (ELFCOMPRESS_ZLIB): New. 46*8cbf5cb7Schristos (ELFCOMPRESS_LOOS): Likewise. 47*8cbf5cb7Schristos (ELFCOMPRESS_HIOS): Likewise. 48*8cbf5cb7Schristos (ELFCOMPRESS_LOPROC): Likewise. 49*8cbf5cb7Schristos (ELFCOMPRESS_HIPROC): Likewise. 50*8cbf5cb7Schristos 51*8cbf5cb7Schristos2015-04-07 HC Yen <hc.yen@mediatek.com> 52*8cbf5cb7Schristos 53*8cbf5cb7Schristos * arm.h: Add TAG_CPU_ARCH_V8 in Tag_CPU_arch EABI attribute. 54*8cbf5cb7Schristos 55*8cbf5cb7Schristos2015-02-09 Mark Wielaard <mjw@redhat.com> 56*8cbf5cb7Schristos 57*8cbf5cb7Schristos * dwarf.h (enum DW_LANG): Add DW_LANG_C_plus_plus_11, 58*8cbf5cb7Schristos DW_LANG_C11, DW_LANG_C_plus_plus_14, DW_LANG_Fortran03 and 59*8cbf5cb7Schristos DW_LANG_Fortran08 from ../include/dwarf2.h. 60*8cbf5cb7Schristos 61*8cbf5cb7Schristos2015-01-22 Han Shen <shenhan@google.com> 62*8cbf5cb7Schristos 63*8cbf5cb7Schristos * arm.h (R_ARM_IRELATIVE): New dynamic relocation. 64*8cbf5cb7Schristos 65*8cbf5cb7Schristos2015-01-01 Alan Modra <amodra@gmail.com> 66*8cbf5cb7Schristos 67*8cbf5cb7Schristos Update year range in copyright notice of all files. 68*8cbf5cb7Schristos 69*8cbf5cb7Schristos2014-12-25 Alan Modra <amodra@gmail.com> 70*8cbf5cb7Schristos 71*8cbf5cb7Schristos * arm.h: Add enums for Tag_ABI_FP_number_model and Tag_ABI_VFP_args. 72*8cbf5cb7Schristos 73*8cbf5cb7Schristos2014-09-17 Han Shen <shenhan@google.com> 74*8cbf5cb7Schristos 75*8cbf5cb7Schristos * aarch64.h (R_AARCH64_TLS_DTPREL64): Switch enum value with ... 76*8cbf5cb7Schristos (R_AARCH64_TLS_DTPMOD64): ... enum value. 77*8cbf5cb7Schristos 78*8cbf5cb7Schristos2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com> 79*8cbf5cb7Schristos Matthew Fortune <matthew.fortune@imgtec.com> 80*8cbf5cb7Schristos 81*8cbf5cb7Schristos * mips.h (E_MIPS_ARCH_32R6, E_MIPS_ARCH_64R6): New enum constants. 82*8cbf5cb7Schristos 83*8cbf5cb7Schristos2014-09-02 Cary Coutant <ccoutant@google.com> 84*8cbf5cb7Schristos 85*8cbf5cb7Schristos * elfcpp_file.h (Elf_file::shnum): New const function. 86*8cbf5cb7Schristos (Elf_file::shstrndx): New const function. 87*8cbf5cb7Schristos (Elf_file::large_shndx_offset): New const function. 88*8cbf5cb7Schristos (Elf_file::section_name): Add const attribute. 89*8cbf5cb7Schristos (Elf_file::section_header_offset): Likewise. 90*8cbf5cb7Schristos 91*8cbf5cb7Schristos2014-08-08 Han Shen <shenhan@google.com> 92*8cbf5cb7Schristos 93*8cbf5cb7Schristos * aarch64.h (withdrawn): Replaced with R_AARCH64_withdrawn. 94*8cbf5cb7Schristos 95*8cbf5cb7Schristos2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> 96*8cbf5cb7Schristos 97*8cbf5cb7Schristos * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type. 98*8cbf5cb7Schristos 99*8cbf5cb7Schristos2014-07-02 Jing Yu <jingyu@google.com> 100*8cbf5cb7Schristos 101*8cbf5cb7Schristos * aarch64.h: New file. New enums for aarch64-elf64 relocations. 102*8cbf5cb7Schristos * elfcpp.h (EM_AARCH64, SHT_AARCH64_ATTRIBUTES, PT_AARCH64_ARCHEXT, 103*8cbf5cb7Schristos PT_AARCH64_UNWIND): New enum constant. 104*8cbf5cb7Schristos 105*8cbf5cb7Schristos2014-04-22 Christian Svensson <blue@cmd.nu> 106*8cbf5cb7Schristos 107*8cbf5cb7Schristos * elfcpp.h: Remove openrisc and or32 support. 108*8cbf5cb7Schristos 109*8cbf5cb7Schristos2014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com> 110*8cbf5cb7Schristos 111*8cbf5cb7Schristos * mips.h (R _MIPS16_TLS_GD, R_MIPS16_TLS_LDM, R_MIPS16_TLS_DTPREL_HI16, 112*8cbf5cb7Schristos R_MIPS16_TLS_DTPREL_LO16, R_MIPS16_TLS_GOTTPREL, 113*8cbf5cb7Schristos R_MIPS16_TLS_TPREL_HI16, R_MIPS16_TLS_TPREL_LO16, R_MICROMIPS_26_S1, 114*8cbf5cb7Schristos R_MICROMIPS_HI16, R_MICROMIPS_LO16, R_MICROMIPS_GPREL16, 115*8cbf5cb7Schristos R_MICROMIPS_LITERAL, R_MICROMIPS_GOT16, R_MICROMIPS_PC7_S1, 116*8cbf5cb7Schristos R_MICROMIPS_PC10_S1, R_MICROMIPS_PC16_S1, R_MICROMIPS_CALL16, 117*8cbf5cb7Schristos R_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_PAGE, R_MICROMIPS_GOT_OFST, 118*8cbf5cb7Schristos R_MICROMIPS_GOT_HI16, R_MICROMIPS_GOT_LO16, R_MICROMIPS_SUB, 119*8cbf5cb7Schristos R_MICROMIPS_HIGHER, R_MICROMIPS_HIGHEST, R_MICROMIPS_CALL_HI16, 120*8cbf5cb7Schristos R_MICROMIPS_CALL_LO16, R_MICROMIPS_SCN_DISP, R_MICROMIPS_JALR, 121*8cbf5cb7Schristos R_MICROMIPS_HI0_LO16, R_MICROMIPS_TLS_GD, R_MICROMIPS_TLS_LDM, 122*8cbf5cb7Schristos R_MICROMIPS_TLS_DTPREL_HI16, R_MICROMIPS_TLS_DTPREL_LO16, 123*8cbf5cb7Schristos R_MICROMIPS_TLS_GOTTPREL, R_MICROMIPS_TLS_TPREL_HI16, 124*8cbf5cb7Schristos R_MICROMIPS_TLS_TPREL_LO16, R_MICROMIPS_GPREL7_S2, 125*8cbf5cb7Schristos R_MICROMIPS_PC23_S20, R_MIPS_EH): New enums for relocations (mips16 and 126*8cbf5cb7Schristos micromips). 127*8cbf5cb7Schristos (STO_MIPS_FLAGS): New enum constant. 128*8cbf5cb7Schristos (elf_st_is_mips16): New function. 129*8cbf5cb7Schristos (elf_st_is_micromips): New function. 130*8cbf5cb7Schristos (is_micromips): New function. 131*8cbf5cb7Schristos (abi_n32): New function. 132*8cbf5cb7Schristos (abi_n64): New function. 133*8cbf5cb7Schristos (ODK_NULL, ODK_REGINFO, ODK_EXCEPTIONS, ODK_PAD, ODK_HWPATCH, ODK_FILL, 134*8cbf5cb7Schristos ODK_TAGS, ODK_HWAND, ODK_HWOR, ODK_GP_GROUP, ODK_IDENT): New enum 135*8cbf5cb7Schristos constants. 136*8cbf5cb7Schristos * elfcpp.h (SHT_MIPS_OPTIONS): New enum constant. 137*8cbf5cb7Schristos 138*8cbf5cb7Schristos2014-03-05 Alan Modra <amodra@gmail.com> 139*8cbf5cb7Schristos 140*8cbf5cb7Schristos Update copyright years. 141*8cbf5cb7Schristos 142*8cbf5cb7Schristos2014-03-05 Alan Modra <amodra@gmail.com> 143*8cbf5cb7Schristos 144*8cbf5cb7Schristos * powerpc.h (R_PPC64_REL24_NOTOC, R_PPC64_ADDR64_LOCAL): Define. 145*8cbf5cb7Schristos 146*8cbf5cb7Schristos2014-02-06 Andrew Pinski <apinski@cavium.com> 147*8cbf5cb7Schristos 148*8cbf5cb7Schristos * mips.h (E_MIPS_MACH_OCTEON3): New enum constant. 149*8cbf5cb7Schristos 150*8cbf5cb7Schristos2013-11-17 H.J. Lu <hongjiu.lu@intel.com> 151*8cbf5cb7Schristos 152*8cbf5cb7Schristos * x86_64.h (R_X86_64_PC32_BND): New. 153*8cbf5cb7Schristos (R_X86_64_PLT32_BND): Likewise. 154*8cbf5cb7Schristos 155*8cbf5cb7Schristos2013-10-30 Alan Modra <amodra@gmail.com> 156*8cbf5cb7Schristos 157*8cbf5cb7Schristos * powerpc.h (EF_PPC64_ABI): New enum constant. 158*8cbf5cb7Schristos (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK): Likewise. 159*8cbf5cb7Schristos (ppc64_decode_local_entry): New function. 160*8cbf5cb7Schristos (ppc64_encode_local_entry): Likewise. 161*8cbf5cb7Schristos 162*8cbf5cb7Schristos2013-10-30 Alan Modra <amodra@gmail.com> 163*8cbf5cb7Schristos 164*8cbf5cb7Schristos * powerpc.h (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA, 165*8cbf5cb7Schristos R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA, 166*8cbf5cb7Schristos R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Define. 167*8cbf5cb7Schristos 168*8cbf5cb7Schristos2013-03-01 Cary Coutant <ccoutant@google.com> 169*8cbf5cb7Schristos 170*8cbf5cb7Schristos * dwarf.h (enum DW_LANG): Adjust spacing for consistency. 171*8cbf5cb7Schristos (enum DW_SECT): New enum type. 172*8cbf5cb7Schristos 173*8cbf5cb7Schristos2012-12-17 Nick Clifton <nickc@redhat.com> 174*8cbf5cb7Schristos 175*8cbf5cb7Schristos * README: Add copyright notice. 176*8cbf5cb7Schristos 177*8cbf5cb7Schristos2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org> 178*8cbf5cb7Schristos 179*8cbf5cb7Schristos * arm.h: New enum for EABI soft- and hard-float flags. 180*8cbf5cb7Schristos 181*8cbf5cb7Schristos2012-09-15 Jiong Wang <jiwang@tilera.com> 182*8cbf5cb7Schristos 183*8cbf5cb7Schristos * tilegx.h: New file. 184*8cbf5cb7Schristos * elfcpp.h: add EM_TILEGX. 185*8cbf5cb7Schristos 186*8cbf5cb7Schristos2012-08-14 Alan Modra <amodra@gmail.com> 187*8cbf5cb7Schristos 188*8cbf5cb7Schristos * powerpc.h: Add more relocs. 189*8cbf5cb7Schristos (R_PPC_REL16*): Rename to R_POWERPC_REL16*. 190*8cbf5cb7Schristos 191*8cbf5cb7Schristos2012-05-11 H.J. Lu <hongjiu.lu@intel.com> 192*8cbf5cb7Schristos 193*8cbf5cb7Schristos PR gold/14091 194*8cbf5cb7Schristos * x86_64.h (R_X86_64_RELATIVE64): New. 195*8cbf5cb7Schristos 196*8cbf5cb7Schristos2012-05-01 Cary Coutant <ccoutant@google.com> 197*8cbf5cb7Schristos 198*8cbf5cb7Schristos * dwarf.h (enum DW_TAG, enum DW_FORM, enum DW_AT, enum DW_ENCODING) 199*8cbf5cb7Schristos (enum DW_OP, enum DW_CFA): Remove. 200*8cbf5cb7Schristos Include dwarf2.def. 201*8cbf5cb7Schristos 202*8cbf5cb7Schristos2012-04-23 Cary Coutant <ccoutant@google.com> 203*8cbf5cb7Schristos 204*8cbf5cb7Schristos * elfcpp_swap.h (struct Swap_aligned32): New template. 205*8cbf5cb7Schristos 206*8cbf5cb7Schristos2012-04-16 David S. Miller <davem@davemloft.net> 207*8cbf5cb7Schristos 208*8cbf5cb7Schristos * sparc.h (R_SPARC_JMP_IREL): New relocation. 209*8cbf5cb7Schristos 210*8cbf5cb7Schristos2012-04-12 David S. Miller <davem@davemloft.net> 211*8cbf5cb7Schristos 212*8cbf5cb7Schristos * sparc.h (R_SPARC_WDISP10): New relocation. 213*8cbf5cb7Schristos 214*8cbf5cb7Schristos2012-03-12 Cary Coutant <ccoutant@google.com> 215*8cbf5cb7Schristos 216*8cbf5cb7Schristos Update DWARF enums from ../include/dwarf2.h. 217*8cbf5cb7Schristos * dwarf.h (enum DW_TAG): Add new DWARF-4 tags. 218*8cbf5cb7Schristos (enum DW_FORM): Add new DWARF-4 and Fission extensions. 219*8cbf5cb7Schristos (enum DW_AT): New enum. 220*8cbf5cb7Schristos (enum DW_LINE_EXTENDED_OPS): Add new DWARF-4 opcode. 221*8cbf5cb7Schristos (enum DW_ENCODING): Add new DWARF-4 encoding. 222*8cbf5cb7Schristos (enum DW_OP): Add new DWARF-4 opcodes. 223*8cbf5cb7Schristos (enum DW_CHILDREN): New enum. 224*8cbf5cb7Schristos (enum DW_LANG): New enum. 225*8cbf5cb7Schristos 226*8cbf5cb7Schristos2012-01-27 Aleksandar Simeonov <asimeonov@mips.com> 227*8cbf5cb7Schristos 228*8cbf5cb7Schristos * mips.h: New file 229*8cbf5cb7Schristos * elfcpp.h (SHT_MIPS_REGINFO): New enums for processor-specific flags. 230*8cbf5cb7Schristos (SHF_MIPS_GPREL): Likewise. 231*8cbf5cb7Schristos (PT_MIPS_REGINFO, PT_MIPS_RTPROC, PT_MIPS_OPTIONS): Likewise. 232*8cbf5cb7Schristos (DT_MIPS_RLD_VERSION, DT_MIPS_TIME_STAMP, DT_MIPS_ICHECKSUM, 233*8cbf5cb7Schristos DT_MIPS_IVERSION, DT_MIPS_FLAGS, DT_MIPS_BASE_ADDRESS, DT_MIPS_MSYM, 234*8cbf5cb7Schristos DT_MIPS_CONFLICT, DT_MIPS_LIBLIST, DT_MIPS_LOCAL_GOTNO, 235*8cbf5cb7Schristos DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO, DT_MIPS_SYMTABNO, 236*8cbf5cb7Schristos DT_MIPS_UNREFEXTNO, DT_MIPS_GOTSYM, DT_MIPS_HIPAGENO, DT_MIPS_RLD_MAP, 237*8cbf5cb7Schristos DT_MIPS_DELTA_CLASS, DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE, 238*8cbf5cb7Schristos DT_MIPS_DELTA_INSTANCE_NO, DT_MIPS_DELTA_RELOC, DT_MIPS_DELTA_RELOC_NO, 239*8cbf5cb7Schristos DT_MIPS_DELTA_SYM, DT_MIPS_DELTA_SYM_NO, DT_MIPS_DELTA_CLASSSYM, 240*8cbf5cb7Schristos DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_CXX_FLAGS, DT_MIPS_PIXIE_INIT, 241*8cbf5cb7Schristos DT_MIPS_SYMBOL_LIB, DT_MIPS_LOCALPAGE_GOTIDX, DT_MIPS_LOCAL_GOTIDX, 242*8cbf5cb7Schristos DT_MIPS_HIDDEN_GOTIDX, DT_MIPS_PROTECTED_GOTIDX, DT_MIPS_OPTIONS, 243*8cbf5cb7Schristos DT_MIPS_INTERFACE, DT_MIPS_DYNSTR_ALIGN, DT_MIPS_INTERFACE_SIZE, 244*8cbf5cb7Schristos DT_MIPS_RLD_TEXT_RESOLVE_ADDR, DT_MIPS_PERF_SUFFIX, 245*8cbf5cb7Schristos DT_MIPS_COMPACT_SIZE, DT_MIPS_GP_VALUE, DT_MIPS_AUX_DYNAMIC, 246*8cbf5cb7Schristos DT_MIPS_PLTGOT, DT_MIPS_RWPLT): Likewise. 247*8cbf5cb7Schristos 248*8cbf5cb7Schristos2012-01-27 Ian Lance Taylor <iant@google.com> 249*8cbf5cb7Schristos 250*8cbf5cb7Schristos * elfcpp.h (STT_GNU_IFUNC): Add comment. 251*8cbf5cb7Schristos 252*8cbf5cb7Schristos2011-07-03 Samuel Thibault <samuel.thibault@gnu.org> 253*8cbf5cb7Schristos Thomas Schwinge <thomas@schwinge.name> 254*8cbf5cb7Schristos 255*8cbf5cb7Schristos PR binutils/12913 256*8cbf5cb7Schristos * elfcpp.h (ELFOSABI): Add ELFOSABI_GNU with value of ELFOSABI_LINUX, 257*8cbf5cb7Schristos keep ELFOSABI_LINUX as an alias. Remove ELFOSABI_HURD. 258*8cbf5cb7Schristos 259*8cbf5cb7Schristos2011-07-01 Ian Lance Taylor <iant@google.com> 260*8cbf5cb7Schristos 261*8cbf5cb7Schristos * dwarf.h (enum DW_CFA): Define. 262*8cbf5cb7Schristos 263*8cbf5cb7Schristos2010-08-12 Cary Coutant <ccoutant@google.com> 264*8cbf5cb7Schristos 265*8cbf5cb7Schristos * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT. 266*8cbf5cb7Schristos 267*8cbf5cb7Schristos2010-08-12 Cary Coutant <ccoutant@google.com> 268*8cbf5cb7Schristos 269*8cbf5cb7Schristos * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB, 270*8cbf5cb7Schristos SHT_GNU_INCREMENTAL_RELOCS. 271*8cbf5cb7Schristos 272*8cbf5cb7Schristos2010-08-04 Ian Lance Taylor <iant@google.com> 273*8cbf5cb7Schristos 274*8cbf5cb7Schristos * i386.h (R_386_IRELATIVE): Define. 275*8cbf5cb7Schristos * powerpc.h (R_POWERPC_IRELATIVE): Define. 276*8cbf5cb7Schristos (R_PPC_RELAX32, R_PPC_RELAX32PC): Don't define. 277*8cbf5cb7Schristos (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Don't define. 278*8cbf5cb7Schristos * sparc.h (R_SPARC_IRELATIVE): Define. 279*8cbf5cb7Schristos * x86_64.h (R_X86_64_IRELATIVE): Define. 280*8cbf5cb7Schristos (R_X86_64_GNU_VTINHERIT): Rename from R_386_GNU_VTINHERIT. 281*8cbf5cb7Schristos (R_X86_64_GNU_VTENTRY): Rename from R_386_GNU_VTENTRY. 282*8cbf5cb7Schristos 283*8cbf5cb7Schristos2010-05-12 Doug Kwan <dougkwan@google.com> 284*8cbf5cb7Schristos 285*8cbf5cb7Schristos * arm.h (Tag_FP_arch, Tag_ABI_align_needed, Tag_ABI_align_preserved, 286*8cbf5cb7Schristos Tag_FP_HP_extension, Tag_MPextension_use_legacy): Rename from 287*8cbf5cb7Schristos existing tags. 288*8cbf5cb7Schristos (Tag_undefined40, Tag_undefined41, Tag_MPextension_use, 289*8cbf5cb7Schristos Tag_undefined43): New tags. 290*8cbf5cb7Schristos (Targ_VFP_arch, Tag_ABI_align8_needed, TAG_ABI_align8_preserved, 291*8cbf5cb7Schristos Tag_VFP_HP_extension): Define aliases for backward compatiblity. 292*8cbf5cb7Schristos 293*8cbf5cb7Schristos2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 294*8cbf5cb7Schristos 295*8cbf5cb7Schristos * elfcpp.h (VER_FLG_INFO): Define. 296*8cbf5cb7Schristos 297*8cbf5cb7Schristos2010-01-21 Doug Kwan <dougkwan@google.com> 298*8cbf5cb7Schristos 299*8cbf5cb7Schristos * arm.h (EXIDX_CANTUNWIND): New enum. 300*8cbf5cb7Schristos 301*8cbf5cb7Schristos2010-01-19 Ian Lance Taylor <iant@google.com> 302*8cbf5cb7Schristos 303*8cbf5cb7Schristos * elfcpp.h (PN_XNUM): Define. 304*8cbf5cb7Schristos 305*8cbf5cb7Schristos2009-12-14 Ian Lance Taylor <iant@google.com> 306*8cbf5cb7Schristos 307*8cbf5cb7Schristos * elfcpp_file.h: Revert last patch. 308*8cbf5cb7Schristos 309*8cbf5cb7Schristos2009-12-11 Nick Clifton <nickc@redhat.com> 310*8cbf5cb7Schristos 311*8cbf5cb7Schristos * elfcpp_file.h: Fix shadowed variable warnings. 312*8cbf5cb7Schristos 313*8cbf5cb7Schristos2009-12-10 Doug Kwan <dougkwan@google.com> 314*8cbf5cb7Schristos 315*8cbf5cb7Schristos * arm.h: New enums for EABI object attribute tags and values. 316*8cbf5cb7Schristos 317*8cbf5cb7Schristos2009-12-05 Doug Kwan <dougkwan@google.com> 318*8cbf5cb7Schristos 319*8cbf5cb7Schristos * arm.h: Define enums for Tag_CPU_arch EABI attribute. 320*8cbf5cb7Schristos 321*8cbf5cb7Schristos2009-11-24 Rafael Avila de Espindola <espindola@google.com> 322*8cbf5cb7Schristos 323*8cbf5cb7Schristos * elfcpp_file.h: Include elfcpp.h. 324*8cbf5cb7Schristos 325*8cbf5cb7Schristos2009-11-03 Ian Lance Taylor <iant@google.com> 326*8cbf5cb7Schristos 327*8cbf5cb7Schristos * elfcpp.h: Remove trailing commas from enum definitions. 328*8cbf5cb7Schristos 329*8cbf5cb7Schristos2009-10-30 Doug Kwan <dougkwan@google.com> 330*8cbf5cb7Schristos 331*8cbf5cb7Schristos * arm.h (EF_ARM_BE8, EF_ARM_EABIMASK, EF_ARM_EABI_UNKNOWN, 332*8cbf5cb7Schristos EF_ARM_EABI_VER1, EF_ARM_EABI_VER2, EF_ARM_EABI_VER3, 333*8cbf5cb7Schristos EF_ARM_EABI_VER4, EF_ARM_EABI_VER5): New enums for processor-specific 334*8cbf5cb7Schristos flags. 335*8cbf5cb7Schristos (arm_eabi_version): New inline function. 336*8cbf5cb7Schristos * elfcpp.h: Add a comment about DT_ENCODING. 337*8cbf5cb7Schristos 338*8cbf5cb7Schristos2009-10-16 Doug Kwan <dougkwan@google.com> 339*8cbf5cb7Schristos 340*8cbf5cb7Schristos * elfcpp.h (DT_PREINIT_ARRAY): Correct enum value. 341*8cbf5cb7Schristos 342*8cbf5cb7Schristos2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com> 343*8cbf5cb7Schristos 344*8cbf5cb7Schristos * elfcpp_file.h (Elf_file::section_name): Change shstr_size 345*8cbf5cb7Schristos to Elf_WXword. 346*8cbf5cb7Schristos 347*8cbf5cb7Schristos2009-10-09 Mikolaj Zalewski <mikolajz@google.com> 348*8cbf5cb7Schristos 349*8cbf5cb7Schristos * elf_file.h: (class Elf_strtab): New class. 350*8cbf5cb7Schristos 351*8cbf5cb7Schristos2009-10-09 Mikolaj Zalewski <mikolajz@google.com> 352*8cbf5cb7Schristos 353*8cbf5cb7Schristos * elfcpp_file.h: Fix header guard. Include <cstdio>. 354*8cbf5cb7Schristos (class Elf_recognizer): New class, code from gold/object.cc. 355*8cbf5cb7Schristos (Elf_file::find_section_by_type): New method. 356*8cbf5cb7Schristos 357*8cbf5cb7Schristos2009-07-23 Ulrich Drepper <drepper@redhat.com> 358*8cbf5cb7Schristos 359*8cbf5cb7Schristos * elfcpp.h (enum STB): Add STB_GNU_UNIQUE. 360*8cbf5cb7Schristos 361*8cbf5cb7Schristos2009-06-21 Ian Lance Taylor <iant@google.com> 362*8cbf5cb7Schristos 363*8cbf5cb7Schristos * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant. 364*8cbf5cb7Schristos (enum SHT): Add SHT_X86_64_UNWIND. 365*8cbf5cb7Schristos (enum SHF): Add SHT_X86_64_LARGE. 366*8cbf5cb7Schristos 367*8cbf5cb7Schristos2009-05-27 Doug Kwan <dougkwan@google.com> 368*8cbf5cb7Schristos 369*8cbf5cb7Schristos * arm.h: New file. 370*8cbf5cb7Schristos * elfcpp.h (enum SHT): Add ARM-specific special sections. 371*8cbf5cb7Schristos (enum PT): Add ARM-specific section types. 372*8cbf5cb7Schristos (enum SST): Add STT_ARM_TFUNC. 373*8cbf5cb7Schristos 374*8cbf5cb7Schristos2009-04-30 Nick Clifton <nickc@redhat.com> 375*8cbf5cb7Schristos 376*8cbf5cb7Schristos * elfcpp.h (enum STT): Add STT_GNU_IFUNC. 377*8cbf5cb7Schristos 378*8cbf5cb7Schristos2009-03-20 Mikolaj Zalewski <mikolajz@google.com> 379*8cbf5cb7Schristos 380*8cbf5cb7Schristos * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define. 381*8cbf5cb7Schristos 382*8cbf5cb7Schristos2009-03-01 Ian Lance Taylor <iant@google.com> 383*8cbf5cb7Schristos 384*8cbf5cb7Schristos * elfcpp_swap.h: #include "config.h". Only #include <byteswap.h> 385*8cbf5cb7Schristos if HAVE_BYTESWAP_H is defined; if not, provide definitions for 386*8cbf5cb7Schristos bswap_{16,32,64}. For gcc 4.3 and later, use the builtin bswap 387*8cbf5cb7Schristos functions. Check WORDS_BIGENDIAN rather than __BYTE_ORDER. 388*8cbf5cb7Schristos 389*8cbf5cb7Schristos2009-01-06 H.J. Lu <hongjiu.lu@intel.com> 390*8cbf5cb7Schristos 391*8cbf5cb7Schristos * elfcpp.h (enum STT): Remove STT_IFUNC. 392*8cbf5cb7Schristos 393*8cbf5cb7Schristos2008-12-03 Nick Clifton <nickc@redhat.com> 394*8cbf5cb7Schristos 395*8cbf5cb7Schristos * elfcpp.h (enum STT): Add STT_IFUNC. 396*8cbf5cb7Schristos 397*8cbf5cb7Schristos2008-06-12 David S. Miller <davem@davemloft.net> 398*8cbf5cb7Schristos 399*8cbf5cb7Schristos * powerpc.h: New file. 400*8cbf5cb7Schristos * elfcpp.h (SHT_ORDERED): New enum constant. 401*8cbf5cb7Schristos (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same. 402*8cbf5cb7Schristos 403*8cbf5cb7Schristos2008-05-28 Caleb Howe <cshowe@google.com> 404*8cbf5cb7Schristos 405*8cbf5cb7Schristos * dwarf.h (enum DW_FORM): Define. 406*8cbf5cb7Schristos 407*8cbf5cb7Schristos2008-04-19 Ian Lance Taylor <iant@google.com> 408*8cbf5cb7Schristos 409*8cbf5cb7Schristos * elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field. 410*8cbf5cb7Schristos (Elf_file::large_shndx_offset): New function. 411*8cbf5cb7Schristos (Elf_file::construct): Initialize large_shndx_offset_. 412*8cbf5cb7Schristos (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and 413*8cbf5cb7Schristos set large_shndx_offset_. 414*8cbf5cb7Schristos 415*8cbf5cb7Schristos2008-04-16 David S. Miller <davem@davemloft.net> 416*8cbf5cb7Schristos 417*8cbf5cb7Schristos * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP, 418*8cbf5cb7Schristos DF_1_NODELETE, DF_1_LOADFLTR, DF_1_INITFIRST, 419*8cbf5cb7Schristos DF_1_NOOPEN, DF_1_ORIGIN, DF_1_DIRECT, DF_1_TRANS, 420*8cbf5cb7Schristos DF_1_INTERPOSE, DF_1_NODEFLIB, DF_1_NODUMP, 421*8cbf5cb7Schristos DF_1_CONLFAT): New enum constants. 422*8cbf5cb7Schristos 423*8cbf5cb7Schristos2008-04-15 David S. Miller <davem@davemloft.net> 424*8cbf5cb7Schristos 425*8cbf5cb7Schristos * sparc.h (EF_SPARC_EXT_MASK, EF_SPARC_32PLUS_MASK, 426*8cbf5cb7Schristos EF_SPARC_32PLUS, EF_SPARC_SUN_US1, EF_SPARC_HAL_R1, 427*8cbf5cb7Schristos EF_SPARC_SUN_US3, EF_SPARC_LEDATA, EF_SPARCV9_MM, 428*8cbf5cb7Schristos EF_SPARCV9_TSO, EF_SPARCV9_PSO, EF_SPARCV9_RMO): 429*8cbf5cb7Schristos Define as enum constants. 430*8cbf5cb7Schristos 431*8cbf5cb7Schristos2008-04-11 David S. Miller <davem@davemloft.net> 432*8cbf5cb7Schristos 433*8cbf5cb7Schristos * sparc.h: New file 434*8cbf5cb7Schristos * elfcpp.h (SHN_BEFORE, SHN_AFTER): New enum constants. 435*8cbf5cb7Schristos (SHT_SPARC_GOTDATA, SHF_ORDERED, SHF_EXCLUDE, 436*8cbf5cb7Schristos STT_SPARC_REGISTER, DT_SPARC_REGISTER): Likewise. 437*8cbf5cb7Schristos 438*8cbf5cb7Schristos2008-04-03 Ian Lance Taylor <iant@google.com> 439*8cbf5cb7Schristos 440*8cbf5cb7Schristos * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct 441*8cbf5cb7Schristos byte order. 442*8cbf5cb7Schristos 443*8cbf5cb7Schristos2008-03-24 Ian Lance Taylor <iant@google.com> 444*8cbf5cb7Schristos 445*8cbf5cb7Schristos * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants. 446*8cbf5cb7Schristos (NT_GNU_ABI_TAG, NT_GNU_HWCAP): Likewise. 447*8cbf5cb7Schristos (NT_GNU_BUILD_ID, NT_GNU_GOLD_VERSION): Likewise. 448*8cbf5cb7Schristos (ELF_NOTE_OS_LINUX, ELF_NOTE_OS_GNU): Likewise. 449*8cbf5cb7Schristos (ELF_NOTE_OS_SOLARIS2, ELF_NOTE_OS_NETBSD): Likewise. 450*8cbf5cb7Schristos (ELF_NOTE_OS_SYLLABLE): Likewise. 451*8cbf5cb7Schristos 452*8cbf5cb7Schristos2008-03-21 Ian Lance Taylor <iant@google.com> 453*8cbf5cb7Schristos 454*8cbf5cb7Schristos * Added source code to GNU binutils. 455*8cbf5cb7Schristos 456*8cbf5cb7SchristosCopyright (C) 2008-2015 Free Software Foundation, Inc. 457*8cbf5cb7Schristos 458*8cbf5cb7SchristosCopying and distribution of this file, with or without modification, 459*8cbf5cb7Schristosare permitted in any medium without royalty provided the copyright 460*8cbf5cb7Schristosnotice and this notice are preserved. 461*8cbf5cb7Schristos 462*8cbf5cb7SchristosLocal Variables: 463*8cbf5cb7Schristosmode: change-log 464*8cbf5cb7Schristosleft-margin: 8 465*8cbf5cb7Schristosfill-column: 74 466*8cbf5cb7Schristosversion-control: never 467*8cbf5cb7SchristosEnd: 468