From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: koriakin@0x04.net (Marcin Kościelnicki)
Cc: gdb-patches@sourceware.org, koriakin@0x04.net (Marcin Kościelnicki)
Subject: Re: [PATCH v2 3/4] gdbserver: Add powerpc fast tracepoint support.
Date: Tue, 29 Mar 2016 18:23:00 -0000 [thread overview]
Message-ID: <20160329182340.6926CC9C7@oc7340732750.ibm.com> (raw)
In-Reply-To: <1458313764-6060-1-git-send-email-koriakin@0x04.net> from "=?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?=" at Mar 18, 2016 04:09:24 PM
> gdb/gdbserver/ChangeLog:
>
> 2016-03-13 Wei-cheng Wang <cole945@gmail.com>
> Marcin KoÃ
Âcielnicki <koriakin@0x04.net>
>
> * Makefile.in: Add powerpc-*-ipa.o
> * configure.srv: Add ipa_obj for powerpc*-linux.
> * linux-ppc-ipa.c: New file.
> * linux-ppc-low.c: Added linux-ppc-tdesc.h, ax.h,
> tracepoint.h includes.
> (PPC_FIELD): New macro.
> (PPC_SEXT): New macro.
> (PPC_OP6): New macro.
> (PPC_BO): New macro.
> (PPC_LI): New macro.
> (PPC_BD): New macro.
> (init_registers_*): Move prototype to linux-ppc-tdesc.h.
> (tdesc_*): Move declaration to linux-ppc-tdesc.h.
> (ppc_get_hwcap): Rename to ppc_get_auxv and add type parameter.
> (ppc_get_thread_area): New function.
> (is_elfv2_inferior): New function.
> (gen_ds_form): New function.
> (GEN_STD): New macro.
> (GEN_STDU): New macro.
> (GEN_LD): New macro.
> (GEN_LDU): New macro.
> (gen_d_form): New function.
> (GEN_ADDI): New macro.
> (GEN_ADDIS): New macro.
> (GEN_LI): New macro.
> (GEN_LIS): New macro.
> (GEN_ORI): New macro.
> (GEN_ORIS): New macro.
> (GEN_LWZ): New macro.
> (GEN_STW): New macro.
> (GEN_STWU): New macro.
> (gen_xfx_form): New function.
> (GEN_MFSPR): New macro.
> (GEN_MTSPR): New macro.
> (GEN_MFCR): New macro.
> (GEN_MTCR): New macro.
> (GEN_SYNC): New macro.
> (GEN_LWSYNC): New macro.
> (gen_x_form): New function.
> (GEN_OR): New macro.
> (GEN_MR): New macro.
> (GEN_LWARX): New macro.
> (GEN_STWCX): New macro.
> (GEN_CMPW): New macro.
> (gen_md_form): New function.
> (GEN_RLDICL): New macro.
> (GEN_RLDICR): New macro.
> (gen_i_form): New function.
> (GEN_B): New macro.
> (GEN_BL): New macro.
> (gen_b_form): New function.
> (GEN_BNE): New macro.
> (GEN_LOAD): New macro.
> (GEN_STORE): New macro.
> (gen_limm): New function.
> (gen_atomic_xchg): New function.
> (gen_call): New function.
> (ppc_relocate_instruction): New function.
> (ppc_install_fast_tracepoint_jump_pad): New function.
> (ppc_get_min_fast_tracepoint_insn_len): New function.
> (ppc_get_ipa_tdesc_idx): New function.
> (the_low_target): Wire in the new functions.
> (initialize_low_arch) [!__powerpc64__]: Don'it initialize 64-bit
> tdescs.
> * linux-ppc-tdesc.h: New file.
This is OK once the pre-requisite patches are in.
Thanks,
Ulrich
--
Dr. Ulrich Weigand
GNU/Linux compilers and toolchain
Ulrich.Weigand@de.ibm.com
next prev parent reply other threads:[~2016-03-29 18:23 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-13 2:31 [PATCH 0/3] " Marcin Kościelnicki
2016-03-13 2:32 ` [PATCH 1/3] gdbserver/IPA: Export some functions via global function pointers Marcin Kościelnicki
2016-03-14 14:41 ` Ulrich Weigand
2016-03-14 14:53 ` Marcin Kościelnicki
2016-03-14 17:49 ` Ulrich Weigand
2016-03-22 9:19 ` Marcin Kościelnicki
2016-03-29 18:08 ` Ulrich Weigand
2016-03-29 21:51 ` Pedro Alves
2016-03-30 11:30 ` Ulrich Weigand
2016-03-29 21:52 ` Marcin Kościelnicki
2016-03-30 11:32 ` Ulrich Weigand
2016-03-30 22:02 ` Marcin Kościelnicki
2016-03-31 18:22 ` Sergio Durigan Junior
2016-03-31 21:42 ` [PATCH obv] gdbserver: Fix C++ build errors in tracepoint.c Marcin Kościelnicki
2016-03-14 17:08 ` [PATCH 1/3] gdbserver/IPA: Export some functions via global function pointers Simon Marchi
2016-03-14 17:40 ` Ulrich Weigand
2016-03-13 2:32 ` [PATCH 3/3] gdbserver: Add powerpc fast tracepoint support Marcin Kościelnicki
2016-03-14 22:10 ` [PATCH 3/4 v2] " Marcin Kościelnicki
2016-03-16 16:58 ` Ulrich Weigand
2016-03-16 17:55 ` Marcin Kościelnicki
2016-03-17 6:30 ` Ulrich Weigand
2016-03-18 15:09 ` [PATCH v2 3/4] " Marcin Kościelnicki
2016-03-29 18:23 ` Ulrich Weigand [this message]
2016-03-30 14:52 ` Simon Marchi
2016-03-30 14:57 ` Ulrich Weigand
2016-03-30 15:24 ` Simon Marchi
2016-03-30 15:28 ` Simon Marchi
2016-03-30 15:35 ` Ulrich Weigand
2016-03-31 1:31 ` Marcin Kościelnicki
2016-03-31 11:39 ` Ulrich Weigand
2016-03-31 13:45 ` Marcin Kościelnicki
2016-03-13 2:32 ` [PATCH 2/3] IPA: Add alloc_jump_pad_buffer target hook Marcin Kościelnicki
2016-03-18 15:08 ` [PATCH 2/4 v2] " Marcin Kościelnicki
2016-03-29 18:18 ` Ulrich Weigand
2016-03-29 22:04 ` Marcin Kościelnicki
2016-03-30 11:38 ` Ulrich Weigand
2016-03-30 14:50 ` Yao Qi
2016-03-30 14:58 ` Ulrich Weigand
2016-03-31 7:34 ` Yao Qi
2016-03-31 11:37 ` Ulrich Weigand
2016-03-31 1:16 ` [PATCH 2/4 v3] " Marcin Kościelnicki
2016-03-31 11:38 ` Ulrich Weigand
2016-03-31 13:42 ` Marcin Kościelnicki
2016-04-01 14:43 ` Ulrich Weigand
2016-04-03 12:31 ` [PATCH] IPA: Fix build problem on !HAVE_GETAUXVAL Marcin Kościelnicki
2016-04-03 16:26 ` Ulrich Weigand
2016-04-03 16:28 ` Marcin Kościelnicki
2016-04-04 14:41 ` Ulrich Weigand
2016-04-05 13:33 ` [PATCH] IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT Marcin Kościelnicki
2016-04-05 15:04 ` Ulrich Weigand
2016-04-05 16:55 ` Marcin Kościelnicki
2016-03-14 22:25 ` [PATCH 4/4] gdbserver: Add emit_ops for powerpc Marcin Kościelnicki
2016-03-16 17:16 ` Ulrich Weigand
2016-03-18 15:10 ` [PATCH v2 " Marcin Kościelnicki
2016-03-29 18:25 ` Ulrich Weigand
2016-03-31 13:45 ` Marcin Kościelnicki
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=20160329182340.6926CC9C7@oc7340732750.ibm.com \
--to=uweigand@de.ibm.com \
--cc=gdb-patches@sourceware.org \
--cc=koriakin@0x04.net \
/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