Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が理解している限り、libgcc は、プログラムが組み込みを使用し、gcc がインライン アセンブリによってそれを実装しないことを決定したときに呼び出されるいくつかの libc 関数を実装しています。しかし、常に libgcc への呼び出しとしてすべてのビルトインを gcc に実装させることは可能ですか?
使用: -fno-builtin、または:
-fno-builtin
-fno-builtin-function、特定の機能について。例えば、-fno-builtin-memcpy
-fno-builtin-function
-fno-builtin-memcpy