From 02f7156281e8b99504f335f55b29aa6ae307488b Mon Sep 17 00:00:00 2001 From: David Carlton Date: Mon, 26 Jan 2004 19:11:55 +0000 Subject: 2004-01-26 David Carlton * Merge with mainline; tag is carlton_dictionary-20040126-merge. --- include/ChangeLog | 734 ++++++------------------------------------------------ 1 file changed, 78 insertions(+), 656 deletions(-) (limited to 'include/ChangeLog') diff --git a/include/ChangeLog b/include/ChangeLog index 4328b98a45c..e2fa68f30d9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,39 +1,32 @@ -2003-12-04 H.J. Lu +2004-01-12 Ian Lance Taylor - * bfdlink.h (bfd_link_info): Change relax_finalizing to - need_relax_finalize. + * demangle.h: Instead of checking ANSI_PROTOTYPES, just include + "libiberty.h". -2003-12-03 Alan Modra + * demangle.h: If ANSI_PROTOTYPES is defined, include . - * bfdlink.h (struct bfd_link_hash_entry): Rename "next" to "und_next". + * demangle.h (enum demangle_component_type): Define. + (struct demangle_operator_info): Declare. + (struct demangle_builtin_type_info): Declare. + (struct demangle_component): Define. + (cplus_demangle_fill_component): Declare. + (cplus_demangle_fill_name): Declare. + (cplus_demangle_fill_builtin_type): Declare. + (cplus_demangle_fill_operator): Declare. + (cplus_demangle_fill_extended_operator): Declare. + (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare. + (cplus_demangle_v3_components): Declare. + (cplus_demangle_print): Declare. -2003-12-02 Alan Modra +2003-12-19 Andreas Tobler - * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field. + * include/fibheap.h (fibnode): Use __extension__ for + bit-fields mark and degree if __GNUC__. -2003-11-18 Maciej W. Rozycki +2003-12-18 Kazu Hirata - * 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 - 'symbol_is_valid' which is a function which can tell the - disassembler to skip certain symbols as they should not be - displayed to the user. - (arm_symbol_is_valid): New prototype. This is the ARM - specific function for the symbol_is_valid field. - (generic_symbol_is_valid): New prototype. This is the default - function pointed to by the symbol_is_valid field. - -2003-11-06 Bruno Rohee - - * hp-symtab.h: Fix "the the" typo. - -2003-10-24 H.J. Lu - - * bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove - "wildcard". + * include/fibheap.h (fibnode): Use unsigned long int for + bit-fields if __GNUC__ is defined. 2003-10-22 Joseph S. Myers @@ -50,23 +43,6 @@ definiens of the fast variant; that way, we'll be more likely to catch future bugs in the fast variants. -2003-10-22 Jakub Jelinek - - * bfdlink.h (struct bfd_elf_version_expr): Remove match field. - Add wildcard and mask fields. - (BFD_ELF_VERSION_C_TYPE): Define. - (BFD_ELF_VERSION_CXX_TYPE): Likewise. - (BFD_ELF_VERSION_JAVA_TYPE): Likewise. - (struct bfd_elf_version_expr_head): New. - (struct bfd_elf_version_tree): Add match field. - 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". @@ -84,27 +60,6 @@ * floatformat.h (floatformat_is_valid): Add prototype. -2003-08-27 Andrew Cagney - - * dis-asm.h (init_disassemble_info): Declare. - (INIT_DISASSEMBLE_INFO): Redefine as a call to - init_disassemble_info. - (INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto. - -2003-08-20 Nick Clifton - - * bfdlink.h (enum report_method): New enum. Describes how to - report something. - (struct bfd_link_info): Delete fields 'no_undefined' and - 'allow_shlib_undefined'. Replace with - 'unresolved_symbols_in_objects' and - 'unresolved_symbols_in_shared_libs'. - -2003-08-07 Alan Modra - - * bfdlink.h: Remove PARAMS macro. Replace PTR with void *. - * dis-asm.h: Likewise. - 2003-07-09 Bob Wilson * xtensa-config.h: Undef all macros before defining them. @@ -121,15 +76,6 @@ * xtensa-config.h: New file imported from binutils. -2003-06-30 Bob Wilson - - * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS, - XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define. - -2003-06-25 Alan Modra - - * bfdlink.h: Correct spelling of "relocatable". - 2003-06-22 Zack Weinberg * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to @@ -145,25 +91,6 @@ * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support. -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 - - * bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New. - -2003-05-30 Ulrich Drepper - Jakub Jelinek - - * bfdlink.h (struct bfd_link_info): Add pie and executable - bits. - -2003-05-21 Nick Clifton - - * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment. - 2003-05-15 Jim Blandy * libiberty.h (hex_value): Make the value an unsigned int, to @@ -171,43 +98,11 @@ than int --- like bfd_vma, on some platforms. (_hex_value): Update declaration. -2003-05-09 Alan Modra - - * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on - gen_num_opcodes_fn return type. - 2003-05-07 Jason Merrill * hashtab.h (iterative_hash): Prototype. (iterative_hash_object): New macro. -2003-04-28 H.J. Lu - - * bfdlink.h (bfd_link_info): Add relax_finalizing. - -2003-04-23 H.J. Lu - - * 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 - generated file. - -2003-04-01 Bob Wilson - - * dis-asm.h (print_insn_xtensa): Declare. - * xtensa-config.h: New file. - * xtensa-isa-internal.h: Likewise. - * xtensa-isa.h: Likewise. - 2003-03-17 Kaveh R. Ghazi * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF, @@ -232,10 +127,6 @@ * libiberty.h (lrealpath): Add declaration. -2003-01-31 Grant Grundler - - * hppa.h (ldwa, ldda): Add ordered opcodes. - 2003-01-26 Daniel Jacobowitz * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. @@ -243,15 +134,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. @@ -260,31 +142,6 @@ (struct splay_tree_s): Likewise. Make allocate_data a PTR, not a void *. -2002-01-02 Ben Elliston - - * dis-asm.h (print_insn_iq2000): Declare. - -2002-12-24 Dmitry Diky - - * dis-asm.h: Add msp430 disassembler prototype. - -2002-12-27 Chris Demetriou - - * dis-asm.h (print_mips_disassembler_options): Prototype. - -2002-12-23 Alan Modra - - * bfdlink.h (struct bfd_link_info): Add "strip_discarded". - -2002-12-20 Alan Modra - - * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with - bit-fields. Rearrange to put all like types together. - -2002-11-30 Alan Modra - - * bfdlink.h: Replace boolean with bfd_boolean. Formatting. - 2002-11-23 Simon Burge * libiberty.h (basename): Add NetBSD to the list. @@ -293,17 +150,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 - field pei386_runtime_pseudo_reloc. - 2002-10-26 Roger Sayle * partition.h: Close the extern "C" scope when compiling with C++. @@ -324,70 +170,11 @@ * 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. - 2002-09-19 Alexandre Oliva * 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 - extern "C" { } declaration. - -2002-09-04 Nick Clifton - - * dis-asm.h (print_ppc_disassembler_options): Prototype. - -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 - - * bfdlink.h (bfd_link_info): Add allow_undefined_version. - (bfd_elf_version_expr): Add symver and script. - -2002-07-31 Ian Dall - - * 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. - (struct bfd_link_info): Add gc_sym_list. Formatting fixes. - 2002-06-25 Alan Modra * demangle.h: #include "ansidecl.h" rather than #include . @@ -402,22 +189,6 @@ * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME. * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. -2002-06-18 Dave Brolley - - From Catherine Moore: - * dis-asm.h (print_insn_frv): New prototype. - -2002-06-09 Andrew Cagney - - * remote-sim.h: Move to directory gdb/. - * callback.h: Move to directory gdb/. - -2002-06-07 Charles Wilson - - * bfdlink.h (struct bfd_link_info): Change type of - pei386_auto_import field to int so that -1 can mean enabled by - default and 1 can mean enabled by command line switch. - 2002-06-06 DJ Delorie * hashtab.h (htab): Rearrange new members for backward @@ -445,33 +216,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. - -2002-05-23 Andrew Cagney - - * 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. - -2002-05-17 J"orn Rennecke - - * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype. - 2002-04-16 David S. Miller * xregex2.h (__restrict_arr): Define to __restrict on GCC @@ -481,15 +225,11 @@ * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names. -2002-03-10 Daniel Jacobowitz - - * gdb: New directory. - 2002-03-06 Andrew Cagney * floatformat.h (floatformat_arm_ext): Delete declaration. -2002-02-21 Jim Blandy +2002-02-22 Jim Blandy Allow the user to specify functions for allocating memory for splay tree roots and nodes. @@ -499,25 +239,6 @@ `allocate_data'. (splay_tree_new_with_allocator): New function declaration. -2002-02-15 Alan Modra - - Support arbitrary length fill patterns. - * bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order. - (struct bfd_link_order): Remove fill. Add data.size. - -2002-02-08 Alexandre Oliva - - Contribute sh64-elf. - 2000-11-25 Hans-Peter Nilsson - * dis-asm.h (print_insn_sh64): New prototype. - (print_insn_sh64l): New prototype. - (print_insn_sh64x_media): New prototype. - -2002-02-05 Frank Ch. Eigler - - * dis-asm.h (disassemble_info): New field `insn_sets'. - (INIT_DISASSEMBLE_INFO): Clear it. - 2002-02-05 Jason Merrill * demangle.h (cplus_demangle_v3): Add "options" parm. @@ -529,48 +250,15 @@ * demangle.h (cplus_demangle_v3_type): New prototype. -2002-01-31 Ivan Guzvinec - - * dis-asm.h : Add support for or32 targets - 2002-01-28 Kaveh R. Ghazi * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC. -2002-01-27 David O'Brien - - * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. - -2001-12-14 Nick Clifton - - * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the - disassembler_options field (to NULL). - -2001-12-13 Jakub Jelinek - - * bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field. - -2001-12-07 Geoffrey Keating - - * dis-asm.h (print_insn_xstormy16): Declare. - 2001-12-06 Richard Henderson * demangle.h (no_demangling): New. (NO_DEMANGLING_STYLE_STRING): New. -2001-11-14 Alan Modra - - * dis-asm.h (print_insn_i386): Declare. - -2001-11-11 Timothy Wall - - * dis-asm.h: Fix comment to refer to octets rather than bytes. - -2001-10-30 Hans-Peter Nilsson - - * dis-asm.h (print_insn_mmix): Add prototype. - 2001-10-24 Neil Booth * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. @@ -582,19 +270,11 @@ * libiberty.h (_hex_value): Const-ify. (hex_init): Delete. -2001-10-16 Christopher Faylor - - * filenames.h: Add cygwin to the list of dosish style path systems. - 2001-10-07 Kaveh R. Ghazi * demangle.h (demangler_engine): Const-ify. * libiberty.h (buildargv): Likewise. -2001-10-03 Vassili Karpov - - * bfdlink.h (struct bfd_link_info): Add nocopyreloc field. - 2001-09-24 Kaveh R. Ghazi * libiberty.h (reconcat): New function. @@ -624,24 +304,6 @@ * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses. -2001-08-25 Nick Clifton - - * bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to - unsigned to remove a compile time warning message. - -2001-08-24 H.J. Lu - - * bfdlink.h (bfd_link_hash_table_type): New. The linker hash - table type, bfd_link_generic_hash_table and - bfd_link_elf_hash_table. - (bfd_link_hash_table): Add a new field, type, for the linker - hash table type. - -2001-08-23 Jakub Jelinek - - * bfdlink.h (struct bfd_link_info): Add combreloc and - spare_dynamic_tags fields. - 2001-08-23 Lars Brinkhoff * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: @@ -652,10 +314,6 @@ * fibheap.h: Tidy formatting. (fibnode_t): Limit degree to 31 bits to avoid warning. -2001-08-20 Daniel Berlin - - * fibheap.h: New file. Fibonacci heap. - 2001-08-20 Andrew Cagney * floatformat.h (floatformat_arm_ext): Document as deprecated. @@ -664,6 +322,10 @@ (floatformat_ia64_spill_big, floatformat_ia64_quad_big) (floatformat_m88110_harris_ext): Declare. +2001-08-20 Daniel Berlin + + * fibheap.h: New file. Fibonacci heap. + 2001-08-18 Zack Weinberg * ansidecl.h: Reorganize for readability, remove documentation @@ -686,11 +348,6 @@ (re_comp): Define to xre_comp. (re_exec): Define to xre_exec. -2001-08-02 Charles Wilson - - * bfdlink.h (struct bfd_link_info): add new boolean - field pei386_auto_import. - 2001-07-18 Andreas Jaeger * xregex2.h: Place under LGPL version 2.1. @@ -700,10 +357,6 @@ * xregex.h: New file to support libiberty regex. * xregex2.h: Ditto. -2001-06-15 Hans-Peter Nilsson - - * bfdlink.h (struct bfd_link_info): New member export_dynamic. - 2001-05-16 Matt Kraai * partition.h: Fix misspelling of `implementation'. @@ -723,18 +376,10 @@ * splay-tree.h (splay_tree_max): New function. (splay_tree_min): Likewise. -2001-04-27 Johan Rydberg - - * dis-asm.h (print_insn_openrisc): Add prototype. - 2001-04-15 Daniel Berlin * ternary.h: New file - Ternary search tree header. -2001-04-13 Jakub Jelinek - - * bfdlink.h (bfd_link_discard): Add discard_sec_merge. - 2001-04-03 Zack Weinberg * ansidecl.h: All logic from gcc/gansidecl.h moved here. @@ -776,46 +421,17 @@ * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc compatibility. -2001-02-18 lars brinkhoff - - * dis-asm.h: Add PDP-11 target. - -2001-02-09 Martin Schwidefsky - - * dis-asm.h: Add linux target for S/390. - -2001-01-11 Peter Targett - - * dis-asm.h (arc_get_disassembler): Correct declaration. - -2001-01-09 Philip Blundell - - * bin-bugs.h (REPORT_BUGS_TO): Set to `bug-binutils@gnu.org'. - 2000-12-18 Joseph S. Myers * COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). -2000-12-19 Hans-Peter Nilsson - - * dis-asm.h (struct disassemble_info): New member "section". - (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member. - Initialize section member. - 2000-12-16 Herman A.J. ten Brugge * safe-ctype.h: Make code work on all targets and not just on targets where a char is 8 bits. -2000-12-10 Fred Fish - - * bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined - member to struct for systems where it is normal to have undefined - symbols in shared libraries at runtime and the runtime linker - takes care of redirecting them. - 2000-12-07 Zack Weinberg * safe-ctype.h: New file. @@ -846,19 +462,10 @@ * hashtab.h: Change void * to PTR where necessary. -2000-10-11 Mark Mitchell +2000-09-10 Mark Mitchell * splay-tree.h (splay_tree_predecessor): Declare. -2000-09-29 Hans-Peter Nilsson - - * dis-asm.h: Declare cris_get_disassembler, not print_insn_cris. - Fix typo in comment. - -2000-09-28 John David Anglin - - * alloca-conf.h: New file (copied from libiberty). - 2000-09-05 John David Anglin * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX. @@ -876,31 +483,6 @@ * libiberty.h (ARRAY_SIZE): New macro. -2000-07-29 Nick Clifton - - * os9k.h: Add copyright notice. - Fix formatting. - -2000-07-22 Jason Eckhardt - - * dis-asm.h (print_insn_i860): Add prototype. - -2000-07-20 H.J. Lu - - * bfdlink.h (bfd_link_info): Add new_dtags. - -2000-07-20 Hans-Peter Nilsson - - * dis-asm.h (print_insn_cris): Declare. - -2000-07-19 H.J. Lu (hjl@gnu.org) - - * bfdlink.h (bfd_link_info): Add flags and flags_1. - -2000-06-05 DJ Delorie - - * MAINTAINERS: new - 2000-06-21 Alex Samuel * dyn-string.h (dyn_string_init, dyn_string_new, @@ -916,16 +498,6 @@ dyn_string_append_char, dyn_string_substring): Change return type to int. -2000-06-18 Stephane Carrez - - * dis-asm.h (print_insn_m68hc12): Define. - (print_insn_m68hc11): Likewise. - -2000-06-18 Nick Clifton - - * os9k.h: Change values of MODSYNC and CRCCON due to bug report - from Russ Magee . - 2000-06-07 Kaveh R. Ghazi * demangle.h (demangling_styles): Remove trailing comma in enum. @@ -948,31 +520,16 @@ Tue May 30 16:53:34 2000 Andrew Cagney * floatformat.h (struct floatformat): Add field name. -2000-05-26 Eli Zaretskii - - * filenames.h: New file. - (HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR) - (IS_ABSOLUTE_PATH, FILENAME_CMP): New macros. - 2000-05-23 Kaveh R. Ghazi * getopt.h (getopt): Also check HAVE_DECL_* when prototyping. * libiberty.h (basename): Likewise. -2000-05-17 S. Bharadwaj Yadavalli - Rick Gorton - - * bfdlink.h (struct bfd_link_info): Add emitrelocations flag. - -2000-05-08 Alan Modra - - * dis-asm.h (print_insn_tic54x): Declare. - 2000-05-06 Zack Weinberg - * ansidecl.h: #define __extension__ to nothing if - GCC_VERSION < 2008. + * ansidecl.h: #define __extension__ to nothing if + GCC_VERSION < 2008. 2000-05-04 Kaveh R. Ghazi @@ -1003,11 +560,6 @@ Thu May 4 17:15:26 2000 Philippe De Muyter * sort.h: New file. -Fri Apr 21 13:20:53 2000 Richard Henderson - David Mosberger - - * dis-asm.h (print_insn_ia64): Declare. - Tue Apr 18 16:22:30 2000 Richard Kenner * hashtab.h (enum insert_option): New type. @@ -1022,24 +574,12 @@ Tue Apr 18 16:22:30 2000 Richard Kenner * splay-tree.h (splay_tree_remove): Declare. -2000-04-04 Alan Modra - - * bin-bugs.h (REPORT_BUGS_TO): Remove translated part. - -2000-04-03 Alan Modra - - * bin-bugs.h: New file. - 2000-03-30 Mark Mitchell * hashtab.h (hashval_t): New type. (htab_find_with_hash): Use it as an argument. (htab_find_slot_with_hash): Likewise. -2000-03-27 Denis Chertykov - - * dis-asm.h (print_insn_avr): Declare. - 2000-03-14 Bernd Schmidt * hashtab.h (htab_trav): Modify type so that first arg is of type @@ -1067,66 +607,11 @@ Tue Apr 18 16:22:30 2000 Richard Kenner (hash_table_entry_t): Discard; just use void * for element type. -2000-03-01 H.J. Lu - - * bfdlink.h (bfd_link_callbacks): Add a boolean arg to - the undefined_symbol callback. - -2000-02-23 Linas Vepstas - - * dis-asm.h (print_insn_i370): Declare. - -Tue Feb 22 15:19:54 2000 Andrew Cagney - - * remote-sim.h (sim_trace): Document return values. - (sim_set_trace): Declare. Deprecate. - -2000-02-21 Alan Modra - - * dis-asm.h (struct disassemble_info): Change `length' param of - read_memory_func to unsigned. Change type of `buffer_length' and - `octets_per_byte' to unsigned. - (buffer_read_memory): Change `length' param to unsigned. - -2000-02-16 Nick Clifton - - * dis-asm.h: Add prototypes for ARM register name functions. - -Wed Feb 9 18:45:49 2000 Andrew Cagney - - * wait.h: Delete. No longer used by GDB. - -Tue Feb 8 17:01:13 2000 Andrew Cagney - - * remote-sim.h (sim_resume): Clarify use of SIGGNAL. - (sim_stop_reason): Clarify meaning of sim_signalled. - -2000-02-03 Timothy Wall - - * dis-asm.h (struct disassemble_info): Added octets_per_byte - field and initialize it to one (1). - -2000-01-27 Nick Clifton - - * dis-asm.h: Add prototype for disassembler_usage(). - Add prototype for arm_disassembler_options(). - Remove prototype for arm_toggle_regnames(). - Add prototype for parse_arm_disassembler_option(). - Sat Jan 1 19:06:52 2000 Hans-Peter Nilsson * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s" to stringify argument s. -Wed Dec 15 11:22:56 1999 Jeffrey A Law (law@cygnus.com) - - * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant. - (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN. - -1999-12-15 Doug Evans - - * dis-asm.h: Enclose in extern "C" ifdef __cplusplus. - 1999-12-05 Mark Mitchell * splay-tree.h (struct splay_tree_node): Rename to ... @@ -1153,26 +638,12 @@ Wed Nov 10 12:43:21 1999 Philippe De Muyter * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. -1999-11-04 Jimmy Guo - - * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind - fields, change location type to CORE_ADDR from int. - (dntt_type_const): Name the 5th field location_type. - -Sun Oct 24 19:11:32 1999 Andrew Cagney - - * sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define. - 1999-10-23 08:51 -0700 Zack Weinberg * hashtab.h: Give hash_table_t a struct tag. Add prototypes for clear_hash_table_slot and traverse_hash_table. Correct prototype of all_hash_table_collisions. -Sat Oct 23 19:00:13 1999 Andrew Cagney - - * sim-d10v.h: New file. - Fri Oct 15 01:47:51 1999 Vladimir Makarov * hashtab.h: New file. @@ -1197,10 +668,6 @@ Tue Sep 14 00:35:02 1999 Marc Espie * libiberty.h (xmemdup): Add prototype for new function. -1999-09-04 Steve Chamberlain - - * dis-asm.h (print_insn_pj): Declare. - 1999-09-01 Kaveh R. Ghazi * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts @@ -1221,37 +688,6 @@ Tue Sep 14 00:35:02 1999 Marc Espie * ansidecl.h: Copy attribute support macros from egcs. -1999-06-22 Mark Mitchell - - * bfdlink.h (struct bfd_link_hash_entry): Add init_function and - fini_function. - -1999-06-20 Mark Mitchell - - * mips.h (Elf32_Internal_Msym): New structure. - (Elf32_External_Msym): Likewise. - (ELF32_MS_REL_INDEX): New macro. - (ELF32_MS_FLAGS): Likewise. - (ELF32_MS_INFO): Likewise. - -1999-06-14 Nick Clifton - - * dis-asm.h (arm_toggle_regnames): New prototype. - (struct diassemble_info): New field: disassembler_options. - -1999-04-11 Richard Henderson - - * bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'. - Add `match' callback function. - -1999-04-10 Richard Henderson - - * bfdlink.h (bfd_link_info): Add no_undefined. - -1999-04-08 Nick Clifton - - * dis-asm.h: Add prototype for print_insn_mcore. - 1999-04-02 Mark Mitchell * splay-tree.h (splay_tree_compare_pointers): Declare. @@ -1264,24 +700,6 @@ Wed Mar 24 12:46:29 1999 Andrew Cagney * libiberty.h (basename): Cygwin{,32} should have the prototype. -1999-02-22 Jim Lemke - - * bfdlink.h (bfd_link_info): add field "mpc860c0". - -Mon Feb 1 21:05:46 1999 Catherine Moore - - * dis-asm.h (print_insn_i386_att): Declare. - (print_insn_i386_intel): Declare. - -1998-12-30 Michael Meissner - - * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and - FPRINTF_FUNC to avoid compiler warnings. - -Wed Dec 30 16:07:14 1998 David Taylor - - * dis-asm.h: change void * to PTR (two places). - Mon Dec 14 09:53:31 1998 Kaveh R. Ghazi * demangle.h: Don't check IN_GCC anymore. @@ -1289,15 +707,6 @@ Mon Dec 14 09:53:31 1998 Kaveh R. Ghazi Tue Dec 8 00:30:31 1998 Elena Zannoni - The following changes were made by Elena Zannoni - and Edith Epstein - as part of a project to merge in - changes made by HP; HP did not create ChangeLog entries. - - * dis-asm.h (struct disassemble_info): change the type of stream - from FILE* to void*, for use with gdb's new type GDB_FILE. - (fprintf_ftype): change FILE* parameter type to void*. - * demangle.h: (DMGL_EDG): new macro for Kuck and Associates (DMGL_STYLE_MASK): modify to include Kuck and Assoc style (demangling_styles): add new edg_demangling style @@ -1310,12 +719,6 @@ Tue Dec 8 00:30:31 1998 Elena Zannoni (ARM_DEMANGLING): coerce to int. (HP_DEMANGLING): new macro. - * hp-symtab.h: rewritten, from HP. - (quick_procedure): change type of language field to unsigned int - (quick_module): change type of language field to unsigned int - (struct dntt_type_svar): add field thread_specific. - (hp_language): add languages modcal and dmpascal. - Fri Nov 20 13:14:00 1998 Andrew Cagney * libiberty.h (basename): Add prototype for FreeBSD. @@ -1331,19 +734,11 @@ Sun Nov 8 17:42:25 1998 Kaveh R. Ghazi * demangle.h: Never define PARAMS(). * splay-tree.h: Likewise. -Sat Nov 7 18:30:20 1998 Peter Schauer - - * dis-asm.h (print_insn_vax): Declare. - Sat Nov 7 16:04:03 1998 Kaveh R. Ghazi * demangle.h: Don't include gansidecl.h. * splay-tree.h: Likewise. -1998-10-26 16:03 Ulrich Drepper - - * bfdlink.h (struct bfd_link_info): Add new field optimize. - Thu Oct 22 19:58:00 1998 Kaveh R. Ghazi * splay-tree.h: Wrap function pointer parameter declarations in @@ -1379,8 +774,8 @@ Tue Feb 24 13:05:02 1998 Doug Evans Tue Feb 17 12:32:18 1998 Andrew Cagney * remote-sim.h (sim_fetch_register, sim_store_register): Add - register length parameter. Functions return actual length of - register. + register length parameter. Functions return actual length of + register. Thu Feb 12 16:29:01 1998 Ian Lance Taylor @@ -1408,6 +803,10 @@ Tue Dec 2 10:20:53 1997 Nick Clifton * dis-asm.h (disasm_symaddr): New prototype. +Mon Dec 1 20:24:18 1997 J"orn Rennecke + + * coff/sh.h (R_SH_SWITCH8): New. + Mon Dec 1 11:29:35 1997 Doug Evans * callback.h (CB_SYSCALL): Comment out arg names in prototypes. @@ -1434,7 +833,7 @@ Tue Nov 25 01:35:52 1997 Doug Evans Sat Nov 22 23:34:15 1997 Andrew Cagney * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC - argument. + argument. Mon Nov 17 14:00:51 1997 Doug Evans @@ -1514,12 +913,12 @@ Fri May 23 13:43:41 1997 Fred Fish Thu May 22 11:32:49 1997 Andrew Cagney * remote-sim.h: Review documentation. Clarify restrictions on - when functions can be called. + when functions can be called. Wed May 21 16:47:53 1997 Andrew Cagney * remote-sim.h (sim_set_profile_size): Add prototype, document as - depreciated. + depreciated. Tue May 20 09:32:22 1997 Andrew Cagney @@ -1536,6 +935,14 @@ Thu May 15 01:24:16 1997 Mark Alexander * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun, obstack_freefun): Eliminate compile warnings in gdb. +Tue May 13 10:21:14 1997 Nick Clifton + + * coff/arm.h (constants): Added new flag bits F_APCS_26 and + F_APCS_SET for the f_flags field of the filehdr structure. Added new + flags: F_APCS26, F_ARM_2, F_ARM_3, F_ARM_7, F_ARM_7T to store + information in the flags field of the internal_f structure used by BFD + routines. + Tue Apr 22 10:24:34 1997 Fred Fish * floatformat.h (floatformat_byteorders): Add comments for previous @@ -1545,16 +952,16 @@ Tue Apr 22 10:24:34 1997 Fred Fish Fri Apr 18 13:04:49 1997 Andrew Cagney * remote-sim.h (sim_stop): New interface - asynchronous - notification of a request to stop / suspend the running - simulation. + notification of a request to stop / suspend the running + simulation. * remote-sim.h (enum sim_stop): Add sim_running and sim_polling as - states for use internal to simulators. + states for use internal to simulators. * callback.h (struct host_callback_strut): Put a magic number at - the end of the struct to allow basic checking. + the end of the struct to allow basic checking. (struct host_callback_struct ): Add poll_quit - so - that the console etc can be polled at regular intervals. + that the console etc can be polled at regular intervals. Thu Apr 17 02:17:12 1997 Doug Evans @@ -1565,7 +972,7 @@ Thu Apr 17 02:17:12 1997 Doug Evans Wed Apr 2 17:09:12 1997 Andrew Cagney * remote-sim.h (sim_trace, sim_size): Make these global. They - will go away shortly. + will go away shortly. Wed Apr 2 15:23:49 1997 Doug Evans @@ -1595,7 +1002,7 @@ Mon Mar 17 19:22:12 1997 Ian Lance Taylor Mon Mar 17 14:57:55 1997 Andrew Cagney * remote-sim.h: New file, copied in from gdb/remote-sim.h. One - day this will be placed in a directory of its own. + day this will be placed in a directory of its own. Sat Mar 15 19:00:14 1997 Ian Lance Taylor @@ -1604,8 +1011,8 @@ Sat Mar 15 19:00:14 1997 Ian Lance Taylor Thu Mar 6 15:46:59 1997 Andrew Cagney * callback.h (struct host_callback_struct): Add callbacks - - flush_stdout, write_stderr, flush_stderr, vprintf_filtered, - evprintf_filtered. Delete redundant callbacks - printf_filtered. + flush_stdout, write_stderr, flush_stderr, vprintf_filtered, + evprintf_filtered. Delete redundant callbacks - printf_filtered. Thu Feb 27 23:18:27 1997 Ian Lance Taylor @@ -1630,10 +1037,6 @@ Thu Feb 6 14:20:01 1997 Martin M. Hunt bytes_per_chunk and display_endian to control the display of raw instructions. -Fri Dec 27 22:17:37 1996 Fred Fish - - * dis-asm.h (print_insn_tic80): Declare. - Sun Dec 8 17:11:12 1996 Doug Evans * callback.h (host_callback): New member `error'. @@ -1721,7 +1124,7 @@ Tue Jul 23 17:37:58 1996 Fred Fish can define PRIVATE_XMALLOC and then define xmalloc and xrealloc anyway they want. (basename): Document in source that we can't declare the - parameter type because it is declared inconsistently across + parameter type because it is declared inconsistently across different systems. Mon Jul 22 13:16:13 1996 Richard Henderson @@ -1884,7 +1287,13 @@ Thu May 18 04:25:50 1995 Ken Raeburn Sat May 13 10:14:08 1995 Steve Chamberlain + * coff/pe.h: New file. * bfdlink.h (subsytem, stack_heap_parameters): New. + * coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT, + NT_DEF_RESERVE, NT_DEF_COMMIT): New. + * coff/internal.h (internal_filehdr): New fields for PE. + (IMAGE_DATA_DIRECTORY): New. + (internal_aouthdr): New fields for PE. Thu May 4 14:36:42 1995 Jason Merrill @@ -1959,6 +1368,8 @@ Tue Oct 25 11:38:02 1994 Ian Lance Taylor Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org) + * aout/aout64.h: Only define QMAGIC if it isn't already defined. + * dis-asm.h: Add support for the ARM. Wed Aug 10 12:51:41 1994 Doug Evans (dje@canuck.cygnus.com) @@ -2104,6 +1515,10 @@ Fri Aug 6 17:05:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) * getopt.h, obstack.h: Update to latest FSF version. +Mon Aug 2 16:37:14 1993 Stu Grossman (grossman at cygnus.com) + + * coff/i386.h: Add Lynx magic number. + Mon Aug 2 14:45:29 1993 John Gilmore (gnu@cygnus.com) * dis-asm.h: Move enum outside of struct defn to avoid warnings. @@ -2133,6 +1548,10 @@ Thu Jul 15 12:41:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * dis-asm.h: Added declaration of print_insn_m88k. +Thu Jul 8 09:05:26 1993 Doug Evans (dje@canuck.cygnus.com) + + * opcode/h8300.h: Lots of little fixes for the h8/300h. + Fri Jul 2 10:31:59 1993 Ian Lance Taylor (ian@cygnus.com) * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are @@ -2157,6 +1576,9 @@ Tue Jun 8 12:16:03 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) Support for H8/300-H * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it. + * coff/h8300.h: New magic number. + * coff/internal.h: New relocations. + * opcode/h8300.h: Lots of new opcodes. Tue Jun 1 07:35:03 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) @@ -2435,7 +1857,7 @@ Mon Jan 27 22:01:13 1992 Steve Chamberlain (sac at cygnus.com) Wed Dec 18 17:19:44 1991 Stu Grossman (grossman at cygnus.com) - * bfd.h, ieee.h: ANSIfy enums. + * bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums. Thu Dec 12 20:59:56 1991 John Gilmore (gnu at cygnus.com) @@ -2578,7 +2000,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. -- cgit v1.2.1