diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-15 00:46:55 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-15 00:46:55 +0000 |
commit | 5ed0ccafcaf8156bb866a2b3d681762053a08e55 (patch) | |
tree | e56afb794e6617c7baea478a9eead411564fad95 /gdb/ChangeLog | |
parent | 791e4513947fa1cd8b37f9141de1308f42542173 (diff) | |
download | binutils-5ed0ccafcaf8156bb866a2b3d681762053a08e55.zip binutils-5ed0ccafcaf8156bb866a2b3d681762053a08e55.tar.gz binutils-5ed0ccafcaf8156bb866a2b3d681762053a08e55.tar.bz2 |
* stabsread.c (read_type): Process "s" (size) type attribute.
If type is defined to another type, copy the type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fdb36de..924b0d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 14 09:12:17 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) + + * stabsread.c (read_type): Process "s" (size) type attribute. + If type is defined to another type, copy the type. + Tue Sep 14 18:37:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here... @@ -23,7 +28,8 @@ Tue Sep 14 12:21:49 1993 K. Richard Pixley (rich@sendai.cygnus.com) Tue Sep 14 09:12:17 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) - * paread.c, coffread.c, elfread.c: Include <time.h> before libbfd.h. + * paread.c, coffread.c, elfread.c, dwarfread.c: + Include <time.h> before libbfd.h. * paread.c: Define BYTES_IN_WORD before including aout/aout64.h. |