Do not use separate segments for __-prefixed versions of functions.

The __-prefixed versions were introduced for use in <stdio.h> macros that have since been removed, so they are not really necessary any more. However, they may be used in old object files, so those symbols are still included for now.
This commit is contained in:
Stephen Heumann 2022-07-05 18:24:18 -05:00
parent 463d24a028
commit 12f8d74c99

View File

@ -1860,11 +1860,7 @@ stream ds 4
**************************************************************** ****************************************************************
* *
fseek start fseek start
jmp __fseek __fseek entry
end
__fseek start
err equ 1 return value err equ 1 return value
csubroutine (4:stream,4:offset,2:wherefrom),2 csubroutine (4:stream,4:offset,2:wherefrom),2
@ -2706,10 +2702,7 @@ lb2 ph4 <buf
**************************************************************** ****************************************************************
* *
setvbuf start setvbuf start
jmp __setvbuf __setvbuf entry
end
__setvbuf start
err equ 1 return code err equ 1 return code
csubroutine (4:stream,4:buf,2:type,4:size),2 csubroutine (4:stream,4:buf,2:type,4:size),2