diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-16 19:33:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-16 19:33:04 +0000 |
commit | 0dcbbb60296972f88f8908c334b0202895e1fb80 (patch) | |
tree | 16274410bb236a31e5357691eacb52e678ce7365 /binutils/ChangeLog | |
parent | 9859bc3192a0ea98dc1520885a1179107fed5238 (diff) | |
download | gdb-0dcbbb60296972f88f8908c334b0202895e1fb80.zip gdb-0dcbbb60296972f88f8908c334b0202895e1fb80.tar.gz gdb-0dcbbb60296972f88f8908c334b0202895e1fb80.tar.bz2 |
* ieee.c (struct ieee_info): Add global_types field.
(parse_ieee_bb): When starting a BB1, initialize the types field
to the global_types field.
(parse_ieee_be): When ending a BB2, copy the types field to the
global_types field.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ac482f4..7be549d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 16 15:30:54 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (struct ieee_info): Add global_types field. + (parse_ieee_bb): When starting a BB1, initialize the types field + to the global_types field. + (parse_ieee_be): When ending a BB2, copy the types field to the + global_types field. + Fri Sep 13 17:32:21 1996 Ian Lance Taylor <ian@cygnus.com> * objcopy.c (change_leading_char): New static variable. |