From 522e02ab8a7484881ca8290c6cd245d33867d5d4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 4 Sep 2015 19:44:27 +0000 Subject: Rename bits/linkmap.h to linkmap.h (bug 14912). It was noted in that the bits/*.h naming scheme should only be used for installed headers. This patch renames bits/linkmap.h to plain linkmap.h to follow that convention. Tested for x86_64 (testsuite, and that installed stripped shared libraries are unchanged by the patch). [BZ #14912] * bits/linkmap.h: Move to ... * sysdeps/generic/linkmap.h: ...here. * sysdeps/aarch64/bits/linkmap.h: Move to ... * sysdeps/aarch64/linkmap.h: ...here. * sysdeps/arm/bits/linkmap.h: Move to ... * sysdeps/arm/linkmap.h: ...here. * sysdeps/hppa/bits/linkmap.h: Move to ... * sysdeps/hppa/linkmap.h: ...here. * sysdeps/ia64/bits/linkmap.h: Move to ... * sysdeps/ia64/linkmap.h: ...here. * sysdeps/mips/bits/linkmap.h: Move to ... * sysdeps/mips/linkmap.h: ...here. * sysdeps/s390/bits/linkmap.h: Move to ... * sysdeps/s390/linkmap.h: ...here. * sysdeps/sh/bits/linkmap.h: Move to ... * sysdeps/sh/linkmap.h: ...here. * sysdeps/x86/bits/linkmap.h: Move to ... * sysdeps/x86/linkmap.h: ...here. * include/link.h: Include instead of . --- sysdeps/mips/bits/linkmap.h | 6 ------ sysdeps/mips/linkmap.h | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sysdeps/mips/bits/linkmap.h create mode 100644 sysdeps/mips/linkmap.h (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/bits/linkmap.h b/sysdeps/mips/bits/linkmap.h deleted file mode 100644 index 1fb9678..0000000 --- a/sysdeps/mips/bits/linkmap.h +++ /dev/null @@ -1,6 +0,0 @@ -struct link_map_machine - { - ElfW(Addr) plt; /* Address of .plt */ - ElfW(Word) fpabi; /* FP ABI of the object */ - unsigned int odd_spreg; /* Does the object require odd_spreg support? */ - }; diff --git a/sysdeps/mips/linkmap.h b/sysdeps/mips/linkmap.h new file mode 100644 index 0000000..1fb9678 --- /dev/null +++ b/sysdeps/mips/linkmap.h @@ -0,0 +1,6 @@ +struct link_map_machine + { + ElfW(Addr) plt; /* Address of .plt */ + ElfW(Word) fpabi; /* FP ABI of the object */ + unsigned int odd_spreg; /* Does the object require odd_spreg support? */ + }; -- cgit v1.1