Peter S. Mazinger
|
9e2b0f0f80
even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks
|
19 years ago |
Peter S. Mazinger
|
e4e43d658d
prototype was wrong, change not tested
|
19 years ago |
Peter S. Mazinger
|
3b4650a23f
fix typo s/__initbrk/__init_brk/
|
19 years ago |
Peter S. Mazinger
|
39d1c1774d
missed another global data marking
|
19 years ago |
Peter S. Mazinger
|
940c777f9d
Make it build w/ HAVE_SHARED disabled and SSP enabled
|
19 years ago |
Peter S. Mazinger
|
b326308200
Use -DSTATIC and remove stub_warning, not accepted
|
19 years ago |
Peter S. Mazinger
|
c57c602353
everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add -DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h
|
19 years ago |
Peter S. Mazinger
|
1de7b5deae
missed two __curbrk
|
19 years ago |
Peter S. Mazinger
|
40f2d13616
I will risk this one: __curbrk
|
19 years ago |
Peter S. Mazinger
|
bb9b5b976f
Go __malloc_lock, go ...
|
19 years ago |
Peter S. Mazinger
|
6bd321dfd6
weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header issue
|
19 years ago |
Peter S. Mazinger
|
efbcf025d2
gcc41 does not like this at all
|
19 years ago |
Peter S. Mazinger
|
fd56af193e
change asm/volatile to __x__
|
19 years ago |
Peter S. Mazinger
|
f45706ca6a
global data uses libc_hidden_data_def, convert all -I hope- and add some new
|
19 years ago |
Peter S. Mazinger
|
2fe646ffaa
typo
|
19 years ago |
Peter S. Mazinger
|
f62c003574
remove hidden versions of bzero, unused in libc.so
|
19 years ago |
Peter S. Mazinger
|
fcbf198194
same in old
|
19 years ago |
Peter S. Mazinger
|
2945fdf2ac
__pthread_exit is noreturn only within libpthread
|
19 years ago |
Peter S. Mazinger
|
ea5e5a10e8
correct __uselocale
|
19 years ago |
Mike Frysinger
|
d9534af8dc
add syscall6
|
19 years ago |
Mike Frysinger
|
fbef15d8d3
add prototype to get rid of warning
|
19 years ago |
Mike Frysinger
|
274a4f59f1
cast buf to get rid of warning
|
19 years ago |
Mike Frysinger
|
ce98b9ce69
disable lazy code for now
|
19 years ago |
Peter S. Mazinger
|
f34cf7cc3b
s:THUMB_INTERWORK:USE_BX:, thx Khem Raj
|
19 years ago |
Peter S. Mazinger
|
7bde4a3e31
add comment to know why it's weak
|
19 years ago |
Peter S. Mazinger
|
0fca08a0d4
change strong to weak_alias, arm fails, thx Khem Raj
|
19 years ago |
Peter S. Mazinger
|
167d569420
pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_proto from old version
|
19 years ago |
Peter S. Mazinger
|
44d025b3b9
New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sources
|
19 years ago |
Peter S. Mazinger
|
8c2b377d28
s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h
|
19 years ago |
Peter S. Mazinger
|
da6cf3047e
include math.h to get the prototype
|
19 years ago |