首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个m68k雅达利薄荷交叉编译与精灵objectfiles环境基础

一个m68k雅达利薄荷交叉编译与精灵objectfiles环境基础

资 源 简 介

A m68k ATARI MiNT Cross Compiling Environment with ELF-based Objectfiles. The advantage of the ELF format is the support of named sections. This helps to shrink code particularly in C++. C++ generates implizit some code stuff. E.G. VMT"s (virtual method table), template implementation and so on. All this code can generated in different object-files. But this code is always the same. Normally this code is "static" and is included in all object-files that references to this code. If weak-symbols is supported, then this code is weaked and all references points to the same code-adress. But the code is still included in all object-files that references to this code. If named-sections is supported, then this code is stored in a own section ".gnu.linkonce.*". This section will be linked only one time. m68k-atari-mint-elf extensions option -cmini

文 件 列 表

pml-2.03
doc
envtests
pmlsrc
pmltests
README
README.GCC
VIP VIP
0.249243s