This is the mail archive of the gdb-patches@sourceware.org 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] Read arm core files


> 	Thank you very much, Mark Kettenis and Richard Earnshaw, for your
> suggestions. I have modified the patch as per your instructions. Please
> let me know if there are more changes to be done.

For this bit:

> Index: cvs-6.4/gdb/arm-linux-tdep.c
> ===================================================================
> --- cvs-6.4.orig/gdb/arm-linux-tdep.c	2006-02-24 03:22:21.000000000 -0500
> +++ cvs-6.4/gdb/arm-linux-tdep.c	2006-02-24 05:51:21.819726224 -0500
> @@ -33,6 +33,7 @@
>  #include "osabi.h"
>  #include "trad-frame.h"
>  #include "tramp-frame.h"
> +#include "regset.h"

I think you need to also modify Makefile.in to add $(regset_h) to the
dependency list of arm-linux-tdep.o.

randolph


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