summaryrefslogtreecommitdiff
path: root/compiler/ognlm.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-04-11 18:01:57 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-04-11 18:01:57 +0000
commit9dd6406ea4d3a76951c1aefae0eb5edf573ff585 (patch)
treec586cc664a47582fb6264aca11240ffcbd246b02 /compiler/ognlm.pas
parenta25fe04b2aad4f884fa9425c284b8f45847bba83 (diff)
downloadfpc-9dd6406ea4d3a76951c1aefae0eb5edf573ff585.tar.gz
+ generic implementation of ReplaceForbiddenAsmSymbolChars() instead
of the AVR-specific ifdef'ed variant o since the only special character we use in mangled names on all platforms is $, added a new field to tasminfo called "dollarsign" that holds the character $'s should be replaced with (if it doesn't have to be replaced, leave it at $) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20801 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/ognlm.pas')
-rw-r--r--compiler/ognlm.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ognlm.pas b/compiler/ognlm.pas
index fb0f558a0c..1f479ba9c8 100644
--- a/compiler/ognlm.pas
+++ b/compiler/ognlm.pas
@@ -1510,6 +1510,7 @@ const
flags : [af_outputbinary,af_smartlink_sections];
labelprefix : '.L';
comment : '';
+ dollarsign: '$';
);