aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-version-hash-zero-mod.map
blob: 41eaff79147a8fcdd2d93a4c1909d54b66acd460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Base {
  local: *;
};

/* Define the version so that tst-version-hash-zero-refmod.so passes
   the initial symbol version check.  */
OTHER_VERSION {
} Base;

/* This version string hashes to zero.  */
PPPPPPPPPPPP {
  global: global_variable;
} Base;