diff --git a/include/ChangeLog-9103 b/include/ChangeLog-9103 index 670fe38b3..f8d379808 100644 --- a/include/ChangeLog-9103 +++ b/include/ChangeLog-9103 @@ -1,11 +1,11 @@ 2003-12-19 Andreas Tobler - * include/fibheap.h (fibnode): Use __extension__ for + * fibheap.h (fibnode): Use __extension__ for bit-fields mark and degree if __GNUC__. 2003-12-18 Kazu Hirata - * include/fibheap.h (fibnode): Use unsigned long int for + * fibheap.h (fibnode): Use unsigned long int for bit-fields if __GNUC__ is defined. 2003-12-04 H.J. Lu @@ -21,10 +21,6 @@ * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field. -2003-11-18 Maciej W. Rozycki - - * opcode/mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB. - 2003-11-14 Nick Clifton * dis-asm.h (struct disassemble_info): Add new field @@ -72,11 +68,6 @@ Change type of globals and locals fields to struct bfd_elf_version_expr_head. -2003-10-14 Bob Wilson - - * elf/xtensa.h: Formatting. Fix comments about property section - names for linkonce sections. - 2003-09-22 Andrew Cagney * floatformat.h (struct floatformat): Add field "is_valid". @@ -158,7 +149,6 @@ 2003-05-23 Jakub Jelinek * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack. - * elf/common.h (PT_GNU_STACK): Define. 2003-06-03 H.J. Lu @@ -199,13 +189,6 @@ * bfdlink.h (bfd_link_callbacks): Add error_handler. -2003-04-04 Svein E. Seldal - - * coff/tic4x.h: Namespace cleanup. Replace s/c4x/tic4x - and s/c3x/tic3x/ - * coff/tc-tic4x.h: Ditto - * opcode/tic4x.h: Ditto - 2003-04-02 Bob Wilson * xtensa-config.h: Remove comment indicating that this is a @@ -253,15 +236,6 @@ (htab_create_alloc_ex): New prototype. (htab_set_functions_ex): New prototype. -2003-01-25 Jakub Jelinek - - * elf/sparc.h: Add TLS relocs. Move R_SPARC_REV32 to 252. - -2003-01-20 Svein E. Seldal - - * coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug - * coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros - 2002-07-17 Geoffrey Keating * splay-tree.h (GTY): Define if undefined. @@ -303,12 +277,6 @@ * libiberty.h (make_relative_prefix): Add prototype. -2002-11-16 Klee Dienes - - * opcode/m88k.h (INSTAB): Remove 'next' field. - (instruction): Remove definition; replace with extern declaration - and mark as const. - 2002-11-14 Egor Duda * bfdlink.h (struct bfd_link_info): Add new boolean @@ -334,10 +302,6 @@ * getopt.h: getopt is in unistd.h (based on SUSv2). -2002-09-26 Jakub Jelinek - - * elf/x86-64.h: Add TLS relocs. - 2002-09-26 Andrew Cagney * regs/: Delete directory. @@ -347,11 +311,6 @@ * libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HAVE_DECL_ macro is 1. -2002-09-19 Jakub Jelinek - - * elf/i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE): - Define. - 2002-09-19 Nathan Tallent * dis-asm.h: Remove (errant) trailing semicolon (;) from the @@ -363,11 +322,7 @@ 2002-08-28 Michael Hayes - * coff/internal.h: Add new relocation types. - * coff/ti.h: Add file-header flags for tic4x code. * dis-asm.h: Add standard disassembler for tic4x. - * opcode/tic4x.h: New file. - * coff/tic4x.h: New file 2002-08-07 H.J. Lu @@ -379,20 +334,11 @@ * bfdlink.h (bfd_link_common_skip_ar_symbols): New enum. (struct bfd_link_info): Add new field 'common_skip_ar_symbols'. -2002-07-25 Richard Sandiford - - * opcode/mips.h (CPU_R2000): Remove. - 2002-07-19 Denis Chertykov Matthew Green * dis-asm.h (print_insn_ip2k): Declare. -2002-07-10 Jakub Jelinek - - * elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, - DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define. - 2002-07-01 Alan Modra * bfdlink.h (struct bfd_sym_chain): Declare. @@ -455,11 +401,6 @@ (htab_create): Replace with #define. (htab_try_create): Delete. -2002-05-31 Michal Ludvig - - * elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed - to DW_CFA_lo_user, DW_CFA_hi_user respectively. - 2002-05-28 Kuang Hwa Lin * dis-asm.h: Prototype print_insn_dlx. @@ -468,12 +409,6 @@ * sim-d10v.h: Delete file. Moved to include/gdb/. -2002-05-23 Jakub Jelinek - - * elf/common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define. - * elf/ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22. - * elf/i386.h: Add TLS relocs. - 2002-05-21 H.J. Lu (hjl@gnu.org) * bfdlink.h (bfd_link_info): Add allow_multiple_definition. diff --git a/include/coff/ChangeLog-9103 b/include/coff/ChangeLog-9103 index d18113d52..98a778456 100644 --- a/include/coff/ChangeLog-9103 +++ b/include/coff/ChangeLog-9103 @@ -1,3 +1,20 @@ +2005-04-13 H.J. Lu + + Moved from ../ChangeLog + + 2003-04-04 Svein E. Seldal + * tic4x.h: Namespace cleanup. Replace s/c4x/tic4x + and s/c3x/tic3x/ + + 2003-01-20 Svein E. Seldal + * tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug + * ti.h (TICOFF_TARGET_MACHINE_GET): Added macros + + 2002-08-28 Michael Hayes + * internal.h: Add new relocation types. + * ti.h: Add file-header flags for tic4x code. + * tic4x.h: New file + 2003-12-02 Graham Reed * internal.h (C_WEAKEXT): Add alternative value for AIX 5.2 diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index d8a21369f..3515bc36c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,5 +1,7 @@ 2005-04-13 H.J. Lu + Moved from ../ChangeLog + 2004-10-27 Richard Earnshaw * arm.h: Add R_ARM_CALL and R_ARM_JUMP32. diff --git a/include/elf/ChangeLog-9103 b/include/elf/ChangeLog-9103 index 713d80d14..93632ef80 100644 --- a/include/elf/ChangeLog-9103 +++ b/include/elf/ChangeLog-9103 @@ -1,6 +1,40 @@ +2005-04-13 H.J. Lu + + Moved from ../ChangeLog + + 2003-10-14 Bob Wilson + * xtensa.h: Formatting. Fix comments about property section + names for linkonce sections. + + 2003-05-23 Jakub Jelinek + * common.h (PT_GNU_STACK): Define. + + 2003-01-25 Jakub Jelinek + * sparc.h: Add TLS relocs. Move R_SPARC_REV32 to 252. + + 2002-09-26 Jakub Jelinek + * x86-64.h: Add TLS relocs. + + 2002-09-19 Jakub Jelinek + * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE): + Define. + + 2002-07-10 Jakub Jelinek + * common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED, + DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define. + + 2002-05-31 Michal Ludvig + * dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed + to DW_CFA_lo_user, DW_CFA_hi_user respectively. + + 2002-05-23 Jakub Jelinek + * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define. + * ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22. + * i386.h: Add TLS relocs. + 2003-12-19 Kazuhiro Inaoka - * elf/m32r.h : Added m32r-linux and PIC support. Add new ABI that + * m32r.h : Added m32r-linux and PIC support. Add new ABI that uses RELA. (R_M32R_16_RELA, R_M32R_32_RELA, R_M32R_24_RELA, R_M32R_10_PCREL_RELA, R_M32R_18_PCREL_RELA, @@ -22,7 +56,7 @@ 2003-12-03 Kazuhiro Inaoka - * elf/m32r.h: Add new machine type m32r2 and instruction modes. + * m32r.h: Add new machine type m32r2 and instruction modes. 2003-11-06 Alan Modra @@ -148,7 +182,7 @@ 2003-04-24 Dhananjay Deshpande - * elf/h8.h (E_H8_MACH_H8300HN, E_H8_MACH_H8300SN): New + * h8.h (E_H8_MACH_H8300HN, E_H8_MACH_H8300SN): New 2003-04-23 J"orn Rennecke @@ -165,8 +199,8 @@ 2003-04-01 Bob Wilson - * elf/common.h (EM_XTENSA_OLD): Define. - * elf/xtensa.h: New file. + * common.h (EM_XTENSA_OLD): Define. + * xtensa.h: New file. 2003-04-01 Nick Clifton @@ -339,7 +373,7 @@ 2002-08-28 Catherine Moore - * elf/v850.h (R_V850_LONGCALL, R_V850_ALIGN, + * v850.h (R_V850_LONGCALL, R_V850_ALIGN, R_V850_LONGJUMP): New relocations. 2002-08-15 Alan Modra @@ -535,7 +569,7 @@ 2001-12-13 Jakub Jelinek - * elf/common.h (PT_GNU_EH_FRAME): Define. + * common.h (PT_GNU_EH_FRAME): Define. 2001-12-11 Alan Modra diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e3f2b58bc..d632148ae 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,7 @@ 2005-04-13 H.J. Lu + Moved from ../ChangeLog + 2005-04-12 Paul Brook * m88k.h: Rename psr macros to avoid conflicts. diff --git a/include/opcode/ChangeLog-9103 b/include/opcode/ChangeLog-9103 index 0cdb1f3be..9a04bf5f5 100644 --- a/include/opcode/ChangeLog-9103 +++ b/include/opcode/ChangeLog-9103 @@ -1,3 +1,22 @@ +2005-04-13 H.J. Lu + + 2003-11-18 Maciej W. Rozycki + * mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB. + + 2003-04-04 Svein E. Seldal + * tic4x.h: Namespace cleanup. Replace s/c4x/tic4x + + 2002-11-16 Klee Dienes + * m88k.h (INSTAB): Remove 'next' field. + (instruction): Remove definition; replace with extern declaration + and mark as const. + + 2002-08-28 Michael Hayes + * tic4x.h: New file. + + 2002-07-25 Richard Sandiford + * mips.h (CPU_R2000): Remove. + 2003-10-21 Peter Barada Bernardo Innocenti