diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-16 21:45:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-16 21:45:01 +0000 |
commit | 81530f93ef01e2788b9358f4092931c918ba4d4d (patch) | |
tree | 326035bbd269567aa778ec028093d066a387fa41 /binutils/ChangeLog | |
parent | cd0ae5580739658fbb3fb8db183fa8ce622e17ca (diff) | |
download | gdb-81530f93ef01e2788b9358f4092931c918ba4d4d.zip gdb-81530f93ef01e2788b9358f4092931c918ba4d4d.tar.gz gdb-81530f93ef01e2788b9358f4092931c918ba4d4d.tar.bz2 |
* ieee.c (struct ieee_write_type): Add reflocalp field.
(ieee_pointer_type): Set reflocalp after pushing type.
(ieee_function_type): If reflocalp is set, make this type local.
(ieee_range_type, ieee_array_type, ieee_set_type): Likewise.
(ieee_const_type, ieee_volatile_type): Likewise.
(ieee_struct_field, ieee_class_baseclass): Likewise.
PR 10638.
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 7be549d..12d7861 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ Mon Sep 16 15:30:54 1996 Ian Lance Taylor <ian@cygnus.com> + * ieee.c (struct ieee_write_type): Add reflocalp field. + (ieee_pointer_type): Set reflocalp after pushing type. + (ieee_function_type): If reflocalp is set, make this type local. + (ieee_range_type, ieee_array_type, ieee_set_type): Likewise. + (ieee_const_type, ieee_volatile_type): Likewise. + (ieee_struct_field, ieee_class_baseclass): Likewise. + * 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. |