summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Put the right fix in. Instead of deleting the declaration of __FBSDID, webenno2003-01-281-0/+7
| | | | undef it before this definition.
* Remove a duplicate definition of the __FBSDID macro.benno2003-01-271-6/+0
|
* include cdefs.h so as to unbreak the libc buildgallatin2003-01-201-0/+2
|
* PIC_GOTOFF is OBE.peter2002-09-231-3/+0
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-2/+0
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* - Rename the _C_LABEL macro to CNAME.benno2002-05-171-5/+6
| | | | | - Rename the _ASM_LABEL macro to ASMNAME. - Add the HIDENAME macro which is used in libc's syscall stuff.
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
|
* Style fix FreeBSD ID, and change continuation style slightly.obrien2001-06-091-4/+3
|
* PowerPC assembler #defines.benno2001-01-071-0/+95
Reviewed by: obrien Obtained from: NetBSD
OpenPOWER on IntegriCloud