* frame.c (frame_unwind_unsigned_register): Delete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7e778098aac93ad7177e0ba87f1c31b3de257d71..b9dbc5fc116020361def00b3b045a83fed6cf189 100644 (file)
@@ -1,3 +1,36 @@
+2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * frame.c (frame_unwind_unsigned_register): Delete.
+       (frame_sp_unwind): Use frame_unwind_register_unsigned instead.
+       * frame.h (frame_unwind_unsigned_register): Delete prototype.
+
+       * alpha-linux-tdep.c, alpha-mdebug-tdep.c, alpha-tdep.c,
+       avr-tdep.c, cris-tdep.c, frv-tdep.c, m68hc11-tdep.c, mn10300-tdep.c,
+       mt-tdep.c: Replace frame_unwind_unsigned_register with
+       frame_unwind_register_unsigned.
+
+2007-10-16  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * config/i386/mingw.mh, config/i386/mingw.mt: New files.
+       * configure.tgt (i[34567]86-*-mingw32*): Set gdb_target = mingw.
+       * win32-nat.c: Only include cygwin.h on Cygwin host.  Don't
+       include procfs.h.
+       (cygwin_load_start, cygwin_load_end, cygwin_exceptions): Disable
+       if not building on Cygwin.
+       (win32_make_so, handle_output_debug_string, handle_exception)
+       (do_initial_win32_stuff): Wrap Cygwin specific code in __CYGWIN__.
+       (win32_attach): Only fallback to Cygwin pids if building on
+       Cygwin.
+       (win32_pid_to_exec_file): Disable Cygwin specific code, if not
+       building on Cygwin.
+       (win32_create_inferior): Disable starting the inferior through a
+       shell, environment var processing and tty handling if not building
+       on Cygwin.
+       (cygwin_pid_to_str): Rename to ...
+       (win32_pid_to_str): ... this.
+       (init_win32_ops): Update use of win32_pid_to_str.  Disable "shell"
+       and "cygwin-exceptions" commands if not building on Cygwin.
+
 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
 
         * doc/gdb.texinfo:  Add TSIZE definition, removed
This page took 0.030986 seconds and 4 git commands to generate.