index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
/
powerpc
Age
Commit message (
Expand
)
Author
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn
2003-08-25
Define both _start and __start in crt0, all of the other architectures do.
Dale Rahn
2003-05-30
Fix dependancy building for ELF startup code. Changed Makefiles
Dale Rahn
2003-02-28
copy basename of argv[0] to bss for __progname, so that large stack smash
Theo de Raadt
2003-02-26
Switch to a C version of powerpc crt0 file. easier to read. moves
Dale Rahn
2001-05-28
Commonize csu code for elf systems, powerpc now no longer has it's own
Dale Rahn
2001-03-24
Use "realinstall" to allow the framework to do other work if needed;
Thorsten Lockert
2000-10-13
Changes to the powerpc startup files to work in a more typical ELF
Dale Rahn
2000-06-28
Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.
Dale S. Rahn
2000-06-13
Support files for shared library, expected by gcc, allows shared libraries to
Dale S. Rahn
1999-08-20
Fix RCS Ids
Niklas Hallqvist
1999-07-23
Eliminate namespace pollution, the crt0 file should not conflict
Dale S. Rahn
1999-03-13
Fix loading of constant into upper portion off register, prevously
Dale S. Rahn
1999-01-28
update for binutils 2.9.1, whenever it might show up... The changes
Dale S. Rahn
1998-07-05
Changes to support profiling on the powerpc port, startup code.
Dale S. Rahn
1997-04-27
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
Todd C. Miller
1996-12-21
Check-in of powerpc csu support.
Dale S. Rahn