diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-15 19:58:39 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-10-15 19:58:39 +0000 |
commit | c0e1076db2158261fa04b3ed28374d92e6259992 (patch) | |
tree | ce84c648b74bf17103cc0a65963abffc43341d39 | |
parent | 78cab901b0926948ddb520df9f10b96cfa0faef1 (diff) | |
download | binutils-c0e1076db2158261fa04b3ed28374d92e6259992.zip binutils-c0e1076db2158261fa04b3ed28374d92e6259992.tar.gz binutils-c0e1076db2158261fa04b3ed28374d92e6259992.tar.bz2 |
* mipsread.c (upgrade_type): Replace bitsize sanity checks and
complaint by a comment explaining why they were useless.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 933d81d..dd1b203 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 15 12:57:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (upgrade_type): Replace bitsize sanity checks and + complaint by a comment explaining why they were useless. + Fri Oct 15 14:30:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * Move comments on bypassing call dummy breakpoint from stack.c |