3 * ansidecl.h: Reorganize for readability, remove documentation
4 of obsolete macros, document PARAMS and VPARAMS. Add new
5 macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
6 function implementation.
10 * hashtab.h (htab_hash_string): Declare.
14 * libiberty.h (lbasename): Change function declaration to return a
19 * opcode/mips.h (INSN_GP32): Remove.
20 (OPCODE_IS_MEMBER): Remove gp32 parameter.
21 (M_MOVE): New macro identifier.
25 * xregex.h (_REGEX_RE_COMP): Define.
26 (re_comp): Define to xre_comp.
27 (re_exec): Define to xre_exec.
31 * bfdlink.h (struct bfd_link_info): add new boolean
32 field pei386_auto_import.
36 * opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
40 * xregex2.h: Place under LGPL version 2.1.
44 * opcode/cgen.h (CGEN_INSN): Add regex support.
45 (build_insn_regex): Declare.
49 * xregex.h: New file to support libiberty regex.
54 * bfdlink.h (struct bfd_link_info): New member export_dynamic.
58 * partition.h: Fix misspelling of `implementation'.
62 * ansidecl.h (NULL_PTR): Delete.
66 * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
67 (ELF_STRING_ia64_unwind_info_once): Define.
71 * demangle.h: Use PARAMS for all prototypes.
72 * ternary.h: Use PARAMS for all prototypes. Use PTR, not void *.
73 Make arguments constant where possible.
77 * splay-tree.h (splay_tree_max): New function.
78 (splay_tree_min): Likewise.
82 * dis-asm.h (print_insn_openrisc): Add prototype.
86 * ternary.h: New file - Ternary search tree header.
90 * bfdlink.h (bfd_link_discard): Add discard_sec_merge.
94 * ansidecl.h: All logic from gcc/gansidecl.h moved here.
98 * libiberty.h (alloca): Handle setting C_ALLOCA.
102 * demangle.h (enum gnu_v3_constructor_kinds,
103 is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
104 is_gnu_v3_mangled_dtor): New declarations.
108 * ansidecl.h: Fix copyright dates.
109 * demangle.h: Fix copyright dates.
110 * floatformat.h: Fix copyright dates.
111 * fnmatch.h: Fix copyright dates.
112 * getopt.h: Fix copyright dates.
113 * libiberty.h: Add FSF copyright notice.
114 * md5.h: Fix copyright dates.
115 * obstack.h: Fix copyright dates.
116 * splay-tree.h: Fix copyright dates.
121 * libiberty.h: Add lbasename.
125 * libiberty.h: Prototype C_alloca; define alloca to either
126 __builtin_alloca or C_alloca as appropriate.
130 * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc
135 * dis-asm.h: Add PDP-11 target.
139 * dis-asm.h: Add linux target for S/390.
143 * dis-asm.h (arc_get_disassembler): Correct declaration.
151 * COPYING: Update to current
152 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
153 to 19yy as example year in copyright notice).
157 * dis-asm.h (struct disassemble_info): New member "section".
158 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
159 Initialize section member.
163 * safe-ctype.h: Make code work on all targets and not just on
164 targets where a char is 8 bits.
168 * bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined
169 member to struct for systems where it is normal to have undefined
170 symbols in shared libraries at runtime and the runtime linker
171 takes care of redirecting them.
175 * safe-ctype.h: New file.
179 * getopt.h obstack.h: Standarize copyright statement.
183 * demangle.h: Change "new_abi" to "v3" everywhere.
187 * libiberty.h: Move #includes to top. Prototype xmalloc_failed.
191 * demangle.h: Add gnat and java demangle styles.
195 * hashtab.h (struct htab): Add member return_allocation_failure.
196 (htab_try_create): New prototype. Mention which functions may
197 return NULL when this is used.
201 * hashtab.h: Change void * to PTR where necessary.
205 * splay-tree.h (splay_tree_predecessor): Declare.
209 * dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
214 * alloca-conf.h: New file (copied from libiberty).
218 * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
222 * dyn-string.h: Adjust formatting.
223 (dyn_string_insert_char): New macro. New declaration.
231 * libiberty.h (ARRAY_SIZE): New macro.
235 * os9k.h: Add copyright notice.
240 * dis-asm.h (print_insn_i860): Add prototype.
244 * bfdlink.h (bfd_link_info): Add new_dtags.
248 * dis-asm.h (print_insn_cris): Declare.
252 * bfdlink.h (bfd_link_info): Add flags and flags_1.
260 * dyn-string.h (dyn_string_init, dyn_string_new,
261 dyn_string_delete, dyn_string_release, dyn_string_resize,
262 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
263 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
264 dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
265 dyn_string_append_char, dyn_string_substring_dyn_string_eq):
266 Define as same name with __cxa_ prepended, if IN_LIBGCC2.
267 (dyn_string_init, dyn_string_copy, dyn_string_copy_cstr,
268 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
269 dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
270 dyn_string_append_char, dyn_string_substring): Change return type
275 * dis-asm.h (print_insn_m68hc12): Define.
276 (print_insn_m68hc11): Likewise.
280 * os9k.h: Change values of MODSYNC and CRCCON due to bug report
285 * demangle.h (demangling_styles): Remove trailing comma in enum.
287 * dyn-string.h (dyn_string_append_char): Change parameter from
292 * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions.
294 * demangle.h (DMGL_GNU_NEW_ABI): New macro.
295 (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI.
296 (current_demangling_style): Add gnu_new_abi_demangling.
297 (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro.
298 (GNU_NEW_ABI_DEMANGLING): Likewise.
299 (cplus_demangle_new_abi): New declaration.
303 * floatformat.h (struct floatformat): Add field name.
307 * filenames.h: New file.
308 (HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR)
309 (IS_ABSOLUTE_PATH, FILENAME_CMP): New macros.
313 * getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
315 * libiberty.h (basename): Likewise.
320 * bfdlink.h (struct bfd_link_info): Add emitrelocations flag.
324 * dis-asm.h (print_insn_tic54x): Declare.
328 * ansidecl.h: #define __extension__ to nothing if
333 * demangle.h (demangler_engine): Constify.
337 * sort.h (sys/types.h): File included unconditionnaly.
338 (stddef.h): File include only #ifdef __STDC__.
342 * symcat.h: Remove #endif label.
347 * demangle.h (libiberty_demanglers): new table for different styles.
348 (cplus_demangle_set_style): New function for setting style.
349 (cplus_demangle_name_to_style): New function to translate name.
353 * hashtab.h (hash_pointer): Declare.
354 (eq_pointer): Likewise.
363 * dis-asm.h (print_insn_ia64): Declare.
367 * hashtab.h (enum insert_option): New type.
368 (htab_find_slot, htab_find_slot_with_hash): Use it.
372 * symcat.h: Honor autoconf macro HAVE_STRINGIZE. Add
373 comments/caveats with regard to traditional C behavior.
377 * splay-tree.h (splay_tree_remove): Declare.
381 * bin-bugs.h (REPORT_BUGS_TO): Remove translated part.
385 * bin-bugs.h: New file.
389 * hashtab.h (hashval_t): New type.
390 (htab_find_with_hash): Use it as an argument.
391 (htab_find_slot_with_hash): Likewise.
395 * dis-asm.h (print_insn_avr): Declare.
399 * hashtab.h (htab_trav): Modify type so that first arg is of type
401 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
406 * partition.h: New file.
410 * hashtab.h (struct htab): Add del_f.
411 (htab_del): New type.
412 (htab_create): Add fourth argument.
416 * hashtab.h (hash_table_t): Rename to htab_t.
417 (struct hash_table): Rename to struct htab. Shorten element
418 names. Reorder elements by size.
419 (htab_hash, htab_eq, htab_trav): New typedefs for the callback
421 (hash_table_entry_t): Discard; just use void * for element
426 * bfdlink.h (bfd_link_callbacks): Add a boolean arg to
427 the undefined_symbol callback.
431 * dis-asm.h (print_insn_i370): Declare.
435 * remote-sim.h (sim_trace): Document return values.
436 (sim_set_trace): Declare. Deprecate.
440 * dis-asm.h (struct disassemble_info): Change `length' param of
441 read_memory_func to unsigned. Change type of `buffer_length' and
442 `octets_per_byte' to unsigned.
443 (buffer_read_memory): Change `length' param to unsigned.
447 * dis-asm.h: Add prototypes for ARM register name functions.
451 * wait.h: Delete. No longer used by GDB.
455 * remote-sim.h (sim_resume): Clarify use of SIGGNAL.
456 (sim_stop_reason): Clarify meaning of sim_signalled.
460 * dis-asm.h (struct disassemble_info): Added octets_per_byte
461 field and initialize it to one (1).
465 * dis-asm.h: Add prototype for disassembler_usage().
466 Add prototype for arm_disassembler_options().
467 Remove prototype for arm_toggle_regnames().
468 Add prototype for parse_arm_disassembler_option().
472 * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s"
473 to stringify argument s.
477 * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
478 (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.
482 * dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
486 * splay-tree.h (struct splay_tree_node): Rename to ...
487 (struct splay_tree_node_s): ... this.
488 (struct splay_tree): Rename to ...
489 (struct splay_tree_s): ... this.
493 * ansidecl.h (ATTRIBUTE_MALLOC): New macro.
495 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
496 make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
498 (xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN.
502 * libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined.
503 (asprintf, vasprintf): Provide declarations.
508 * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
512 * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
513 fields, change location type to CORE_ADDR from int.
514 (dntt_type_const): Name the 5th field location_type.
518 * sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define.
522 * hashtab.h: Give hash_table_t a struct tag. Add prototypes
523 for clear_hash_table_slot and traverse_hash_table. Correct
524 prototype of all_hash_table_collisions.
528 * sim-d10v.h: New file.
532 * hashtab.h: New file.
536 * ansidecl.h (HAVE_GCC_VERSION): New macro. Use it instead of
537 explicitly testing __GNUC__ and __GNUC_MINOR__.
539 (ATTRIBUTE_PRINTF): Use `__format__', not `format'.
543 * libiberty.h (make_temp_file): Add a prototype.
547 * libiberty.h (basename): OpenBSD has a correct prototype.
548 (xrealloc): Remove outdated comment.
552 * libiberty.h (xmemdup): Add prototype for new function.
556 * dis-asm.h (print_insn_pj): Declare.
560 * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
561 in calls to `_obstack_memcpy' from here ...
563 (_obstack_memcpy): ... to here, except in the __STDC__ case which
568 * libiberty.h (getpwd): Prototype.
572 * splay-tree.h (splay_tree_insert): Return the new node.
576 * ansidecl.h: Copy attribute support macros from egcs.
580 * bfdlink.h (struct bfd_link_hash_entry): Add init_function and
585 * mips.h (Elf32_Internal_Msym): New structure.
586 (Elf32_External_Msym): Likewise.
587 (ELF32_MS_REL_INDEX): New macro.
588 (ELF32_MS_FLAGS): Likewise.
589 (ELF32_MS_INFO): Likewise.
593 * dis-asm.h (arm_toggle_regnames): New prototype.
594 (struct diassemble_info): New field: disassembler_options.
598 * bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'.
599 Add `match' callback function.
603 * bfdlink.h (bfd_link_info): Add no_undefined.
607 * dis-asm.h: Add prototype for print_insn_mcore.
611 * splay-tree.h (splay_tree_compare_pointers): Declare.
615 * splay-tree.h (splay_tree_compare_ints): Declare.
619 * libiberty.h (basename): Cygwin{,32} should have the prototype.
623 * bfdlink.h (bfd_link_info): add field "mpc860c0".
627 * dis-asm.h (print_insn_i386_att): Declare.
628 (print_insn_i386_intel): Declare.
632 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
633 FPRINTF_FUNC to avoid compiler warnings.
637 * dis-asm.h: change void * to PTR (two places).
641 * demangle.h: Don't check IN_GCC anymore.
642 * splay-tree.h: Likewise.
646 The following changes were made by Elena Zannoni
649 changes made by HP; HP did not create ChangeLog entries.
651 * dis-asm.h (struct disassemble_info): change the type of stream
652 from FILE* to void*, for use with gdb's new type GDB_FILE.
653 (fprintf_ftype): change FILE* parameter type to void*.
655 * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
656 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
657 (demangling_styles): add new edg_demangling style
658 (EDG_DEMANGLING_STYLE_STRING): new macro
659 (EDG_DEMANGLING): new macro
660 (DMGL_HP): new macro, for HP/aCC compiler.
661 (DMGL_STYLE_MASK): modify to include new HP's style.
662 (demangling_styles): add new hp_demangling value.
663 (HP_DEMANGLING_STYLE_STRING): new macro.
664 (ARM_DEMANGLING): coerce to int.
665 (HP_DEMANGLING): new macro.
667 * hp-symtab.h: rewritten, from HP.
668 (quick_procedure): change type of language field to unsigned int
669 (quick_module): change type of language field to unsigned int
670 (struct dntt_type_svar): add field thread_specific.
671 (hp_language): add languages modcal and dmpascal.
675 * libiberty.h (basename): Add prototype for FreeBSD.
679 * libiberty.h: Prototype xcalloc.
683 * ansidecl.h: Wrap problematic macros with !IN_GCC.
685 * demangle.h: Never define PARAMS().
686 * splay-tree.h: Likewise.
690 * dis-asm.h (print_insn_vax): Declare.
694 * demangle.h: Don't include gansidecl.h.
695 * splay-tree.h: Likewise.
699 * bfdlink.h (struct bfd_link_info): Add new field optimize.
703 * splay-tree.h: Wrap function pointer parameter declarations in
708 * splay-tree.h: New file.
712 * Merge devo and egcs include directories.
716 * getopt.h, obstack.h: Updated from gcc.
720 * libiberty.h (xexit): Change decl to use modern GCC attribute
721 to indicate exit does not return.
725 * obstack.h: Update to latest FSF version.
729 * dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols'
730 and made an "asymbol **". New member num_symbols.
731 (INIT_DISASSEMBLE_INFO_NO_ARCH): Update.
735 * remote-sim.h (sim_fetch_register, sim_store_register): Add
736 register length parameter. Functions return actual length of
741 * getopt.h: Update to latest FSF version.
745 * symcat.h: New file.
749 * dis-asm.h (print_insn_tic30): Declare.
753 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
754 function there is a reloc on this line.
758 * dis-asm.h: Remove prototype of disasm_symaddr() as this function
763 * dis-asm.h (disasm_symaddr): New prototype.
767 * callback.h (CB_SYSCALL): Comment out arg names in prototypes.
771 * callback.h (CB_SYSCALL): Consistantly use names for prototype
776 * callback.h (CB_SYSCALL): Change byte count arguments to
777 {read,write}_mem to `int'. New member `magic'.
778 (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
782 * callback.h (struct stat): Move forward decl up.
783 (host_callback): Pass stat struct pointer to stat,fstat.
784 (CB_SYS_nnn): Reorganize.
785 (CB_SYSCALL): New members p1,p2.
786 (cb_host_to_target_stat): Delete fourth arg.
790 * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC
795 * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.
796 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
797 signal_map, stat_map.
798 (errn_map,open_map): Renamed to cb_init_foo_map.
799 (cb_host_to_target_errno,cb_target_to_host_open): Renamed from
800 host_to_target_errno,target_to_host_open.
801 (cb_read_target_syscall_maps): Add prototype.
802 (cb_target_to_host_syscall): Likewise.
803 (cb_host_to_target_stat): Likewise.
804 (cb_syscall): Likewise.
805 (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,
806 argvlen,argv,chdir,stat,chmod,utime,time}): Define.
807 (CB_SYSCALL): New type.
812 * libiberty.h: Add extern "C" { so it can be used with C++
814 * remote-sim.h: Add extern "C" { so it can be used with C++
819 * dis-asm.h (struct disassemble_info): New field
820 'symbol_at_address_func'.
821 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise new field with
822 generic_symbol_at_address.
826 * remote-sim.h: Clarify sim_read, sim_write MEM argument.
830 * remote-sim.h (SIM_RC): Add a bunch of new return codes for
832 * Add functions to tell the simulator to set/clear/enable/disable
833 intrinsic breakpoints.
837 * libiberty.h (dupargv): Add prototype.
841 * remote-sim.h (sim_create_inferior): Add ABFD arg. Document.
845 * remote-sim.h (sim_open): Add ABFD arg. Document.
849 * dis-asm.h (arc_get_disassembler): Declare.
853 * demangle.h (DMGL_JAVA): New option to request Java demangling.
857 * libiberty.h (PEXECUTE_*): Define.
858 (pexecute, pwait): Declare.
862 * remote-sim.h (sim_kill): Mark as depreciated.
866 * bfdlink.h (struct bfd_link_info): Add task_link member.
870 * remote-sim.h: Review documentation. Clarify restrictions on
871 when functions can be called.
875 * remote-sim.h (sim_set_profile_size): Add prototype, document as
880 * remote-sim.h (sim_open): Add callback struct.
881 (sim_set_callbacks): Drop SIM_DESC argument. Document.
882 (sim_size): Remove recently added SIM_DESC argument. Document.
886 * remote-sim.h: Pass SD into sim_size.
890 * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,
891 obstack_freefun): Eliminate compile warnings in gdb.
895 * floatformat.h (floatformat_byteorders): Add comments for previous
896 formats and add floatformat_littlebyte_bigword, primarily for ARM.
897 Add declaration for floatformat_ieee_double_littlebyte_bigword.
901 * remote-sim.h (sim_stop): New interface - asynchronous
902 notification of a request to stop / suspend the running
905 * remote-sim.h (enum sim_stop): Add sim_running and sim_polling as
906 states for use internal to simulators.
908 * callback.h (struct host_callback_strut): Put a magic number at
909 the end of the struct to allow basic checking.
910 (struct host_callback_struct ): Add poll_quit - so
911 that the console etc can be polled at regular intervals.
915 * remote-sim.h (struct _bfd): Declare.
916 (sim_load): Return SIM_RC. New arg `abfd'.
917 (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.
921 * remote-sim.h (sim_trace, sim_size): Make these global. They
922 will go away shortly.
926 * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
927 (sim_open): New argument `kind'.
931 * COPYING: Update FSF address.
935 * callback.h (top level): Include stdarg.h or varargs.h if
936 va_start is not defined.
937 (host_callback_struct): Make {,e}vprintf_filtered take a va_list
938 instead of void *, since va_list might be an array or structure
943 * libiberty.h (basename): Add prototype for glibc and linux.
947 * objalloc.h: New file.
951 * remote-sim.h: New file, copied in from gdb/remote-sim.h. One
952 day this will be placed in a directory of its own.
956 * obstack.h: Update to current FSF version.
960 * callback.h (struct host_callback_struct): Add callbacks -
961 flush_stdout, write_stderr, flush_stderr, vprintf_filtered,
962 evprintf_filtered. Delete redundant callbacks - printf_filtered.
966 * bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len
971 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize
972 bytes_per_chunk and display_endian.
977 * bfdlink.h (struct bfd_elf_version_expr): Define.
978 (struct bfd_elf_version_deps): Define.
979 (struct bfd_elf_version_tree): Define.
983 * dis-asm.h: (disassemble_info): Add new fields
984 bytes_per_chunk and display_endian to control the
985 display of raw instructions.
989 * dis-asm.h (print_insn_tic80): Declare.
993 * callback.h (host_callback): New member `error'.
997 * callback.h: New file, moved here from gdb.
1001 * libiberty.h: Checkin again; last checkin failed due to sticky tag.
1005 * libiberty.h: Revert last commit due to conflicts with hpux
1010 * libiberty.h: Move prototypes from argv.c here.
1014 * ansidecl.h (VPARAMS,VA_START): Define.
1018 * dis-asm.h (disassemble_info): Add bytes_per_line field.
1019 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field.
1023 * dis-asm.h (disassemble_info): Add symbol field.
1024 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field.
1028 * dis-asm.h (print_insn_m32r): Declare.
1032 * libiberty.h: Declare parameter types for xmalloc and xrealloc.
1036 * fnmatch.h: New file.
1040 * dis-asm.h (print_insn_mn10x00): Delete declaration.
1041 (print_insn_mn10200, print_insn_mn10300): Declare.
1045 * dis-asm.h (print_insn_mn10x00): Declare.
1049 * libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
1053 * dis-asm.h (print_insn_v850): Declare.
1057 * obstack.h: Change bcopy to memcpy. Works better on Posix
1058 systems, which generally lack bcopy.
1062 * ansidecl.h: Change WIN32 to _WIN32.
1066 * dis-asm.h: Add flavour field.
1067 (print_insn_alpha): Declare.
1068 (print_insn_alpha_osf, print_insn_alpha_vms): Don't declare.
1069 (INIT_DISASSEMBLE_INFO): Initialize flavour field.
1073 * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
1074 definitions inside #ifndef so that programs that want to
1075 can define PRIVATE_XMALLOC and then define xmalloc and
1076 xrealloc anyway they want.
1077 (basename): Document in source that we can't declare the
1078 parameter type because it is declared inconsistently across
1083 * dis-asm.h (print_insn_alpha): Don't declare.
1084 (print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1088 * dis-asm.h: (print_insn_d10v): Declare.
1092 * dis-asm.h: Get rid of decls for print_insn_i8086,
1093 print_insn_sparc64 and print_insn_sparclite.
1094 * (INIT_DISASSEMBLE_INFO): Split into two pieces. One,
1095 INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
1100 * dis-asm.h (print_insn_i8086): Declare.
1104 * dis-asm.h (print_insn_sparclite): Declare.
1108 * dis-asm.h (print_insn_h8300s): Declare.
1112 * fopen-vms.h: New file.
1116 * bfdlink.h (struct bfd_link_info): Add notice_all field.
1120 * demangle.h (#ifdef IN_GCC): #include "gansidecl.h".
1121 (PROTO,PTR,const): Delete.
1125 * bfdlink.h (struct bfd_link_info): Add traditional_format field.
1129 * libiberty.h (choose_temp_base): Add prototype.
1133 * bfdlink.h (bfd_wrapped_link_hash_lookup): Declare.
1134 (struct bfd_link_info): Add wrap_hash field.
1138 * ieee.h (ieee_record_enum_type): Define
1139 ieee_external_reference_info_enum.
1143 * dis-asm.h (DISASM_RAW_INSN): Delete.
1147 * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.
1148 New argument FPRINTF_FUNC.
1152 * dis-asm.h (disassemble_info): New members arch, mach, endian.
1153 (INIT_DISASSEMBLE_INFO): Initialize them.
1154 (DISASM_RAW_INSN{,FLAG}): Define.
1158 * demangle.h (cplus_demangle_opname): Change opname parameter to
1160 (cplus_mangle_opname): Change return type and opname parameter to
1165 * ieee.h (enum ieee_record): Add ieee_asn_record_enum,
1166 ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum,
1167 ieee_bb_record_enum, and ieee_be_record_enum.
1171 * obstack.h: Update copyright to 1996.
1172 (_obstack_memory_used): Declare.
1173 (obstack_memory_used): Define macro.
1177 * libiberty.h (xstrdup): Declare.
1181 * wait.h: Protect all macros with #ifndef.
1185 * bfdlink.h (struct bfd_link_info): Add static_link field.
1189 * bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to
1194 * bfdlink.h (struct bfd_link_callbacks): Change warning callback
1195 to take BFD, section, and address arguments.
1199 * bfdlink.h (struct bfd_link_info): Remove PE stuff.
1203 * libiberty.h: Declare xstrerror. From Pat Rankin.
1207 * bfdlink.h (struct bfd_link_info): Remove PE stuff.
1211 * dis-asm.h (print_insn_sparc64): Declare.
1215 * bfdlink.h (struct bfd_link_info): Add new field symbolic.
1219 * bfdlink.h (struct bfd_link_info): Change type of base_file to
1224 * bfdlink.h (struct bfd_link_info): Added base_file member.
1228 * ansidecl.h: win32s is ANSI enough.
1234 * dis-asm.h (print_insn_arm): Delete declaration.
1235 (print_insn_{little,big}_arm): New declarations.
1237 * floatformat.h (floatformat_arm_ext): Declare.
1241 * bfdlink.h (subsytem, stack_heap_parameters): New.
1245 * demangle.h: Don't include ansidecl.h if IN_GCC.
1249 * hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
1250 does not handle them correctly.
1254 * libiberty.h (basename): Don't declare parameter type; some
1255 systems have this in their header files.
1259 * bfdlink.h (struct bfd_link_hash_entry): Change format of common
1260 symbol information, to remove restrictions on maximum size and
1261 alignment power, by using a pointer to a structure instead.
1265 * bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
1266 to bfd_link_hash_undefweak. Add bfd_link_hash_defweak.
1270 * dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all
1271 GDB-specific definitions.
1273 Sun Jan 15 18:39:35 1995 Steve Chamberlain <sac@splat>
1275 * dis-asm.h (print_insn_w65): Declare.
1279 * libiberty.h (hex_p): Fix sense of test.
1283 * libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init,
1284 hex_p, hex_value): New macros and declarations, for hex.c.
1288 * dis-asm.h: Make idempotent.
1292 * progress.h: New file, empty definitions for progress macros.
1296 * hp-symtab.h: New file describing the debug symbols emitted
1297 by the HP C compilers.
1301 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
1302 to 26 bits, and change u.c.alignment_power from 8 to 6 bits. 6
1303 bit in the alignment power is enough for a 64 bit address space.
1307 * demangle.h (cplus_mangle_opname): Declare.
1311 * bfdlink.h (struct bfd_link_callbacks): Fix comments for
1312 multiple_common field.
1316 * dis-asm.h: Add support for the ARM.
1320 * libiberty.h (strsignal): Document its existence even if we
1325 * os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
1326 expand their uses. Those names conflict with Mach headers.
1330 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
1331 bitfield. Add field u.c.alignment_power.
1335 * dis-asm.h: Add print_insn_ns32k declaration.
1339 * bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
1343 * demangle.h (cplus_demangle_opname): Declare.
1347 * bfdlink.h (struct bfd_link_info): Add new field shared.
1351 * bfdlink.h (struct bfd_link_hash_entry): Remove written field:
1352 not needed for all backends.
1356 * dis-asm.h (disassembler): Declare.
1360 * obstack.h: Delete use of IN_GCC to control whether
1361 stddef.h or gstddef.h is included.
1365 * bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
1366 (struct bfd_link_order): Add data field to union.
1370 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
1371 to add_to_set to reloc. Remove bitsize argument from constructor.
1372 Comment that reloc_overflow, reloc_dangerous and unattached_reloc
1373 must handle NULL pointers for reloc location.
1374 (enum bfd_link_order_type): Add bfd_section_reloc_link_order and
1375 bfd_symbol_reloc_link_order.
1376 (struct bfd_link_order): Add reloc field to union.
1377 (struct bfd_link_order_reloc): Define.
1381 * ieee-float.h: Removed; no longer used.
1385 * os9k.h: os9000 target specific header file, the header of the
1386 object file is used now.
1390 * floatformat.h: New file, intended to replace ieee-float.h.
1394 * ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
1398 * libiberty.h: Don't declare strsignal, to avoid conflicts with
1399 Solaris system header files.
1403 * libiberty.h (xexit): Use __volatile__ to avoid losing if
1404 compiling with gcc -traditional.
1408 * libiberty.h: New file. Declares functions provided by
1413 Handle obstack_chunk_alloc returning NULL. This allows
1414 obstacks to be used by libraries, without forcing them
1415 to call exit or longjmp.
1416 * obstack.h (struct obstack): Add alloc_failed flag.
1417 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
1418 (obstack_finish): If alloc_failed, return NULL.
1419 (obstack_base, obstack_next_free, objstack_object_size):
1420 If alloc_failed, return 0.
1421 (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
1422 obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
1423 could corrupt the obstack.
1427 * bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
1428 addend argments to reloc_overflow callback.
1432 * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
1433 print_insn_rs6000): Declare.
1437 * bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
1438 add_to_set field. Add new callback named constructor.
1442 * bfdlink.h: New file for new BFD linker backend routines.
1446 * dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
1450 * dis-asm.h: Move comment to right place.
1454 * obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
1455 previous version. Are these Cygnus local changes?
1459 * getopt.h, obstack.h: Update to latest FSF version.
1463 * dis-asm.h: Move enum outside of struct defn to avoid warnings.
1465 Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com)
1467 * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is
1468 for systems that store stuff into the high 16 bits of a wait
1473 * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
1474 data_size, insn_type, target, target2. These are used to return
1475 information from the instruction decoders back to the calling
1476 program. Add comments, make more readable.
1480 * nlm: New directory containing NLM/NetWare includes.
1484 * dis-asm.h (struct disassemble_info): New field application_data.
1488 * dis-asm.h: Added declaration of print_insn_m88k.
1492 * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
1493 defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
1494 but does not define __STDC__.
1498 * dis-asm.h: Don't need to include ansidecl.h any more.
1502 * oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and
1503 their variants. These changes are coordinated with corresponding
1504 changes in ../bfd/oasys.c.
1508 * bfd.h: Note that it has been removed.
1512 Support for H8/300-H
1513 * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
1517 * ansidecl.h (const): Don't define it if it's already defined.
1521 * dis-asm.h (print_insn_hppa): Declare it.
1523 * bfd.h: Moved to bfd directory. Small stub here includes it
1524 without requiring "-I../bfd".
1528 * bfd.h: Updated with BSF_FUNCTION.
1532 * bfd.h, dis-asm.h: Updated with Hitachi SH.
1536 * bfd.h: Updated with alpha changes.
1537 * dis-asm.h: Added alpha.
1541 * bfd.h: Update for signed bfd_*get_*.
1545 * bfd.h: Updated for file_truncated error.
1549 * ansidecl.h: If no ANSI, define const to be empty.
1553 * dis-asm.h: Declare a29k and i960 print_insn_*.
1555 * dis-asm.h: Add print_address_func and related stuff.
1557 * dis-asm.h (dis_asm_read_memory): Fix prototype.
1561 * dis-asm.h: Add print_insn_sparc.
1565 * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
1570 * dis-asm.h: (disassemble_info): Fix typo in prototype of
1571 dis_asm_memory_error().
1575 * dis-asm.h (disassembler_info): Add read_memory_func,
1576 memory_error_func, buffer, and length.
1577 ({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
1578 print_insn_*: Remove second argument.
1582 * bfd.h: Update for lma field of section.
1586 * ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
1590 * dis-asm.h: Add h8500.
1594 * ieee-float.h: Moved from ../gdb.
1595 * dis-asm.h: New file. Interface to dis-assembler.
1599 * demangle.h (DMGL_NO_OPTS): Add define (set to 0) to use
1600 in place of bare 0, for readability reasons.
1604 * demangle.h: Replace all references to cfront with ARM.
1608 * bfd.h: Update for new elements in JUMP_TABLE.
1612 * bfd.h: Update for BFD_VERSION 2.1.
1616 * bfd.h: Update for SEC_IS_COMMON flag.
1620 * bfd.h: Update for bfd_asymbol_value bug fix.
1624 * bfd.h: Update to include ECOFF tdata and target_flavour.
1628 * bfd.h: Add declaration for bfd_get_size().
1632 * demangle.h: Protect file from multiple inclusions with
1633 #if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
1635 Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com)
1637 * bfd.h: Update to get hppa_core_struct from bfd.c.
1641 * bfd.h: Update to get tekhex tdata name change from bfd.
1645 * ansidecl.h: Update comments to discourage use of EXFUN.
1649 * bfd.h: Update to bring in SEC_SHARED_LIBRARY.
1653 * bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF
1658 * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
1659 widening works consistently.
1663 * getopt.h: Update to Revised Standard FSF Version.
1667 * getopt.h (struct option): use the provided enum for has_arg.
1669 * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
1670 LUCID_DEMANGLING): ultrix compilers require enums to be
1671 enums and ints to be ints and casts where they meet. cast some
1676 * bfd.h: Update after comment changes.
1680 * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
1682 Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com)
1684 * bfd.h (struct reloc_howto_struct): size needs to be signed if
1685 it's going to hold negative values.
1689 * demangle.h: New file, moved from ../gdb. Made independent
1690 of gdb. Allow demangling style option to be passed as a
1691 parameter to cplus_demangle(), but using the
1692 current_demangling_style global as the default.
1696 * obstack.h: Merge comment change from current FSF version.
1704 * bfd.h: new after Z8000 stuff
1708 * bfd.h: Regenerated after page/segment size changes.
1712 * obstack.h: Merge changes from current FSF version.
1716 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1717 use_extra_arg, and maybe_empty_object.
1718 * obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
1719 Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
1720 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
1721 and flags arguments.
1722 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
1726 * bfd.h: new after adding BFD_IS_RELAXABLE
1728 Sat Jul 4 03:22:23 1992 John Gilmore (gnu at cygnus.com)
1730 * bfd.h: Regen after adding BSF_FILE.
1732 Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish)
1734 * obstack.h: Convert bcopy() use to memcpy(), which is more
1735 portable, more standard, and can take advantage of gcc's builtin
1736 functions for increased performance.
1738 Thu Jun 25 04:46:08 1992 John Gilmore (gnu at cygnus.com)
1740 * ansidecl.h (PARAMS): Incorporate this macro from gdb's defs.h.
1741 It's a cleaner way to forward-declare function prototypes.
1743 Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com)
1745 * bfd.h: HPPA merge.
1749 * getopt.h: gratuitous white space changes merged from other prep
1752 Thu Jun 11 01:10:55 1992 John Gilmore (gnu at cygnus.com)
1754 * bfd.h: Regen'd from bfd.c after removing elf_core_tdata_struct.
1758 * getopt.h: merged changes from make-3.62.11.
1760 * getopt.h: merged changes from grep-1.6 (alpha).
1764 * getopt.h: merged changes from bison-1.18.
1768 * obstack.h: Add "area_id" and "flags" members to obstack
1769 structure. Add obstack_chunkfun() and obstack_freefun() to
1770 set functions explicitly. Convert maybe_empty_object to
1775 * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.
1777 Fri Feb 21 20:49:20 1992 John Gilmore (gnu at cygnus.com)
1779 * obstack.h: Add obstack_full_begin.
1780 * bfd.h, obstack.h: Protolint.
1782 Thu Jan 30 01:18:42 1992 John Gilmore (gnu at cygnus.com)
1784 * bfd.h: Remove comma from enum declaration.
1786 Mon Jan 27 22:01:13 1992 Steve Chamberlain (sac at cygnus.com)
1788 * bfd.h : new target entr, bfd_relax_section
1790 Wed Dec 18 17:19:44 1991 Stu Grossman (grossman at cygnus.com)
1792 * bfd.h, ieee.h: ANSIfy enums.
1794 Thu Dec 12 20:59:56 1991 John Gilmore (gnu at cygnus.com)
1796 * fopen-same.h, fopen-bin.h: New files for configuring
1797 whether fopen distinguishes binary files or not. For use
1798 by host-dependent config files.
1800 Sat Nov 30 20:46:43 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1802 * bfd.h: change the documentation format.
1804 * created coff, elf and opcode and aout directories. Moved:
1806 aout64.h ==> aout/aout64.h
1808 a.out.encap.h ==> aout/encap.h
1809 a.out.host.h ==> aout/host.h
1810 a.out.hp.h ==> aout/hp.h
1811 a.out.sun4.h ==> aout/sun4.h
1812 ranlib.h ==> aout/ranlib.h
1813 reloc.h ==> aout/reloc.h
1814 stab.def ==> aout/stab.def
1815 stab.gnu.h ==> aout/stab_gnu.h
1817 coff-a29k.h ==> coff/a29k.h
1818 coff-h8300.h ==> coff/h8300.h
1819 coff-i386.h ==> coff/i386.h
1820 coff-i960.h ==> coff/i960.h
1821 internalcoff.h ==> coff/internal.h
1822 coff-m68k.h ==> coff/m68k.h
1823 coff-m88k.h ==> coff/m88k.h
1824 coff-mips.h ==> coff/mips.h
1825 coff-rs6000.h ==> coff/rs6000.h
1827 elf-common.h ==> elf/common.h
1828 dwarf.h ==> elf/dwarf.h
1829 elf-external.h ==> elf/external.h
1830 elf-internal.h ==> elf/internal.h
1832 a29k-opcode.h ==> opcode/a29k.h
1833 arm-opcode.h ==> opcode/arm.h
1834 h8300-opcode.h ==> opcode/h8300.h
1835 i386-opcode.h ==> opcode/i386.h
1836 i860-opcode.h ==> opcode/i860.h
1837 i960-opcode.h ==> opcode/i960.h
1838 m68k-opcode.h ==> opcode/m68k.h
1839 m88k-opcode.h ==> opcode/m88k.h
1840 mips-opcode.h ==> opcode/mips.h
1841 np1-opcode.h ==> opcode/np1.h
1842 ns32k-opcode.h ==> opcode/ns32k.h
1843 pn-opcode.h ==> opcode/pn.h
1844 pyr-opcode.h ==> opcode/pyr.h
1845 sparc-opcode.h ==> opcode/sparc.h
1846 tahoe-opcode.h ==> opcode/tahoe.h
1847 vax-opcode.h ==> opcode/vax.h
1851 Wed Nov 27 10:38:31 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1853 * internalcoff.h: (internal_scnhdr) took out #def dependency, now
1854 s_nreloc and s_nlnno are always long. (internal_reloc): allways
1855 has an offset field now.
1857 Fri Nov 22 08:12:58 1991 John Gilmore (gnu at cygnus.com)
1859 * coff-rs6000.h: Lint; use unsigned chars for external fields.
1860 * internalcoff.h: Lint; cast storage classes to signed char.
1862 Thu Nov 21 21:01:05 1991 Per Bothner (bothner at cygnus.com)
1864 * stab.def: Remove the GNU extended type codes (e.g. N_SETT).
1865 * aout64.h: The heuristic for distinguishing between
1866 sunos-style and bsd-style ZMAGIC files (wrt. where the
1867 text segment starts) is moved into (the default definition of)
1868 the macro N_HEADER_IN_TEXT. This definition is only used
1869 if no other definition is used - e.g. bfd/newsos3.c defines
1870 N_HEADER_IN_TEXT(x) to be always 0 (as before).
1872 Thu Nov 21 11:53:03 1991 John Gilmore (gnu at cygnus.com)
1874 * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions
1875 that should handle all uses. LOGICAL_ versions deleted.
1876 Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
1877 kind of zmagic a.out file we are looking at.
1878 * coff-rs6000.h: Typo.
1880 Tue Nov 19 18:43:37 1991 Per Bothner (bothner at cygnus.com)
1882 (Note: This is a revised entry, as was aout64.h.)
1883 * aout64.h: Some cleanups of N_TXTADDR and N_TXTOFF:
1884 Will now work for both old- and new-style ZMAGIC files,
1885 depending on N_HEADER_IN_TEXT macro.
1886 Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
1887 that don't count the exec header as part
1888 of the text segment, to be consistent with bfd.
1889 * a.out.sun4.h: Simplified/fixed for previous change.
1891 Mon Nov 18 00:02:06 1991 Fred Fish (fnf at cygnus.com)
1893 * dwarf.h: Update to DWARF draft 5 version from gcc2.
1895 Thu Nov 14 19:44:59 1991 Per Bothner (bothner at cygnus.com)
1897 * stab.def: Added defs for extended GNU symbol types,
1898 such as N_SETT. These are normally ifdef'd out (because
1899 of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
1901 Thu Nov 14 19:17:03 1991 Fred Fish (fnf at cygnus.com)
1903 * elf-common.h: Add defines to support ELF symbol table code.
1905 Mon Nov 11 19:01:06 1991 Fred Fish (fnf at cygnus.com)
1907 * elf-internal.h, elf-external.h, elf-common.h: Add support for
1908 note sections, which are used in ELF core files to hold copies
1909 of various /proc structures.
1911 Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
1913 * internalcoff.h: took out the M88 dependency in the lineno
1915 * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
1916 32bit linno entries.
1917 * a29k-opcode.h: fixed encoding of mtacc
1919 Sun Nov 3 11:54:22 1991 Per Bothner (bothner at cygnus.com)
1921 * bfd.h: Updated from ../bfd/bfd-in.h (q.v).
1923 Fri Nov 1 11:13:53 1991 John Gilmore (gnu at cygnus.com)
1925 * internalcoff.h: Add x_csect defines.
1927 Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com)
1929 * Rename COFF-related files in `coff-ARCH.h' form.
1930 coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
1931 coff-mips.h, coff-rs6000.h to be exact.
1933 Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
1935 RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
1938 * a.out.gnu.h: Update slightly.
1939 * bfd.h: Add new error code, fix doc, add bfd_arch_rs6000.
1940 * internalcoff.h: Add more F_ codes for filehdr. Add
1941 rs/6000-dependent fields to aouthdr. Add storage classes
1942 to syments. Add 6000-specific auxent. Add r_size in reloc.
1943 * rs6000coff.c: New file.
1945 Thu Oct 24 04:13:20 1991 Fred Fish (fnf at cygnus.com)
1947 * dwarf.h: New file for dwarf support. Copied from gcc2
1950 Wed Oct 16 13:31:45 1991 John Gilmore (gnu at cygnus.com)
1952 * aout64.h: Remove PAGE_SIZE defines; they are target-dependent.
1953 Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
1954 * stab.def: Include N_FN_SEQ in table.
1955 * bout.h: External formats of structures use unsigned chars.
1957 Fri Oct 11 12:40:43 1991 Steve Chamberlain (steve at cygnus.com)
1959 * bfd.h:upgrade from bfd.c
1960 * internalcoff.h: add n_name, n_zeroes and n_offset macros
1961 * amdcoff.h: Define OMAGIC and AOUTHDRSZ.
1963 Fri Oct 11 10:58:06 1991 Per Bothner (bothner at cygnus.com)
1965 * a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
1966 * bfd.h (align_power): Add (actually move) comment.
1968 Tue Oct 8 15:29:32 1991 Per Bothner (bothner at cygnus.com)
1970 * sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
1972 Sun Oct 6 19:24:39 1991 John Gilmore (gnu at cygnus.com)
1974 * aout64.h: Move struct internal_exec to ../bfd/libaout.h so
1975 it can be shared by all `a.out-family' code. Rename
1976 EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE. Use basic types
1977 for nlist members, and make strx integral rather than pointer.
1978 More commentary on n_type values.
1979 * bout.h: Provide a struct external_exec rather than an
1981 * m68kcoff.h: Remove `tagentries' which snuck in from the i960
1984 Fri Oct 4 01:25:59 1991 John Gilmore (gnu at cygnus.com)
1986 * h8300-opcode.h: Remove `_enum' from the typedef for an enum.
1987 * bfd.h: Update to match bfd changes.
1989 * sys/h-i386mach.h, sysdep.h: Add 386 Mach host support.
1991 Tue Oct 1 04:58:42 1991 John Gilmore (gnu at cygnus.com)
1993 * bfd.h, elf-common.h, elf-external.h, elf-internal.h:
1994 Add preliminary ELF support, sufficient for GDB, from Fred Fish.
1995 * sysdep.h, sys/h-amix.h: Support Amiga SVR4.
1998 * a.out.vax.h: Remove unused and confusing file.
2000 Mon Sep 30 12:52:35 1991 Per Bothner (bothner at cygnus.com)
2002 * sysdep.h: Define NEWSOS3_SYS, and use it.
2004 Fri Sep 20 13:38:21 1991 John Gilmore (gnu at cygnus.com)
2006 * a.out.gnu.h (N_FN): Its value *really is* 0x1F.
2007 Fix it, and add comments warning about or-ing N_EXT with it
2009 * aout64.h (N_FN): Fix value, add comments about N_EXT.
2010 * stab.def (table at end): Update to show all the type
2011 values <0x20, including low order bits. Move N_FN to
2014 Tue Sep 17 17:41:37 1991 Stu Grossman (grossman at cygnus.com)
2016 * sys/h-irix3.h: sgi/irix support.
2018 Tue Sep 17 07:52:59 1991 John Gilmore (gnu at cygint.cygnus.com)
2020 * stab.def (N_DEFD): Add GNU Modula-2 debug stab, from Andrew
2023 Thu Sep 12 14:12:59 1991 John Gilmore (gnu at cygint.cygnus.com)
2025 * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these
2026 for internalcoff, separately from the various external coff's.
2027 * amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
2028 m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
2029 the external struct definitions.
2030 * ecoff.h: Remove these #define's, kludge no longer needed.
2032 * sys/h-ultra3.h: Add new Ultracomputer host.
2033 * sysdep.h: Add ULTRA3_SYM1_SYS and use it.
2035 Tue Sep 10 10:11:46 1991 John Gilmore (gnu at cygint.cygnus.com)
2037 * i386coff.h (LINESZ): Always 6, not based on sizeof().
2040 Wed Sep 4 08:58:37 1991 John Gilmore (gnu at cygint.cygnus.com)
2042 * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,
2043 to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib
2045 * stab.def: Add N_COMM to table, fix overlap comment.
2047 Tue Sep 3 06:29:20 1991 John Gilmore (gnu at cygint.cygnus.com)
2049 Merge with latest FSF versions of these files.
2051 * stab.gnu.h: Add LAST_UNUSED_STAB_CODE.
2052 * stab.def: Update to GPL2. Move N_WARNING out, since not a
2053 debug symbol. Change comments, and reorder table to numeric
2054 order. Update final table comment.
2055 (N_DSLINE, N_BSLINE): Renumber from 0x66 and 0x68, to 0x46 and 0x48.
2057 * obstack.h: GPL2. Merge.
2059 Fri Aug 23 01:54:23 1991 John Gilmore (gnu at cygint.cygnus.com)
2061 * a.out.gnu.h, a.out.sun4.h: Make SEGMENT_SIZE able to depend
2062 on the particular a.out being examined.
2063 * a.out.sun4.h: Define segment sizes for Sun-3's and Sun-4's.
2064 * FIXME: a.out.gnu.h is almost obsolete.
2065 * FIXME: a.out.sun4.h should be renamed a.out.sun.h now.
2067 Wed Aug 21 20:32:13 1991 John Gilmore (gnu at cygint.cygnus.com)
2069 * Start a ChangeLog for the includes directory.
2071 * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E.
2072 * stab.def: Update allocation table in comments at end,
2073 to reflect reality as I know it.
2080 version-control: never