| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MFC 275256:
Switch to the ARM unified assembly language as the clang integrated as only
supports it. Binutils supports it when the ".syntax unified" directive
is set.
Sponsored by: ABT Systems Ltd
MFC 275264:
Update _ENTRY to use _EENTRY to reduce the common code.
MFC 275321:
Remove extra labels, ENTRY_NP already provides them.
Sponsored by: ABT Systems Ltd
MFC 275322:
Correctly a few incorrect uses of ENTRY/EENTRY and END/EEND
Sponsored by: ABT Systems Ltd
MFC 275416:
Fix the name of the coprocessor to include the "p" prefix, the clang
integrated assembler expects this.
Sponsored by: ABT Systems Ltd
MFC 275418:
Switch to unified syntax so these can be built with clang 3.5.
Sponsored by: ABT Systems Ltd
MFC 275519:
Add missing END macros to some of the xscale functions.
Sponsored by: ABT Systems Ltd
MFC 275520:
Use the unified syntax in a few more assembly files
Sponsored by: ABT Systems Ltd
MFC 275521:
Set the alignment to 4-bytes after a string as clang 3.5 can switch to
thumb mode if this is incorrect.
Sponsored by: ABT Systems Ltd
MFC 275522:
Place the literal pool after a RET otherwise clang 3.5 tries to put it too
far away from a ldr psuedo instruction. With this clang will place the
literal value here where it's close enough to be loaded.
Sponsored by: ABT Systems Ltd
MFC 275523:
Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" is
unsupported as it needs a newer cpu.
Sponsored by: ABT Systems Ltd
MFC 275524:
Switch to a .cpu directive. These will work when clang 3.5 is imported
where the .arch directive is a nop.
Sponsored by: ABT Systems Ltd
Notes:
svn path=/stable/10/; revision=275767
|
|
|
|
| |
Notes:
svn path=/stable/10/; revision=269796
|
|
|
|
|
|
|
|
|
|
|
| |
- libkern is missing __aeabi_llsl, implement this by calling __ashldi3.
- Because of how the asm entry macros are defined the boot2 code
requires the unwind symbols to exist, include them in boot2.
Approved by: re (marius)
Notes:
svn path=/head/; revision=255939
|
|
|
|
|
|
|
| |
generate calls to it.
Notes:
svn path=/head/; revision=248395
|
|
|
|
| |
Notes:
svn path=/head/; revision=248367
|
|
|
|
|
|
|
| |
referenced in a non-debug kernel.
Notes:
svn path=/head/; revision=248366
|
|
|
|
| |
Notes:
svn path=/head/; revision=248128
|
|
|
|
| |
Notes:
svn path=/head/; revision=245548
|
|
|
|
|
|
|
| |
MFC After: 3 days
Notes:
svn path=/head/; revision=172615
|
|
|
|
| |
Notes:
svn path=/head/; revision=139815
|
|
|
|
| |
Notes:
svn path=/head/; revision=137463
|
|
|
|
|
|
|
| |
Idea taken from: NetBSD
Notes:
svn path=/head/; revision=137342
|
|
|
|
| |
Notes:
svn path=/head/; revision=136031
|
|
Notes:
svn path=/head/; revision=129210
|