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 >
Wrap
Text File
|
1994-12-15
|
27KB
|
807 lines
Wed Dec 14 13:08:43 1994 Stan Shebs <shebs@andros.cygnus.com>
* progress.h: New file, empty definitions for progress macros.
Fri Nov 25 00:14:05 1994 Jeff Law (law@snake.cs.utah.edu)
* hp-symtab.h: New file describing the debug symbols emitted
by the HP C compilers.
Fri Nov 11 15:48:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
to 26 bits, and change u.c.alignment_power from 8 to 6 bits. 6
bit in the alignment power is enough for a 64 bit address space.
Mon Oct 31 13:02:51 1994 Stan Shebs (shebs@andros.cygnus.com)
* demangle.h (cplus_mangle_opname): Declare.
Tue Oct 25 11:38:02 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* bfdlink.h (struct bfd_link_callbacks): Fix comments for
multiple_common field.
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)
* libiberty.h (strsignal): Document its existence even if we
can't declare it.
Tue Aug 2 14:40:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
expand their uses. Those names conflict with Mach headers.
Fri Jul 22 14:17:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
bitfield. Add field u.c.alignment_power.
Sun Jul 10 00:26:39 1994 Ian Dall (dall@hfrd.dsto.gov.au)
* dis-asm.h: Add print_insn_ns32k declaration.
Mon Jun 20 17:13:29 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
Sat Jun 18 16:09:32 1994 Stan Shebs (shebs@andros.cygnus.com)
* demangle.h (cplus_demangle_opname): Declare.
Thu Jun 16 15:19:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (struct bfd_link_info): Add new field shared.
Mon Jun 6 14:39:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (struct bfd_link_hash_entry): Remove written field:
not needed for all backends.
Thu Apr 28 19:06:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* dis-asm.h (disassembler): Declare.
Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
* obstack.h: Delete use of IN_GCC to control whether
stddef.h or gstddef.h is included.
Tue Mar 22 13:06:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
(struct bfd_link_order): Add data field to union.
Mon Mar 21 18:45:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
to add_to_set to reloc. Remove bitsize argument from constructor.
Comment that reloc_overflow, reloc_dangerous and unattached_reloc
must handle NULL pointers for reloc location.
(enum bfd_link_order_type): Add bfd_section_reloc_link_order and
bfd_symbol_reloc_link_order.
(struct bfd_link_order): Add reloc field to union.
(struct bfd_link_order_reloc): Define.
Mon Mar 14 12:27:50 1994 Ian Lance Taylor (ian@cygnus.com)
* ieee-float.h: Removed; no longer used.
Tue Mar 1 18:10:49 1994 Kung Hsu (kung@mexican.cygnus.com)
* os9k.h: os9000 target specific header file, the header of the
object file is used now.
Sun Feb 27 21:52:26 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* floatformat.h: New file, intended to replace ieee-float.h.
Sun Feb 20 17:15:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
* ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
Wed Feb 16 01:07:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* libiberty.h: Don't declare strsignal, to avoid conflicts with
Solaris system header files.
Sat Feb 12 22:11:32 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* libiberty.h (xexit): Use __volatile__ to avoid losing if
compiling with gcc -traditional.
Thu Feb 10 14:05:41 1994 Ian Lance Taylor (ian@cygnus.com)
* libiberty.h: New file. Declares functions provided by
libiberty.
Tue Feb 8 05:19:52 1994 David J. Mackenzie (djm@thepub.cygnus.com)
Handle obstack_chunk_alloc returning NULL. This allows
obstacks to be used by libraries, without forcing them
to call exit or longjmp.
* obstack.h (struct obstack): Add alloc_failed flag.
_obstack_begin, _obstack_begin_1): Declare to return int, not void.
(obstack_finish): If alloc_failed, return NULL.
(obstack_base, obstack_next_free, objstack_object_size):
If alloc_failed, return 0.
(obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
could corrupt the obstack.
Mon Jan 24 15:06:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
addend argments to reloc_overflow callback.
Fri Jan 21 19:13:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
print_insn_rs6000): Declare.
Thu Jan 6 14:15:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
add_to_set field. Add new callback named constructor.
Thu Dec 30 10:44:06 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
* bfdlink.h: New file for new BFD linker backend routines.
Mon Nov 29 10:43:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
Sat Oct 2 20:42:26 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* dis-asm.h: Move comment to right place.
Mon Aug 9 19:03:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
previous version. Are these Cygnus local changes?
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.
Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com)
* wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is
for systems that store stuff into the high 16 bits of a wait
status.
Fri Jul 30 18:38:02 1993 John Gilmore (gnu@cygnus.com)
* dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
data_size, insn_type, target, target2. These are used to return
information from the instruction decoders back to the calling
program. Add comments, make more readable.
Mon Jul 19 22:14:14 1993 Fred Fish (fnf@deneb.cygnus.com)
* nlm: New directory containing NLM/NetWare includes.
Thu Jul 15 12:10:04 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* dis-asm.h (struct disassemble_info): New field application_data.
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
defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
but does not define __STDC__.
Sun Jun 20 18:27:52 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
* dis-asm.h: Don't need to include ansidecl.h any more.
Fri Jun 18 03:22:10 1993 John Gilmore (gnu@cygnus.com)
* oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and
their variants. These changes are coordinated with corresponding
changes in ../bfd/oasys.c.
Wed Jun 16 10:43:08 1993 Fred Fish (fnf@cygnus.com)
* bfd.h: Note that it has been removed.
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