* infcmd.c (set_environment_command): Avoid skipping first
authorJohn Gilmore <gnu@cygnus>
Thu, 19 Nov 1992 00:04:44 +0000 (00:04 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 19 Nov 1992 00:04:44 +0000 (00:04 +0000)
commitcbf15d9a3d17b25498f02fd44eaea1d368d4ebdf
tree535a0b3dbe904a26bb5b74baa7a631528a72b03b
parent195b44d9bc9d4049f18fc98c0f90d7579de1e7e8
* infcmd.c (set_environment_command):  Avoid skipping first
char of env value if an '=' appears in it.  Bug report and fix
by Mark Jungerman, <maj@lucid.com>.

Thu Nov  5 23:04:38 1992 Rob Ryan (rr2b@andrew.cmu.edu)

        * xcoffexec.c (vmap_symtab): fixed a bug where if a object has no
        member, and the stat pointer passed to vmap_symtab was NULL, the
        wrong vmap entries would be modified.  Fixes behavior where
        attempting to load symbols for a module with no member would mess
        up already read in symbols.
gdb/ChangeLog
gdb/xcoffexec.c