diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-25 22:59:27 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-25 22:59:27 +0000 |
commit | 1aed676612501c4cc93bdb9c58dddcbde128636d (patch) | |
tree | cb5fe1f5aa91e57dc1fb45c2458fa9d36c86fbe4 /gdb/ChangeLog | |
parent | b869d3f47fa723f7371f8ec9b62a45ff84bf68d2 (diff) | |
download | gdb-1aed676612501c4cc93bdb9c58dddcbde128636d.zip gdb-1aed676612501c4cc93bdb9c58dddcbde128636d.tar.gz gdb-1aed676612501c4cc93bdb9c58dddcbde128636d.tar.bz2 |
* tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson's
fix to differentiate between gcc1 & gcc2 compiled files so that we
can debug calls that pass structs as args correctly.
* symmisc.c (dump_symtab): If block was compiled with gcc, say
so, and what version.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6518b9..d21de67 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Fri Sep 25 15:13:44 1992 Stu Grossman (grossman at cygnus.com) + * tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson's + fix to differentiate between gcc1 & gcc2 compiled files so that we + can debug calls that pass structs as args correctly. + * symmisc.c (dump_symtab): If block was compiled with gcc, say + so, and what version. + * remote.c (remote_wait): Make regs be char to avoid picayune ANSI compiler warnings. |