diff --git a/include/ChangeLog b/include/ChangeLog index 792ae80852..9b0140cffd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -3,10 +3,6 @@ * dis-asm.h (print_s390_disassembler_options): Prototype added. -2008-03-28 Eric B. Weddington - - * opcode/avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167. - 2008-03-24 Ian Lance Taylor * sha1.h: New file, from gnulib. @@ -39,30 +35,12 @@ DEMANGLE_COMPONENT_CHARACTER as new enum values. (demangle_component): Add struct s_character to union u. -2008-01-23 Eric B. Weddington - - * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. - -2008-01-03 Eric B. Weddington - - * opcode/avr.h (AVR_ISA_USB162): Add new opcode set. - (AVR_ISA_AVR3): Likewise. - -2007-11-17 Thiemo Seufer - - * elf/mips.h (Tag_GNU_MIPS_ABI_FP): Mention -mips32r2 -mfp64 variant - in comment. - 2007-11-07 Joseph Myers Daniel Jacobowitz * floatformat.h (struct floatformat): Add split_half field. (floatformat_ibm_long_double): New. -2007-11-05 Danny Smith - - * coff/pe.h (COFF_ENCODE_ALIGNMENT) Define. - 2007-09-06 Tom Tromey * libiberty.h (pex_free): Document process killing. @@ -220,10 +198,6 @@ * dis-asm.h (print_insn_spu): Declare. -2006-10-17 Mark Shinwell - - * elf/arm.h: Define TAG_CPU_ARCH_* constants. - 2006-09-17 Mei Ligang * dis-asm.h: Add prototypes for Score disassembler routines. @@ -251,31 +225,12 @@ * bfdlink.h (bfd_link_info): Replace need_relax_finalize with relax_pass. -2006-03-25 Bernd Schmidt - - * elf/bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO, - R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI, - R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE, - R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI, - R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI, - R_BFIN_GOTOFFLO): New relocs. - (EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros. - -2006-03-23 Michael Matz - - * elf/x86-64.h: Add the new relocations with their official - numbers. - 2006-02-17 Shrirang Khisti Anil Paranjape Shilin Shakti * dis-asm.h (print_insn_xc16c): New prototype. -2006-02-06 Steve Ellcey - - * elf/ia64.h (SHF_IA_64_HP_TLS): New. - 2006-01-18 DJ Delorie * md5.h: Include ansidecl.h @@ -299,25 +254,12 @@ Second part of ms1 to mt renaming. * dis-asm.h (print_insn_mt): Renamed. -2005-12-12 Nathan Sidwell - - * elf/mt.h: Renamed from ms1.h - 2005-12-10 Terry Laurenzo PR java/9861 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative output format for return types -2005-11-07 Nathan Sidwell - - Add ms2. - * elf/ms1.h (EF_MS1_CPU_MS2): New. - -2005-11-06 John David Anglin - - * elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs. - 2005-11-03 Alan Modra * bfdlink.h (struct bfd_link_order): Tweak comment. @@ -343,7 +285,6 @@ 2005-09-30 Catherine Moore * dis-asm.h (print_insn_bfin): Declare. - * opcode/bfin.h: New file. 2005-09-26 Mark Mitchell @@ -353,7 +294,6 @@ * bfdlink.h: Remove mention of a29k. * dis-asm.h: Remove a29k support. - * aout/encap.h: Likewise. 2005-08-17 Mark Kettenis diff --git a/include/aout/ChangeLog b/include/aout/ChangeLog index 6d1f374e2c..e5c315aa44 100644 --- a/include/aout/ChangeLog +++ b/include/aout/ChangeLog @@ -2,6 +2,10 @@ * ar.h (ARMAGT): New magic string for thin archives. +2005-08-18 Alan Modra + + * encap.h: Remove a29k support. + 2005-05-10 Nick Clifton * Update the address and phone number of the FSF organization in diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 936cefa881..fdd09db49a 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,7 @@ +2007-11-05 Danny Smith + + * pe.h (COFF_ENCODE_ALIGNMENT) Define. + 2007-08-02 H.J. Lu * pe.h (IMAGE_SCN_ALIGN_POWER_BIT_POS): New. diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 3277d846b4..35fb0a928f 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -94,6 +94,11 @@ * internal.h (ELF_IS_SECTION_IN_SEGMENT): Adjust to cope with segments at the end of memory. +2007-11-17 Thiemo Seufer + + * mips.h (Tag_GNU_MIPS_ABI_FP): Mention -mips32r2 -mfp64 variant + in comment. + 2007-11-16 Nick Clifton * dwarf2.h: Mention the location of the DWARF3 spec on the web. @@ -285,6 +290,10 @@ (EF_SCORE_FIXDEP): Redefine EF_SCORE_FIXDEP as 0x40000000. (EF_SCORE_HASENTRY): Delete. +2006-10-17 Mark Shinwell + + * arm.h: Define TAG_CPU_ARCH_* constants. + 2006-09-17 Mei Ligang * score.h: New file. @@ -320,6 +329,21 @@ * avr.h: Add E_AVR_MACH_AVR6, R_AVR_LO8_LDI_GS and R_AVR_HI8_LDI_GS. +2006-03-25 Bernd Schmidt + + * bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO, + R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI, + R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE, + R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI, + R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI, + R_BFIN_GOTOFFLO): New relocs. + (EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros. + +2006-03-23 Michael Matz + + * x86-64.h: Add the new relocations with their official + numbers. + 2006-03-22 Richard Sandiford Daniel Jacobowitz Phil Edwards @@ -379,6 +403,10 @@ (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC, DW_LANG_D): New. +2006-02-06 Steve Ellcey + + * ia64.h (SHF_IA_64_HP_TLS): New. + 2006-02-24 DJ Delorie * m32c.h: Add relax relocs. @@ -428,6 +456,10 @@ * common.h (EM_MT): Renamed. * mt.h: Rename relocs, cpu & other defines. +2005-12-12 Nathan Sidwell + + * mt.h: Renamed from ms1.h + 2005-12-12 Paul Brook * arm.h (elf32_arm_get_eabi_attr_int): Add prototype. @@ -438,6 +470,15 @@ * mips.h (STO_OPTIONAL): Define. (ELF_MIPS_IS_OPTIONAL): Define. +2005-11-07 Nathan Sidwell + + Add ms2. + * ms1.h (EF_MS1_CPU_MS2): New. + +2005-11-06 John David Anglin + + * hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs. + 2005-09-30 Catherine Moore * bfin.h: New file. @@ -494,6 +535,10 @@ * common.h (EM_M32C): New machine number. * m32c.h: New file. +2005-06-17 Jakub Jelinek + + * external.h (GRP_ENTRY_SIZE): Define. + 2005-06-17 Jan Beulich * x86-64.h (elf_x86_64_reloc_type): Adjust comment for diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index f2c8d4d6d1..0e9a494795 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -7,6 +7,10 @@ * i386.h (MAX_OPERANDS): Set to 5. (MAX_MNEM_SIZE): Changed to 20. +2008-03-28 Eric B. Weddington + + * avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167. + 2008-03-09 Paul Brook * arm.h (FPU_VFP_EXT_D32, FPU_VFP_V3D16, FPU_ARCH_VFP_V3D16): Define. @@ -42,6 +46,15 @@ (CPU_OCTEON): New macro. (OPCODE_IS_MEMBER): Handle Octeon instructions. +2008-01-23 Eric B. Weddington + + * avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. + +2008-01-03 Eric B. Weddington + + * avr.h (AVR_ISA_USB162): Add new opcode set. + (AVR_ISA_AVR3): Likewise. + 2007-11-29 Mark Shinwell * mips.h (INSN_LOONGSON_2E): New. @@ -365,6 +378,10 @@ before corresponding pa11 opcodes. Add strict pa10 register-immediate entries for "fdc". +2005-09-30 Catherine Moore + + * bfin.h: New file. + 2005-09-24 John David Anglin * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.