diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-10 03:57:57 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-10 03:57:57 +0000 |
commit | fddb9bda704b4be0ba725770f62adb9f6397612d (patch) | |
tree | 85d3dbd78f788ad6bf80a65e6b594c230f9c7156 /gdb/ChangeLog | |
parent | 594eeceb8efe6abcf5820d1e62eb5aa21d21a997 (diff) | |
download | fsf-binutils-gdb-fddb9bda704b4be0ba725770f62adb9f6397612d.zip fsf-binutils-gdb-fddb9bda704b4be0ba725770f62adb9f6397612d.tar.gz fsf-binutils-gdb-fddb9bda704b4be0ba725770f62adb9f6397612d.tar.bz2 |
* stabsread.c (common_block_end, fix_common_block): Stash the
struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
as to not assume that a pointer fits in an enum.
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 008cb37..0a6d856 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Mar 9 15:23:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabsread.c (common_block_end, fix_common_block): Stash the + struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so + as to not assume that a pointer fits in an enum. + Wed Mar 9 18:56:36 1994 Kung Hsu (kung@mexican.cygnus.com) * os9kread.c (fill_sym): check compiler verion number for pre- @@ -12,7 +18,7 @@ Wed Mar 9 18:56:36 1994 Kung Hsu (kung@mexican.cygnus.com) * remote-os9k.c: fix bug in 'set remotebaud' function. * remote-os9k.c (rombug_link): minimize checking so to improve speed. - * symfile.c (symfile_command): check if failed to link, also make + * symfile.c (symbol_file_command): check if failed to link, also make the command be able to accept more than one filenames. * target.c (target_link): check if failed to link with rombug. * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0. |