On Tue, 7 Jun 2022 11:12:15 +0200 Daniel Wagner <wagi@xxxxxxxxx> wrote: > From: Daniel Wagner <dwagner@xxxxxxx> > > Two declarations of an object with 'hidden' linkage refer to > the same object if they are in the same shared object. > > Internal visibility is like hidden visibility, but with > additional processor specific semantics. Unless otherwise specified by > the psABI, GCC defines internal visibility to mean that a function is > never called from another module. > > It was observed that an 32bit linking against libtracefs failed > because the parser symbols were missing. As the parser symbols are > supposed to be used only inside the library, mark them as internal. > > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> > --- Applied. Thanks Daniel! -- Steve