summaryrefslogtreecommitdiffstats
path: root/lib/libelf/Makefile
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2010-07-21 12:14:50 +0000
committerkaiw <kaiw@FreeBSD.org>2010-07-21 12:14:50 +0000
commit82c6a0d5cc52ec43523cf92cde5b8f83a24a9dba (patch)
treec51322098a7ff392aeb36ee7f884e6c98b223c94 /lib/libelf/Makefile
parent1b382f295a0ad2611d29740a5e9cd23ef4a767c1 (diff)
downloadFreeBSD-src-82c6a0d5cc52ec43523cf92cde5b8f83a24a9dba.zip
FreeBSD-src-82c6a0d5cc52ec43523cf92cde5b8f83a24a9dba.tar.gz
* Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` in
favour of `elf_getshdrnum()`, `elf_getphdrnum()` and `elf_getshdrstrndx()` respectively. * Add new manual pages for `elf_getshdrstrndx()`, `elf_getphdrnum()` and `elf_getshdrnum()`. * Add a deprecation warning for `elf_getshstrndx()`, `elf_getphnum()` and `elf_getshnum()`. Obtained from: elftoolchain MFC after: 1 month
Diffstat (limited to 'lib/libelf/Makefile')
-rw-r--r--lib/libelf/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 30e5080..030378f 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -63,7 +63,8 @@ SHLIB_MAJOR= 1
MAN= elf.3 \
elf_begin.3 \
elf_cntl.3 \
- elf_end.3 elf_errmsg.3 \
+ elf_end.3 \
+ elf_errmsg.3 \
elf_fill.3 \
elf_flagdata.3 \
elf_getarhdr.3 \
@@ -72,8 +73,11 @@ MAN= elf.3 \
elf_getdata.3 \
elf_getident.3 \
elf_getscn.3 \
+ elf_getphdrnum.3 \
elf_getphnum.3 \
+ elf_getshdrnum.3 \
elf_getshnum.3 \
+ elf_getshdrstrndx.3 \
elf_getshstrndx.3 \
elf_hash.3 \
elf_kind.3 \
OpenPOWER on IntegriCloud