Kaynağa Gözat

* mark the global variable as "public;" so its assembler symbol is exported
(because @gotpcrel shouldn't be used for non-global/exported symbols on
some platforms, such as OS X)
o fixes the test on OS X

git-svn-id: trunk@28986 -

Jonas Maebe 10 yıl önce
ebeveyn
işleme
b662d63258
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tests/webtbs/tw23109.pp

+ 1 - 1
tests/webtbs/tw23109.pp

@@ -2,7 +2,7 @@
 { %opt=-Cg -vew }
 
 var
-  global: boolean;
+  global: boolean; public;
 begin
   asm
     movq global@GOTPCREL(%rip), %rax