Eric Andersen
|
a80a5b718f
Patch from Paul Brook:
|
20 gadi atpakaļ |
Eric Andersen
|
6e112da93a
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
|
20 gadi atpakaļ |
Eric Andersen
|
cd411309b5
__data_start needs to be added to all crt0.S files that don't currently
|
20 gadi atpakaļ |
Eric Andersen
|
338237994a
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
|
21 gadi atpakaļ |
Eric Andersen
|
6f2da98c8c
Make profiling on arm work
|
22 gadi atpakaļ |
Eric Andersen
|
54ebe998d5
Fixup handling of the .note.ABI-tag section so that it is ARM only,
|
22 gadi atpakaļ |
Eric Andersen
|
1cb64284ed
Update crt0 for arm to provide the main reference
|
22 gadi atpakaļ |
Eric Andersen
|
3628edc05e
Based on discussions with Stefan Allius, change it so that we always
|
22 gadi atpakaļ |
Eric Andersen
|
ae35d725cf
Make support for global constructors and global destructors be
|
22 gadi atpakaļ |
Eric Andersen
|
21796dff50
I was an idiot and put _fini into the wrong register. Duh.
|
22 gadi atpakaļ |
Eric Andersen
|
b58a631942
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
|
22 gadi atpakaļ |
Eric Andersen
|
5ce9147ea3
Manuel and I were looking into a problem with applications failing to link
|
22 gadi atpakaļ |
Eric Andersen
|
a222ff0b49
Remove the C++ support stubs, since these now live elsewhere and
|
23 gadi atpakaļ |
David McCullough
|
bf126cb24e
|
23 gadi atpakaļ |
Eric Andersen
|
0ee72c0b15
Patch from David McCullough <davidm@lineo.com>:
|
23 gadi atpakaļ |
Eric Andersen
|
1220fd70ca
This will hopefully make global constructors and destructors work
|
23 gadi atpakaļ |
Eric Andersen
|
75ee43d1c2
Fix up a comment
|
23 gadi atpakaļ |
Eric Andersen
|
c2ba9eda4a
Update arm for the new way of entering main. BTW, I can now run things on arm
|
24 gadi atpakaļ |
Eric Andersen
|
411597d4f4
Revert stdio to initializing itself. Not quite a pretty but that ensures that
|
24 gadi atpakaļ |
Eric Andersen
|
d63b6766db
_void_void_null_func never returned. I noticed this yesterday
|
24 gadi atpakaļ |
Eric Andersen
|
fb644a9a15
Minor comment update
|
24 gadi atpakaļ |
Eric Andersen
|
31e36a1498
Fix arm so it actually works.
|
24 gadi atpakaļ |
Eric Andersen
|
705ce36d85
Added common handling of errno.
|
24 gadi atpakaļ |
Eric Andersen
|
0a3e7b0f16
USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
|
24 gadi atpakaļ |