fpc/compiler/ppcgen
Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
private_extern (or plain global in case of PECOFF, as the effect is
    the same there): visible across object files, but they become local
    when linked into a binary/library. This enables cross-unit inlining
    of functions accessig implementation-only symbols.

git-svn-id: trunk@42340 -
2019-07-07 21:33:43 +00:00
..
aasmcpu.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
agppcgas.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
cgppc.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
hlcgppc.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
ngppcadd.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
ngppccnv.pas powerpc: improved version of int_to_bool casting. now both also passes the improved version of tb0625 2016-12-11 16:00:27 +00:00
ngppcinl.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
ngppcset.pas * let all the case code generation work with tconstexprint instead of aint, 2019-02-24 19:58:37 +00:00
rgcpu.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00