diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-01-07 21:39:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-01-07 21:39:37 +0000 |
commit | f92743aea528bcbb91ffdbff9ad9d76cd0fc5b40 (patch) | |
tree | 4a2d348ab39b5d89b4e446910132ec27ede8bcea | |
parent | b4a4ff7d515422f4337131fc99186cf9211db40b (diff) | |
download | gdb-f92743aea528bcbb91ffdbff9ad9d76cd0fc5b40.zip gdb-f92743aea528bcbb91ffdbff9ad9d76cd0fc5b40.tar.gz gdb-f92743aea528bcbb91ffdbff9ad9d76cd0fc5b40.tar.bz2 |
Second try.
* mips-pinsn.c: Actual work now done by opcodes/mips-dis.c.
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32d7f36..f8e19e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Thu Jan 7 13:33:06 1993 Ian Lance Taylor (ian@cygnus.com) + + * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c. + +Wed Jan 6 10:14:51 1993 Steve Chamberlain (sac@thepub.cygnus.com) + + * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for + binary files oring in the right bit. + + * main.c, source.c, state.c, symmisc.c: use macros defined in + fopen-{bin|both} when fopening files. + Wed Jan 6 08:19:11 1993 Fred Fish (fnf@cygnus.com) * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT @@ -77,6 +89,14 @@ Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com) BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM. **** end-sanitize-chill **** +Mon Jan 4 07:35:31 1993 Steve Chamberlain (sac@wahini.cygnus.com) + + * command.c (shell_escape, make_command, _initialize_command): + don't create or use fork if CANT_FORK is defined. + * serial.h, ser-go32.c: now compiles, but "the obvious problems of + code written for the IBM PC" remain. + * xm-go32.h: define CANT_FORK + Sun Jan 3 14:24:56 1993 Steve Chamberlain (sac@thepub.cygnus.com) * remote-sim.c: first attempt at general simulator interface |