Răsfoiți Sursa

* renamed opd section (linux/ppc64) to .opd (same as used by gcc)

git-svn-id: trunk@8171 -
Jonas Maebe 18 ani în urmă
părinte
comite
62c4f85eb5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/aggas.pas

+ 1 - 1
compiler/aggas.pas

@@ -903,7 +903,7 @@ implementation
                if (target_info.system = system_powerpc64_linux) and
                  (tai_symbol(hp).sym.typ = AT_FUNCTION) then
                  begin
-                   AsmWriteLn('.section "opd", "aw"');
+                   AsmWriteLn('.section ".opd", "aw"');
                    AsmWriteLn('.align 3');
                    AsmWriteLn(tai_symbol(hp).sym.name + ':');
                    AsmWriteLn('.quad .' + tai_symbol(hp).sym.name + ', .TOC.@tocbase, 0');