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 3/7] Enable gdb process record on aarch64-linux targets


On 4 June 2014 17:21, Omair Javaid <omair.javaid@linaro.org> wrote:
> This patch adds linux-record.o to gdb_target_obs in configure.tgt for
> aarch64*-linux* targets.
>
> gdb:
>
> 2014-06-04  Omair Javaid  <omair.javaid@linaro.org>
>
>         * configure.tgt: Add linux-record.o to gdb_target_obs.
>
> ---
>  gdb/configure.tgt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Looks OK to me.

> diff --git a/gdb/configure.tgt b/gdb/configure.tgt
> index 01311b2..e9b906f 100644
> --- a/gdb/configure.tgt
> +++ b/gdb/configure.tgt
> @@ -41,7 +41,7 @@ aarch64*-*-linux*)
>         # Target: AArch64 linux
>         gdb_target_obs="aarch64-tdep.o aarch64-linux-tdep.o \
>                         glibc-tdep.o linux-tdep.o solib-svr4.o \
> -                       symfile-mem.o"
> +                       symfile-mem.o linux-record.o"
>         build_gdbserver=yes
>         ;;
>
> --
> 1.9.1
>



-- 
Will Newton
Toolchain Working Group, Linaro


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