This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Cross target core debugging: host=i386, Target=PPC


On Jul 29,  4:59pm, Martin Gadbois wrote:

> diff -Naur gdb-5.2/gdb/config/powerpc/linux.mt gdb-5.2-ppc-core/gdb/config/powerpc/linux.mt
> --- gdb-5.2/gdb/config/powerpc/linux.mt	Fri Oct 19 20:16:44 2001
> +++ gdb-5.2-ppc-core/gdb/config/powerpc/linux.mt	Mon Jul 29 16:25:49 2002
> @@ -1,5 +1,5 @@
>  # Target: Motorola PPC on Linux
> -TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o
> +TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o corelow.o core-regset.o
>  TM_FILE= tm-linux.h
>  
>  SIM_OBS = remote-sim.o
> diff -Naur gdb-5.2/gdb/core-regset.c gdb-5.2-ppc-core/gdb/core-regset.c
> --- gdb-5.2/gdb/core-regset.c	Fri Aug  3 17:34:01 2001
> +++ gdb-5.2-ppc-core/gdb/core-regset.c	Mon Jul 29 15:45:28 2002
> @@ -35,13 +35,6 @@
>   */
>  
>  #include "defs.h"
> -
> -#include <time.h>
> -#ifdef HAVE_SYS_PROCFS_H
> -#include <sys/procfs.h>
> -#endif
> -#include <fcntl.h>
> -#include <errno.h>
>  #include "gdb_string.h"
>  
>  #include "inferior.h"

Hi Martin,

Can you explain the reason for the above change?

Thanks,

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]