2025-11-23 John David Anglin <danglin@gcc.gnu.org>
gcc/ChangeLog:
* config/pa/pa64-linux.h (GLIBC_DYNAMIC_LINKER): Define.
#undef TARGET_ELF64
#define TARGET_ELF64 1
+/* Define this for shared library support because it isn't in the main
+ linux.h file. */
+
+#undef GLIBC_DYNAMIC_LINKER
+#define GLIBC_DYNAMIC_LINKER "/lib64/ld64.so.1"
+
#if 0 /* needs some work :-( */
/* If defined, this macro specifies a table of register pairs used to
eliminate unneeded registers that point into the stack frame. */