rearnsha
|
29efdff284
|
Temporary hack to work around ld problems when linking Thumb
applications where the linker does not correctly insert an
interworking veneer.
|
2004-08-21 12:12:28 +00:00 |
thorpej
|
d605da06f0
|
%progbits, not @progbits (@ is a comment character in ARM assembly).
|
2002-01-01 01:36:21 +00:00 |
thorpej
|
7050ac9aa9
|
Multi-line string literals are not supported by ANSI C.
|
2002-01-01 01:31:06 +00:00 |
bjh21
|
7723559395
|
Quiet GCC warnings.
|
2001-11-08 22:23:59 +00:00 |
skrll
|
6d6c931c5a
|
This is an a.out thing and doesn't belong here.
|
2001-10-26 16:05:25 +00:00 |
bjh21
|
751e6fa590
|
Ensure that the stack is aligned to an 8-byte boundary before calling C code.
(ATPCS B-01)
|
2001-08-17 00:14:38 +00:00 |
matt
|
ee6a16ad18
|
Add a secondary label called __start (makes gcc 2.95.3 happier) and rename
the internal __start to ___start. (Since -e is not supplied by default,
this has no effect on a native build.)
|
2001-08-05 00:01:27 +00:00 |
matt
|
ae9f64ff3b
|
Turn-on new init/fini processing.
|
2001-07-17 06:39:14 +00:00 |
matt
|
126898a2cd
|
Initial CSU for ARM with shared ELF.
|
2001-07-15 17:29:00 +00:00 |