summaryrefslogtreecommitdiff
path: root/compiler/ogrel.pas
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-06-02 22:44:57 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-06-02 22:44:57 +0000
commit5817c366b3e2a96239ab61789645fb8e66b9e9a4 (patch)
treeb6695d34e5f59e2dfc38161b242e56acb888fd3a /compiler/ogrel.pas
parent4b965dd7aaf999548186d234724d138cd9d62d9d (diff)
downloadfpc-5817c366b3e2a96239ab61789645fb8e66b9e9a4.tar.gz
* renamed some REL sections to follow a similar naming convention
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45566 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/ogrel.pas')
-rw-r--r--compiler/ogrel.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ogrel.pas b/compiler/ogrel.pas
index 3009b774ad..59bf17c268 100644
--- a/compiler/ogrel.pas
+++ b/compiler/ogrel.pas
@@ -253,8 +253,8 @@ implementation
'_CODE',
'_DATA',
'_DATA',
- '.rodata',
- '.bss',
+ '_DATA',
+ '_BSS',
'.threadvar',
'.pdata',
'', { stubs }
@@ -305,8 +305,8 @@ implementation
'.objc_catlist',
'.obcj_nlcatlist',
'.objc_protolist',
- '.stack',
- '.heap',
+ '_STACK',
+ '_HEAP',
'.gcc_except_table',
'.ARM.attributes'
);