История изменений
Исправление
gaylord,
(текущая версия)
:
Ну это не «превращение похожего кода в вызов», это у gcc такая реализация инициализации переменных. Спорная, да.
Это превращение похожего кода в вызов. Буквально:
The compiler may generate calls to "memcmp", "memset", "memcpy" and
"memmove". These entries are usually resolved by entries in libc.
These entry points should be supplied through some other mechanism
when this option is specified.
Исходная версия
gaylord,
:
Ну это не «превращение похожего кода в вызов», это у gcc такая реализация инициализации переменных. Спорная, да.
Это превращение похоже кода в вызов. Буквально:
The compiler may generate calls to "memcmp", "memset", "memcpy" and
"memmove". These entries are usually resolved by entries in libc.
These entry points should be supplied through some other mechanism
when this option is specified.