| #
0d34bfa2 |
| 23-May-2014 |
uebayasi <uebayasi@NetBSD.org> |
Put missing END() markers to set ELF symbol size.
|
| #
4d12bfcd |
| 12-Sep-2013 |
joerg <joerg@NetBSD.org> |
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small vs big PIC mode. Retire -DPIC and -DBIGPIC.
|
| #
b53ad3df |
| 22-May-2011 |
joerg <joerg@NetBSD.org> |
Use a plain float constant, no need to deal with messy 0r prefix
|
| #
eb7c1594 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
| #
ae621533 |
| 22-Feb-1999 |
christos <christos@NetBSD.org> |
Don't use 1: label; it is uses by the PIC_PROLOGUE macro and we jmp in the wrong place!
|
| #
1394f01b |
| 16-Jul-1997 |
christos <christos@NetBSD.org> |
RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in <machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS define not LIBC_SCCS
|
| #
051ae6c4 |
| 28-Dec-1995 |
jtc <jtc@NetBSD.org> |
Remove #include "SYS.h"; it is not needed (by normal assembly functions)
|
| #
3f78e35c |
| 28-Dec-1995 |
jtc <jtc@NetBSD.org> |
Use <machine/asm.h> instead of DEFS.h
|
| #
9c8862a9 |
| 27-Jan-1994 |
mycroft <mycroft@NetBSD.org> |
Pedanticism.
|
| #
417e7a6f |
| 06-Dec-1993 |
pk <pk@NetBSD.org> |
Remove spurious PIC_EPILOGUE and PIC_GOTOFF macros.
|
| #
6be8b83a |
| 21-Oct-1993 |
jtc <jtc@NetBSD.org> |
Gcc helper functions should still use the ENTRY() macro so they will be show up in profiled code. (The gcc helper functions in the other ports do this allready).
|
| #
79591d04 |
| 21-Oct-1993 |
jtc <jtc@NetBSD.org> |
So many files in arch/i386 have been changed I might as well run my remove unecessary trailing whitespace script.
|
| #
823c3657 |
| 21-Oct-1993 |
jtc <jtc@NetBSD.org> |
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change th LIBC_RCS, the entire source tree should be updated at once. Remove && !defined(lint) from conditionals around rcs id's.
Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change th LIBC_RCS, the entire source tree should be updated at once. Remove && !defined(lint) from conditionals around rcs id's. No one is ever going to pass a *.s file through lint.
show more ...
|
| #
0b9f5089 |
| 07-Oct-1993 |
cgd <cgd@NetBSD.org> |
make an arch directory in libc, and move all machine dirs into it
|