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] Fix ARI _() gripe in aarch64-linux-nat.c


On 02/13/2013 10:30 PM, Marcus Shawcroft wrote:
>    2013-02-13  Marcus Shawcroft<marcus.shawcroft@arm.com>
> 
>          * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity)
>          Adding _().

Hi, Marcus,
This changelog entry is not indented correctly in ChangeLog file, and
the ":" at the end of "(aarch64_linux_get_debug_reg_capacity)" is
missing.  The patch below is to fix them.  Committed as obvious.

IIRC, we don't need a changelog entry for the change to ChangeLog
file, so I don't give the changelog entry.

-- 
Yao (éå)

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.15145
diff -u -r1.15145 ChangeLog
--- ChangeLog	14 Feb 2013 03:39:42 -0000	1.15145
+++ ChangeLog	14 Feb 2013 03:44:19 -0000
@@ -79,8 +79,8 @@
 
 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
-	       * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity)
-	       Adding _().
+	* aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
+	Adding _().
 
 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 


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