diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-24 19:40:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-24 19:40:21 +0000 |
commit | 2466210755c857114fe94a9395c689a77a14c349 (patch) | |
tree | 8dc43dcfb40173eea0e0164585c1c09c3b12f280 /binutils/ChangeLog | |
parent | a837b8fc9692536b38fe435f8f3f52d2749b3527 (diff) | |
download | gdb-2466210755c857114fe94a9395c689a77a14c349.zip gdb-2466210755c857114fe94a9395c689a77a14c349.tar.gz gdb-2466210755c857114fe94a9395c689a77a14c349.tar.bz2 |
* ieee.c: Various changes to write out types for functions and
references, and to not write out unnecessary function types.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6050888..2864859 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Wed Jan 24 12:06:05 1996 Ian Lance Taylor <ian@cygnus.com> + * ieee.c: Various changes to write out types for functions and + references, and to not write out unnecessary function types. + * ieee.c (struct ieee_var): Remove variable field. Add kind field, and define some enum constants for it. (parse_ieee_ty): Set kind field of variable for 'x' and 'X' types. |