July 06, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: a89d395737c83a9efaafbafc3657e930c86629d9
      https://github.com/dlang/druntime/commit/a89d395737c83a9efaafbafc3657e930c86629d9
  Author: Kai Nacke <kai@redstar.de>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M mak/COPY
    M src/core/sys/linux/elf.d
    A src/core/sys/linux/sys/auxv.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Add new module for Linux header file sys/auxv.

This header file provides access to the auxiliary vector. It was added to glibc version 2.16. See https://lwn.net/Articles/519085/ for some background information.

Also adds the missing AT_HWCAP2 index to the elf module.


  Commit: 6ae1a4e38218bda00f8794bf2924e83c43855ea3
      https://github.com/dlang/druntime/commit/6ae1a4e38218bda00f8794bf2924e83c43855ea3
  Author: Walter Bright <WalterBright@users.noreply.github.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M mak/COPY
    M src/core/sys/linux/elf.d
    A src/core/sys/linux/sys/auxv.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #1532 from redstar/auxv

Add new module for Linux header file sys/auxv.


Compare: https://github.com/dlang/druntime/compare/68edbb32a5a6...6ae1a4e38218