* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / i386ly-tdep.c
index 87b0ac17f82a1426ce809e215707cc6cb32abd35..0d2ef41bf25b5b22b7479ab2f69eb43801436b5b 100644 (file)
@@ -1,6 +1,5 @@
-/* Target-dependent code for Lynx running on i386's, for GDB.
-   Copyright 1988, 1989, 1991, 1992, 1993
-   Free Software Foundation, Inc.
+/* Target-dependent code for Intel 386 running LynxOS.
+   Copyright 1993 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -33,7 +32,7 @@ i386lynx_saved_pc_after_call (frame)
      struct frame_info *frame;
 {
   char opcode[7];
-  static const char call_inst[] = {0x9a, 0, 0, 0, 0, 8, 0}; /* lcall 0x8,0x0 */
+  static const unsigned char call_inst[] = {0x9a, 0, 0, 0, 0, 8, 0}; /* lcall 0x8,0x0 */
 
   read_memory (frame->pc - 7, opcode, 7);
   if (memcmp (opcode, call_inst, 7) == 0)
This page took 0.022999 seconds and 4 git commands to generate.