From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yao Qi Date: Tue, 04 Apr 2017 22:25:51 +0100 Subject: [OpenRISC] [PATCH v5 2/4] gdb: provide openrisc target description XML files. In-Reply-To: <7504d4eb6312e41dd98b643c486152d9f5331e05.1489728533.git.shorne@gmail.com> (Stafford Horne's message of "Fri, 17 Mar 2017 14:43:18 +0900") References: <7504d4eb6312e41dd98b643c486152d9f5331e05.1489728533.git.shorne@gmail.com> Message-ID: <86mvbv6f1c.fsf@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: openrisc@lists.librecores.org Stafford Horne writes: > diff --git a/gdb/features/or1k.xml b/gdb/features/or1k.xml > new file mode 100644 > index 0000000..688b340 > --- /dev/null > +++ b/gdb/features/or1k.xml > @@ -0,0 +1,2274 @@ > + > + > + > + > + > + or1k > + 11 features are defined, but your patch 1/4 only checks feature group0. Does it indicate that only group0 is a required feature? If so, we need to document it here, https://sourceware.org/gdb/current/onlinedocs/gdb/Standard-Target-Features.html Of course, the debugging stub,like OpenOCD, can provide more features than GDB required. In GDB, we need only to define required features. -- Yao (齐尧)