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

git-svn-id: trunk@8171 -
This commit is contained in:
Jonas Maebe 2007-07-27 17:32:39 +00:00
parent c00b667201
commit 62c4f85eb5

View File

@ -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');