Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] linux-proc.c: include regcache.h
Date: Wed, 13 Feb 2002 13:40:00 -0000	[thread overview]
Message-ID: <15466.56649.25315.617032@localhost.redhat.com> (raw)
In-Reply-To: <15466.53414.797117.786817@localhost.redhat.com>

Elena Zannoni writes:
 > 
 > Compiling with ,-Werror I found this.
 > Committed as obvious.
 > 
 > Elena
 > 
 > 
 > 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
 > 
 > 	* linux-proc.c: Add include of regcache.h.
 > 	* Makefile.in (linux-proc.o): Add dependency on regcache.h.
 > 
 > 
 > 
 > Index: linux-proc.c
 > ===================================================================
 > RCS file: /cvs/uberbaum/gdb/linux-proc.c,v
 > retrieving revision 1.5
 > diff -u -r1.5 linux-proc.c
 > --- linux-proc.c	2002/01/15 20:10:55	1.5
 > +++ linux-proc.c	2002/02/13 20:40:37
 > @@ -24,6 +24,7 @@
 >  #include <sys/procfs.h>	/* for elf_gregset etc. */
 >  #include <sys/stat.h>	/* for struct stat */
 >  #include <ctype.h>	/* for isdigit */
 > +#include "regcache.h"	/* for registers_changed */
 >  #include "gregset.h"	/* for gregset */
 >  #include "gdbcore.h"	/* for get_exec_file */
 >  #include "gdbthread.h"	/* for struct thread_info etc. */
 > 
 > Index: Makefile.in
 > ===================================================================
 > RCS file: /cvs/uberbaum/gdb/Makefile.in,v
 > retrieving revision 1.156
 > diff -u -r1.156 Makefile.in
 > --- Makefile.in	2002/02/09 18:45:06	1.156
 > +++ Makefile.in	2002/02/13 20:42:21
 > @@ -1331,7 +1331,7 @@
 >  	$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) 
 >  
 >  linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
 > -	$(gdbcore_h) $(gdbthread_h) $(BFD_SRC)/elf-bfd.h 
 > +	$(gdbcore_h) $(gdbthread_h) $(regcache.h) $(BFD_SRC)/elf-bfd.h 
 >  
 >  cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)


There is a typo in the Makefile.in patch, but not in what I
committed. I am a victim of too many sandboxes.

Elena


Index: Makefile.in
===================================================================
RCS file: /cvs/uberbaum/gdb/Makefile.in,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -p -r1.157 -r1.158
--- Makefile.in	2002/02/12 13:36:03	1.157
+++ Makefile.in	2002/02/13 20:47:16	1.158
@@ -1333,7 +1333,7 @@ gcore.o: gcore.c $(defs_h) $(command_h) 
 	$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) 
 
 linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(gregset_h) \
-	$(gdbcore_h) $(gdbthread_h) $(BFD_SRC)/elf-bfd.h 
+	$(gdbcore_h) $(gdbthread_h) $(regcache_h) $(BFD_SRC)/elf-bfd.h 
 
 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
 


      reply	other threads:[~2002-02-13 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 12:46 Elena Zannoni
2002-02-13 13:40 ` Elena Zannoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15466.56649.25315.617032@localhost.redhat.com \
    --to=ezannoni@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox