Changeset 15854f1 in buchla-68k for readme.txt
- Timestamp:
- 08/06/2017 08:44:54 PM (7 years ago)
- Branches:
- master
- Children:
- 84c0125
- Parents:
- cc2c9e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readme.txt
rcc2c9e0 r15854f1 232 232 functions to preserve A2 and D2, so that GCC code generation can 233 233 use all registers. 234 235 * The hand-written assembly language code expects C function names236 to be prefixed with an underscore. That's why we pass the237 -fleading-underscore option to GCC. However, this breaks linking238 with libgcc, which doesn't use leading underscores.239 240 Currently, we work around this issue by stripping the leading241 underscore from references to libgcc functions using objcopy. See242 misc/rewrite.txt for the function name mapping.243 244 Ultimately, we should fix any references to C functions in the245 hand-written assembly language code.
Note:
See TracChangeset
for help on using the changeset viewer.