| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
where progname comes from __progname in crt0 or crt1.
Notes:
svn path=/head/; revision=38845
|
| |
|
|
|
|
|
| |
no code when building a library with __NETBSD_SYSCALLS defined.
Notes:
svn path=/head/; revision=34361
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In a nutshell, this macroizes the local/global symbol scoping rules
that are different in a.out and ELF. It also makes the i386 assembler
stubs conform to i386 PIC calling conventions - the a.out ld.so didn't
object, but the ELF one needs it as it implements PIC jumps via PLT's as
well as calls. The a.out rtld only worked because it was accidently
snooping the grandparent calling function's return address off the stack..
This also affects the libc_r code a little, because of cpp macro nesting.
Notes:
svn path=/head/; revision=15634
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|