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: [RFC] [PATCH] [v2] AArch64 - Add parameter to __mount routine and register signal handler for profiling.


Hi Venkat

On 20 September 2013 07:11, Venkataramanan Kumar
<venkataramanan.kumar@linaro.org> wrote:

> 2013-09-20  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
>
>         * sysdeps/aarch64/machine-gmon.h (__mcount): Accept parameter and
>           pass it to mcount_internal.
>        * sysdeps/unix/sysv/linux/sigcontextinfo.h: New file

These two changes are not related and should be submitted as separate patches.

diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h
b/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h
new file mode 100644
index 0000000..f660d1e
--- /dev/null
+++ b/ports/sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h
@@ -0,0 +1,36 @@
+/* AArch64 definitions for profiling support.

The description line could be more accurate.  These definitions all
relate to the signal handler call convention.


Cheers
/Marcus


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