10 Sep, 2005
1 commit
-
Delete obsoleted stuff from arch Makefile and rename
constants.h to asm-offsets.hSigned-off-by: Sam Ravnborg
04 Aug, 2005
1 commit
-
Patch from Catalin Marinas
The IEEE 754 standard specifies that the result of (x - x), where x is
a valid number, should be -0 if the rounding mode is towards minus
infinity or +0 otherwise.Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
30 Jun, 2005
2 commits
-
We were forcing SIGFPE on to a user program for no good reason.
Use send_sig_info() instead.Signed-off-by: Russell King
-
VFP used __divdi3 64-bit division needlessly. Convert it to use
our 64-bit by 32-bit division instead.Signed-off-by: Russell King
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!