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 2/4 v3] IPA: Add alloc_jump_pad_buffer target hook.


> gdb/gdbserver/ChangeLog:
> 
> 	* linux-aarch64-ipa.c: Add <sys/mman.h> and <sys/auxv.h> includes.
> 	(alloc_jump_pad_buffer): New function.
> 	* linux-amd64-ipa.c: Add <sys/mman.h> include.
> 	(alloc_jump_pad_buffer): New function.
> 	* linux-i386-ipa.c (alloc_jump_pad_buffer): New function.
> 	* linux-s390-ipa.c: Add <sys/mman.h> and <sys/auxv.h> includes.
> 	(alloc_jump_pad_buffer): New function.
> 	* tracepoint.c (getauxval) [!HAVE_GETAUXVAL]: New function.
> 	(initialize_tracepoint): Delegate to alloc_jump_pad_buffer.
> 	* tracepoint.h (alloc_jump_pad_buffer): New prototype.
> 	(getauxval) [!HAVE_GETAUXVAL]: New prototype.

This is OK.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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