diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-24 21:10:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-24 21:10:55 +0000 |
commit | 76e45938c3dbf2a25eb273bfcd3aa4961585dd5e (patch) | |
tree | da030b5d4faecd6c7320064fc971ab6d31e1f7bc /binutils/ChangeLog | |
parent | 397a4fa366643d3813beac4720a5f5552261bdba (diff) | |
download | gdb-76e45938c3dbf2a25eb273bfcd3aa4961585dd5e.zip gdb-76e45938c3dbf2a25eb273bfcd3aa4961585dd5e.tar.gz gdb-76e45938c3dbf2a25eb273bfcd3aa4961585dd5e.tar.bz2 |
* ieee.c (ieee_define_named_type): When creating a tag for an
anonymous struct, copy the name into memory.
(ieee_tag_type): Likewise.
* debug.c (debug_write_type): Only check and set id field for an
unnamed object.
(debug_write_class_type): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2864859..7529649 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ Wed Jan 24 12:06:05 1996 Ian Lance Taylor <ian@cygnus.com> + * ieee.c (ieee_define_named_type): When creating a tag for an + anonymous struct, copy the name into memory. + (ieee_tag_type): Likewise. + * debug.c (debug_write_type): Only check and set id field for an + unnamed object. + (debug_write_class_type): Likewise. + * ieee.c: Various changes to write out types for functions and references, and to not write out unnecessary function types. |