* findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
authorFred Fish <fnf@specifix.com>
Thu, 15 Aug 1996 20:52:34 +0000 (20:52 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 15 Aug 1996 20:52:34 +0000 (20:52 +0000)
is not defined.
(read_register_pid): Only needed when TARGET_READ_PC is not
defined.
* hppa-tdep.c (frame_saved_pc): Remove prototype.
* infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
not defined.
* config/xm-aix4.h (aix_resizewindow): Convert old style decl
to prototype.
* xcoffsolib.c (command.h): Include for needed prototypes.

gdb/ChangeLog
gdb/config/xm-aix4.h
gdb/hppa-tdep.c
gdb/xcoffsolib.c

index 35ce3bb266e64af5e4cb85cc6b0fdeb693498f1f..372ddbfc00761f207a86050d51e06de39b820a93 100644 (file)
@@ -1,3 +1,21 @@
+Thu Aug 15 13:44:13 1996  Fred Fish  <fnf@cygnus.com>
+
+       * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC
+       is not defined.
+       (read_register_pid): Only needed when TARGET_READ_PC is not
+       defined.
+       * hppa-tdep.c (frame_saved_pc): Remove prototype.
+       * infptrace.c (udot_info): Prototype when CHILD_XFER_MEMORY is
+       not defined.
+       * config/xm-aix4.h (aix_resizewindow): Convert old style decl
+       to prototype.
+       * xcoffsolib.c (command.h): Include for needed prototypes.
+
+Wed Aug 14 17:54:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
+       native work.
+
 Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@rtl.cygnus.com>
 
        From Blair MacIntyre <bm@cs.columbia.edu>:
index 31bb6da9fc49c5c07a39f758a35eb0cd031c0a7b..5914cfe0b11aef85c11b623174aa26483a81e501 100644 (file)
@@ -70,7 +70,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Signal handler for SIGWINCH `window size changed'. */
 
 #define        SIGWINCH_HANDLER  aix_resizewindow
-extern void    aix_resizewindow ();
+extern void aix_resizewindow PARAMS ((void));
 
 /* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */
 
index 275c485bd14a15a3672434942aede0df72db6aec..3c3f0583ccecd2270a0868360133945dad0d5ac1 100644 (file)
@@ -90,8 +90,6 @@ static int restore_pc_queue PARAMS ((struct frame_saved_regs *));
 
 static int hppa_alignof PARAMS ((struct type *));
 
-CORE_ADDR frame_saved_pc PARAMS ((struct frame_info *));
-
 static int prologue_inst_adjust_sp PARAMS ((unsigned long));
 
 static int is_branch PARAMS ((unsigned long));
index 45ed2b36da1d4ee84f4b0617453460b4aa5a5a26..13d8065ea1d3c213933c56eca4959fc8db992477 100644 (file)
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "bfd.h"
 #include "xcoffsolib.h"
 #include "inferior.h"
+#include "command.h"
 
 /* Hook to relocate symbols at runtime.  If gdb is build natively, this
    hook is initialized in by rs6000-nat.c.  If not, it is currently left