head 1.2; access; symbols netbsd-8-3-RELEASE:1.1.1.2 netbsd-9-4-RELEASE:1.1.1.7 netbsd-9-3-RELEASE:1.1.1.7 netbsd-9-2-RELEASE:1.1.1.7 netbsd-9-1-RELEASE:1.1.1.7 netbsd-8-2-RELEASE:1.1.1.2 libdrm-2-4-100:1.1.1.8 netbsd-9-0-RELEASE:1.1.1.7 netbsd-9-0-RC2:1.1.1.7 netbsd-9-0-RC1:1.1.1.7 netbsd-9:1.1.1.7.0.2 netbsd-9-base:1.1.1.7 libdrm-2-4-99:1.1.1.7 netbsd-8-1-RELEASE:1.1.1.2 netbsd-8-1-RC1:1.1.1.2 libdrm-2-4-97:1.1.1.6 libdrm-2-4-96:1.1.1.5 netbsd-8-0-RELEASE:1.1.1.2 netbsd-8-0-RC2:1.1.1.2 netbsd-8-0-RC1:1.1.1.2 libdrm-2-4-91:1.1.1.4 libdrm-2-4-83:1.1.1.3 netbsd-8:1.1.1.2.0.2 netbsd-8-base:1.1.1.2 libdrm-2-4-75:1.1.1.2 libdrm-2-4-70:1.1.1.1 xorg:1.1.1; locks; strict; comment @# @; 1.2 date 2020.11.01.09.57.37; author mrg; state dead; branches; next 1.1; commitid LACfpKcKr01OuauC; 1.1 date 2016.08.17.02.14.50; author mrg; state Exp; branches 1.1.1.1; next ; commitid sjjkW0DDGfxalBiz; 1.1.1.1 date 2016.08.17.02.14.50; author mrg; state Exp; branches; next 1.1.1.2; commitid sjjkW0DDGfxalBiz; 1.1.1.2 date 2017.03.04.23.15.51; author mrg; state Exp; branches; next 1.1.1.3; commitid KFj0R3BffyGbVhIz; 1.1.1.3 date 2017.08.29.06.30.18; author mrg; state Exp; branches; next 1.1.1.4; commitid SwkxfytMMoJtD45A; 1.1.1.4 date 2018.03.14.07.18.36; author mrg; state Exp; branches; next 1.1.1.5; commitid vKK7pL0psl9szouA; 1.1.1.5 date 2019.01.10.08.49.54; author mrg; state Exp; branches; next 1.1.1.6; commitid XNB5UWAmSCOUmd7B; 1.1.1.6 date 2019.03.04.08.20.59; author mrg; state Exp; branches; next 1.1.1.7; commitid 8yixCTrntx4nv1eB; 1.1.1.7 date 2019.07.15.05.42.02; author mrg; state Exp; branches; next 1.1.1.8; commitid fTEuGipA3XuNl6vB; 1.1.1.8 date 2020.02.23.09.57.42; author mrg; state Exp; branches; next ; commitid t5o6MGTQnHc5BMXB; desc @@ 1.2 log @merge libdrm 2.4.102. @ text @#!/bin/bash # The following symbols (past the first five) are taken from the public headers. # A list of the latter should be available Makefile.am/libdrm_amdgpuinclude_HEADERS FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_amdgpu.so} | awk '{print $3}' | while read func; do ( grep -q "^$func$" || echo $func ) <