* depend: rebuild to account for remote-st2000.c.
* remote-st2000.c: Almost works now. * tm-st2000.h: Need to turn on HAVE_68881, else things won't compile.
This commit is contained in:
parent
65bfcf2e61
commit
55488e9ea6
3 changed files with 261 additions and 414 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Jun 9 16:29:19 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* depend: rebuild to account for remote-st2000.c.
|
||||
* remote-st2000.c: Almost works now.
|
||||
* tm-st2000.h: Need to turn on HAVE_68881, else things won't compile.
|
||||
|
||||
Mon Jun 8 23:05:51 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* c-exp.y (yylex): Recognize single-quoted strings that specify
|
||||
|
@ -32,6 +38,9 @@ Mon Jun 8 21:59:08 1992 John Gilmore (gnu at cygnus.com)
|
|||
|
||||
Mon Jun 8 14:17:42 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* alldeps.mak: Rebuild to account for new files.
|
||||
* config/st2000.mt: Use tm-st2000.h, not tm-68k.h.
|
||||
* tm-st2000.h: New file.
|
||||
* configure.in: Tandem debug monitor (st2000) support.
|
||||
* remote-st2000.c, config/st2000.mt: ditto.
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -17,4 +17,6 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define HAVE_68881 /* GDB won't compile without this */
|
||||
|
||||
#include "tm-68k.h"
|
||||
|
|
Loading…
Reference in a new issue