X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2FChangeLog-9103;h=3eeb77c1bbaa25650a1de8f1977b5579e48e115a;hb=8e64f2a0d16624f14501c568f4bb2d7d79be9670;hp=670fe38b3125530de2735387f64733247c5f7a73;hpb=c9e214e571d08fa968a53210682a14060261b91c;p=binutils-gdb.git diff --git a/include/ChangeLog-9103 b/include/ChangeLog-9103 index 670fe38b312..3eeb77c1bba 100644 --- a/include/ChangeLog-9103 +++ b/include/ChangeLog-9103 @@ -8,6 +8,16 @@ * include/fibheap.h (fibnode): Use unsigned long int for bit-fields if __GNUC__ is defined. +2003-12-19 Andreas Tobler + + * fibheap.h (fibnode): Use __extension__ for + bit-fields mark and degree if __GNUC__. + +2003-12-18 Kazu Hirata + + * fibheap.h (fibnode): Use unsigned long int for + bit-fields if __GNUC__ is defined. + 2003-12-04 H.J. Lu * bfdlink.h (bfd_link_info): Change relax_finalizing to @@ -21,10 +31,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 +78,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 +159,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 +199,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 +246,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 +287,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 +312,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 +321,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 +332,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 +344,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 +411,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 +419,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. @@ -2588,7 +2533,7 @@ Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com) Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com) - RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and + RS/6000 support, by Metin G. Ozisik, Mimi Phûông-ThÃ¥o Võ, and John Gilmore. * a.out.gnu.h: Update slightly.