mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 16:09:26 +02:00
* renamed opd section (linux/ppc64) to .opd (same as used by gcc)
git-svn-id: trunk@8171 -
This commit is contained in:
parent
c00b667201
commit
62c4f85eb5
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user