1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00

2000-03-26 Roland McGrath <roland@baalperazim.frob.com>

* include/shlib-compat.h: Include <abi-versions.h> unconditionally.
This commit is contained in:
Roland McGrath
2000-03-27 01:09:18 +00:00
parent 4c63ebaa79
commit 9aae89cedc

View File

@@ -20,10 +20,12 @@
#ifndef _SHLIB_COMPAT_H #ifndef _SHLIB_COMPAT_H
#define _SHLIB_COMPAT_H 1 #define _SHLIB_COMPAT_H 1
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING /* Since there is just one set of .d files generated, we need to
include this unconditionally to have the dependency noticed properly. */
#include <abi-versions.h> /* header generated by abi-versions.awk */ #include <abi-versions.h> /* header generated by abi-versions.awk */
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
/* The file abi-versions.h (generated by scripts/abi-versions.awk) defines /* The file abi-versions.h (generated by scripts/abi-versions.awk) defines
symbols like `ABI_libm_GLIBC_2_0' for each version set in the source symbols like `ABI_libm_GLIBC_2_0' for each version set in the source
code for each library. For a version set that is subsumed by a later code for each library. For a version set that is subsumed by a later