Age | Commit message (Collapse) | Author |
|
|
|
|
|
update_get_addr returns a link_map*, but the return expression
was of type char*. Fix by relying on gcc's void* arithmetic
extension and auto-conversion from void*.
|
|
|
|
|
|
|
|
* sysdeps/powerpc/powerpc32/crti.S: New file.
* sysdeps/powerpc/powerpc32/crtn.S: New file.
* sysdeps/powerpc/powerpc64/crti.S: New file.
* sysdeps/powerpc/powerpc64/crtn.S: New file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove ugly names and unnecessary wrappers.
|
|
|
|
|
|
|
|
|
|
Conflicts:
ChangeLog
|
|
Rearrange code to avoid creation of a stack frame. At least on x86-64
the code for the fast path should be down to the bare minimum.
|
|
|
|
|
|
Conflicts:
ChangeLog
|
|
|
|
Conflicts:
ChangeLog
|
|
Conflicts:
ChangeLog
|
|
Conflicts:
ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
ChangeLog
|
|
|
|
|