home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / libg++-2.6.2.lha / libg++-2.6.2 / include / ChangeLog < prev    next >
Text File  |  1994-12-15  |  27KB  |  807 lines

  1. Wed Dec 14 13:08:43 1994  Stan Shebs  <shebs@andros.cygnus.com>
  2.  
  3.     * progress.h: New file, empty definitions for progress macros.
  4.  
  5.  
  6. Fri Nov 25 00:14:05 1994  Jeff Law  (law@snake.cs.utah.edu)
  7.  
  8.     * hp-symtab.h: New file describing the debug symbols emitted
  9.     by the HP C compilers.  
  10.  
  11. Fri Nov 11 15:48:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
  12.  
  13.     * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
  14.     to 26 bits, and change u.c.alignment_power from 8 to 6 bits.  6
  15.     bit in the alignment power is enough for a 64 bit address space.
  16.  
  17. Mon Oct 31 13:02:51 1994  Stan Shebs  (shebs@andros.cygnus.com)
  18.  
  19.     * demangle.h (cplus_mangle_opname): Declare.
  20.  
  21. Tue Oct 25 11:38:02 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
  22.  
  23.     * bfdlink.h (struct bfd_link_callbacks): Fix comments for
  24.     multiple_common field.
  25.  
  26. Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
  27.  
  28.     * aout/aout64.h: Only define QMAGIC if it isn't already defined.
  29.  
  30.     * dis-asm.h: Add support for the ARM.
  31.  
  32. Wed Aug 10 12:51:41 1994  Doug Evans  (dje@canuck.cygnus.com)
  33.  
  34.     * libiberty.h (strsignal): Document its existence even if we
  35.     can't declare it.
  36.  
  37. Tue Aug  2 14:40:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  38.  
  39.     * os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
  40.     expand their uses.  Those names conflict with Mach headers.
  41.  
  42. Fri Jul 22 14:17:12 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  43.  
  44.     * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
  45.     bitfield.  Add field u.c.alignment_power.
  46.  
  47. Sun Jul 10 00:26:39 1994  Ian Dall  (dall@hfrd.dsto.gov.au)
  48.  
  49.     * dis-asm.h: Add print_insn_ns32k declaration.
  50.  
  51. Mon Jun 20 17:13:29 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  52.  
  53.     * bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
  54.  
  55. Sat Jun 18 16:09:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
  56.  
  57.     * demangle.h (cplus_demangle_opname): Declare.
  58.  
  59. Thu Jun 16 15:19:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  60.  
  61.     * bfdlink.h (struct bfd_link_info): Add new field shared.
  62.  
  63. Mon Jun  6 14:39:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  64.  
  65.     * bfdlink.h (struct bfd_link_hash_entry): Remove written field:
  66.     not needed for all backends.
  67.  
  68. Thu Apr 28 19:06:50 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  69.  
  70.     * dis-asm.h (disassembler): Declare.
  71.  
  72. Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
  73.  
  74.         * obstack.h: Delete use of IN_GCC to control whether
  75.         stddef.h or gstddef.h is included.
  76.  
  77. Tue Mar 22 13:06:02 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  78.  
  79.     * bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
  80.     (struct bfd_link_order): Add data field to union.
  81.  
  82. Mon Mar 21 18:45:26 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  83.  
  84.     * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
  85.     to add_to_set to reloc.  Remove bitsize argument from constructor.
  86.     Comment that reloc_overflow, reloc_dangerous and unattached_reloc
  87.     must handle NULL pointers for reloc location.
  88.     (enum bfd_link_order_type): Add bfd_section_reloc_link_order and
  89.     bfd_symbol_reloc_link_order.
  90.     (struct bfd_link_order): Add reloc field to union.
  91.     (struct bfd_link_order_reloc): Define.
  92.  
  93. Mon Mar 14 12:27:50 1994  Ian Lance Taylor  (ian@cygnus.com)
  94.  
  95.     * ieee-float.h: Removed; no longer used.
  96.  
  97. Tue Mar  1 18:10:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
  98.  
  99.     * os9k.h: os9000 target specific header file, the header of the
  100.     object file is used now.
  101.  
  102. Sun Feb 27 21:52:26 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
  103.  
  104.     * floatformat.h: New file, intended to replace ieee-float.h.
  105.  
  106. Sun Feb 20 17:15:42 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
  107.  
  108.     * ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
  109.  
  110. Wed Feb 16 01:07:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  111.  
  112.     * libiberty.h: Don't declare strsignal, to avoid conflicts with
  113.     Solaris system header files.
  114.  
  115. Sat Feb 12 22:11:32 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
  116.  
  117.     * libiberty.h (xexit): Use __volatile__ to avoid losing if
  118.     compiling with gcc -traditional.
  119.  
  120. Thu Feb 10 14:05:41 1994  Ian Lance Taylor  (ian@cygnus.com)
  121.  
  122.     * libiberty.h: New file.  Declares functions provided by
  123.     libiberty.
  124.  
  125. Tue Feb  8 05:19:52 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
  126.  
  127.     Handle obstack_chunk_alloc returning NULL.  This allows
  128.     obstacks to be used by libraries, without forcing them
  129.     to call exit or longjmp.
  130.     * obstack.h (struct obstack): Add alloc_failed flag.
  131.     _obstack_begin, _obstack_begin_1): Declare to return int, not void.
  132.     (obstack_finish): If alloc_failed, return NULL.
  133.     (obstack_base, obstack_next_free, objstack_object_size): 
  134.     If alloc_failed, return 0.
  135.     (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
  136.     obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
  137.     could corrupt the obstack.
  138.  
  139. Mon Jan 24 15:06:05 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  140.  
  141.     * bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
  142.     addend argments to reloc_overflow callback.
  143.  
  144. Fri Jan 21 19:13:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  145.  
  146.     * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
  147.     print_insn_rs6000): Declare.
  148.  
  149. Thu Jan  6 14:15:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  150.  
  151.     * bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
  152.     add_to_set field.  Add new callback named constructor.
  153.  
  154. Thu Dec 30 10:44:06 1993  Ian Lance Taylor  (ian@rtl.cygnus.com)
  155.  
  156.     * bfdlink.h: New file for new BFD linker backend routines.
  157.  
  158. Mon Nov 29 10:43:57 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  159.  
  160.     * dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
  161.  
  162. Sat Oct  2 20:42:26 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  163.  
  164.     * dis-asm.h: Move comment to right place.
  165.  
  166. Mon Aug  9 19:03:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  167.  
  168.     * obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
  169.     previous version.  Are these Cygnus local changes?
  170.  
  171. Fri Aug  6 17:05:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  172.  
  173.     * getopt.h, obstack.h: Update to latest FSF version.
  174.  
  175. Mon Aug  2 16:37:14 1993  Stu Grossman  (grossman at cygnus.com)
  176.  
  177.     * coff/i386.h:  Add Lynx magic number.
  178.  
  179. Mon Aug  2 14:45:29 1993  John Gilmore  (gnu@cygnus.com)
  180.  
  181.     * dis-asm.h:  Move enum outside of struct defn to avoid warnings.
  182.  
  183. Mon Aug  2 08:49:30 1993  Stu Grossman  (grossman at cygnus.com)
  184.  
  185.     * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits.  This is
  186.     for systems that store stuff into the high 16 bits of a wait
  187.     status.
  188.  
  189. Fri Jul 30 18:38:02 1993  John Gilmore  (gnu@cygnus.com)
  190.  
  191.     * dis-asm.h:  Add new fields insn_info_valid, branch_delay_insns, 
  192.     data_size, insn_type, target, target2.  These are used to return
  193.     information from the instruction decoders back to the calling
  194.     program.  Add comments, make more readable.
  195.  
  196. Mon Jul 19 22:14:14 1993  Fred Fish  (fnf@deneb.cygnus.com)
  197.  
  198.     * nlm:  New directory containing NLM/NetWare includes.
  199.  
  200. Thu Jul 15 12:10:04 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  201.  
  202.     * dis-asm.h (struct disassemble_info): New field application_data.
  203.  
  204. Thu Jul 15 12:41:15 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  205.  
  206.     * dis-asm.h: Added declaration of print_insn_m88k.
  207.  
  208. Thu Jul  8 09:05:26 1993  Doug Evans  (dje@canuck.cygnus.com)
  209.  
  210.     * opcode/h8300.h: Lots of little fixes for the h8/300h.
  211.  
  212. Fri Jul  2 10:31:59 1993  Ian Lance Taylor  (ian@cygnus.com)
  213.  
  214.     * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
  215.     defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
  216.     but does not define __STDC__.
  217.  
  218. Sun Jun 20 18:27:52 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
  219.  
  220.     * dis-asm.h: Don't need to include ansidecl.h any more.
  221.  
  222. Fri Jun 18 03:22:10 1993  John Gilmore  (gnu@cygnus.com)
  223.  
  224.     * oasys.h:  Eliminate "int8_type", "int16_type", "int32_type", and
  225.     their variants.  These changes are coordinated with corresponding
  226.     changes in ../bfd/oasys.c.
  227.  
  228. Wed Jun 16 10:43:08 1993  Fred Fish  (fnf@cygnus.com)
  229.  
  230.     * bfd.h:  Note that it has been removed.
  231.  
  232. Tue Jun  8 12:16:03 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  233.  
  234.      Support for H8/300-H
  235.     * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
  236.     * coff/h8300.h: New magic number.
  237.     * coff/internal.h: New relocations.
  238.     * opcode/h8300.h