This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] [AARCH64]: Pointer mangling support for Aarch64


Hi, Couple of nits:

On 30 December 2013 05:00, Venkataramanan Kumar
<venkataramanan.kumar@linaro.org> wrote:

+#  define PTR_MANGLE(dst, src, guard, tmp)                              \
+  LDST_PCREL(ldr, guard, tmp, C_SYMBOL_NAME(__pointer_chk_guard_local)); \
+  PTR_MANGLE2(dst, src, guard)

Space before ( in macro invocations.

+#ifdef PTR_DEMANGLE
+  PTR_DEMANGLE (sp);
+#endif

Nested #if should have indentation between # and if.

+/* Pointer mangling is support for AArch64.  */

support -> supported

Otherwise OK
/Marcus


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