diff options
author | Stu Grossman <grossman@cygnus> | 1994-04-26 22:39:20 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-04-26 22:39:20 +0000 |
commit | 68ba2fa550a437a3de1e15b681b40ecc21d03399 (patch) | |
tree | cfef243f2869cf47e03ac426cb3dfe37f107a08e /gdb/ChangeLog | |
parent | 926ffe944662cb731d98a109817a4787e2cfbdd6 (diff) | |
download | gdb-68ba2fa550a437a3de1e15b681b40ecc21d03399.zip gdb-68ba2fa550a437a3de1e15b681b40ecc21d03399.tar.gz gdb-68ba2fa550a437a3de1e15b681b40ecc21d03399.tar.bz2 |
* i386-nlmstub.c: More changes to be compatible with remote.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4dfeea0..ec724d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Tue Apr 26 10:23:04 1994 Stu Grossman (grossman at cygnus.com) + * i386-nlmstub.c: More changes to be compatible with remote.c. + + * dbxread.c: Move a bunch of strncmps out of process_one_symbol + into (the far less frequently called) dbx_symfile_read. + * i386-nlmstub.c: An interim version till we get PIN for the x86. Tue Apr 26 09:50:45 1994 Stu Grossman (grossman at cygnus.com) |