]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/configure.ac: remove elf_hp.h check
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 2 Dec 2024 16:42:10 +0000 (11:42 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 2 Dec 2024 16:44:37 +0000 (11:44 -0500)
The comment says this is for HP/UX, which is no longer supported.  There
should be no functional changes with this, since nothing checks
HAVE_ELF_HP_H.

Change-Id: Ie897fc64638c9fea28463e1bf69e450c3673fd84

gdb/config.in
gdb/configure
gdb/configure.ac

index 59a5da39553fb5bd9bc2cd62785966af8dfcf9fc..187b42ca29b77915d13c0da3f39e9f28da313bb3 100644 (file)
 /* Define if <sys/procfs.h> has elf_fpregset_t. */
 #undef HAVE_ELF_FPREGSET_T
 
-/* Define to 1 if you have the <elf_hp.h> header file. */
-#undef HAVE_ELF_HP_H
-
 /* Define to 1 if your system has the etext variable. */
 #undef HAVE_ETEXT
 
index 4c498a880233363ca2283a31606df90bb7833adc..138c2a153b7b562a4c9a711dfe4899bd67cffc35 100755 (executable)
@@ -29187,9 +29187,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
 
 fi
 
-# elf_hp.h is for HP/UX 64-bit shared library support.
 for ac_header in  \
-  elf_hp.h \
   machine/reg.h \
   nlist.h \
   ptrace.h \
index 72e0e5662dda45f7478c90320bd4e7c4c8e1a93d..d638b8f3c8e34b69ae8685e05955f92752efcfcb 100644 (file)
@@ -1294,9 +1294,7 @@ AC_SUBST(SRCHIGH_CFLAGS)
 # ------------------------- #
 
 AC_HEADER_STDC
-# elf_hp.h is for HP/UX 64-bit shared library support.
 AC_CHECK_HEADERS([ \
-  elf_hp.h \
   machine/reg.h \
   nlist.h \
   ptrace.h \