diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-25 15:38:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-25 15:38:39 +0000 |
commit | adbae12d785ab51b4861686556621e06e0ce3650 (patch) | |
tree | 2a024059e99bbccbc96153db9c402d21e227c1a5 /include/ChangeLog | |
parent | fd9a6abc83c76326c37812b0f817dfda932c47e3 (diff) | |
download | gdb-adbae12d785ab51b4861686556621e06e0ce3650.zip gdb-adbae12d785ab51b4861686556621e06e0ce3650.tar.gz gdb-adbae12d785ab51b4861686556621e06e0ce3650.tar.bz2 |
* bfdlink.h (struct bfd_link_callbacks): Fix comments for
multiple_common field.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9087966..b11a398 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,23 @@ +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: Comment out apparently-unused declarations. + * 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) |