]> git.droids-corp.org - dpdk.git/commit
vhost: fix linker script syntax
authorPeng Yu <penyu@amazon.com>
Tue, 15 Feb 2022 05:55:52 +0000 (05:55 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 4 Mar 2022 13:50:55 +0000 (14:50 +0100)
commit4f670c5af0253f5276fd19f38fdfa72772c68cd0
treec22b8ff95fbec3d7399954f920e9482b387ad599
parent694e29ea9b8dd9c0f532db37ac64dc2daa482bb1
vhost: fix linker script syntax

The punctuation after the `global` keyword should be colon, not
semicolon. The default gcc linker accepts both colon and semicolon, but
the gold linker will report syntax error if we use semicolon after the
`global` keyword.

Fixes: 94c16e89d779 ("vhost: mark vDPA driver API as internal")
Cc: stable@dpdk.org
Signed-off-by: Peng Yu <penyu@amazon.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
lib/vhost/version.map