austinf
|
141518c76b
sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso
|
15 years ago |
Denis Vlasenko
|
27d501fdbf
simple optimizations and style fixes in dynamic loading
|
16 years ago |
Mike Frysinger
|
124ec18872
Chris Zankel writes:
|
17 years ago |
Mike Frysinger
|
a1e63e6f7d
whitespace only: fix indentation
|
17 years ago |
Carmelo Amoroso
|
e130b681c4
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
|
17 years ago |
Mike Frysinger
|
cd5c2f7718
Bernd Schmidt writes:
|
18 years ago |
Mike Frysinger
|
f0d5c576f7
macro out the /10 operation so arches can have their own versions ... and create some default macros for do_rem/do_div_10 so we dont duplicate the samething in many arch header files
|
18 years ago |
Mike Frysinger
|
8472ea4c5d
John Bowler writes in Bug 385:
|
19 years ago |
Peter S. Mazinger
|
9f341620c1
use attribute_unused instead of hardcoded
|
19 years ago |
Mike Frysinger
|
275ae370da
cleanup whitespace
|
19 years ago |
Mike Frysinger
|
9dae26d562
change to Lesser GPL 2.1 as pointed out by psm
|
19 years ago |
Mike Frysinger
|
ccf126ea86
add some copyright info
|
19 years ago |
"Steven J. Hill"
|
925c45531b
I really really HATE gcc-4.1 and its whimsical inline rules.
|
19 years ago |
Mike Frysinger
|
135c85905c
disable early debug code if the arch relies on certain values (like load_addr) which are computer later
|
19 years ago |
Mike Frysinger
|
bdf82cbbc1
make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to it
|
19 years ago |
Mike Frysinger
|
28ecffc3d9
need _DEBUG macros for NUMBER too
|
19 years ago |
Mike Frysinger
|
f7eee81da4
need features.h for the misc attribute defines and uclibc features
|
19 years ago |
Mike Frysinger
|
b2b553d3c4
use new __always_inline define
|
19 years ago |
Mike Frysinger
|
4720ef43b3
use new __always_inline define
|
19 years ago |
"Steven J. Hill"
|
1f5e605b35
The function '_dl_memset' should always be inlined regardless of the
|
19 years ago |
Mike Frysinger
|
ea3903eb7b
create some DEBUG macros for the ld debug early
|
19 years ago |
Mike Frysinger
|
6a461d406e
whitespace/syntax cleanups
|
19 years ago |
Joakim Tjernlund
|
bd22e54f65
Fix debug macros.
|
19 years ago |
Eric Andersen
|
7ff0090286
On some wierd arches (i.e. mips), none of the early debug stuff
|
19 years ago |
Eric Andersen
|
cf80c0f0a2
Don't write out the terminating NULL char
|
19 years ago |
Eric Andersen
|
39312fffc6
Rework the dl-startup.c ldso early debugging macros to be
|
19 years ago |
Eric Andersen
|
a56073a28b
Partial commit of a patch from Alexandre Oliva:
|
20 years ago |
Joakim Tjernlund
|
259fd0364d
Optimze _dl_memset() for PowerPC.
|
20 years ago |
Joakim Tjernlund
|
a53036dba5
Forgot _dl_memcpy in previous checkin.
|
20 years ago |
Joakim Tjernlund
|
635d4566d0
_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,
|
20 years ago |