Skip to content
  • Marcin Kościelnicki's avatar
    IPA: Fix build problem on !HAVE_GETAUXVAL · d0a9981f
    Marcin Kościelnicki authored
    These files need AT_PHDR, which is defined in elf.h.  If HAVE_GETAUXVAL
    is set, it's implicitely included by sys/auxv.h.  Include it manually
    for the opposite case.
    
    gdb/gdbserver/ChangeLog:
    
    	* linux-aarch64-ipa.c: Add <elf.h> include.
    	* linux-ppc-ipa.c: Add <elf.h> include.
    	* linux-s390-ipa.c: Add <elf.h> include.
    d0a9981f