NetBSD/gnu/dist/gcc/config/alpha
thorpej 4a9e81df67 Pass in the appropriate machine directive to the assembler if an -mcpu=...
option is given to the compiler.  It's silly to have to specify it twice
on a command line (e.g. -mcpu=ev56 -Wa,-mev56), especially considering
that if you don't, and the compiler emits e.g. a BWX instruction, the
assembler will treat it as a macro, open-coding an equivalent, which can
have some serious unwanted side-effects in some situations.

Also, don't treat e.g. 21164 and ev5 as equivalent; the assembler treats
them differently: 21164 enables PALcode-only instructions, while ev5
does not.
1999-12-03 06:37:47 +00:00
..
alpha.c Conflict resolution from 14 Oct import 1998-10-14 14:40:18 +00:00
alpha.h Merge egcs 1.1.2 conflicts. 1999-04-06 16:04:00 +00:00
alpha.md Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
crtbegin.asm Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
crtend.asm Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
netbsd.h Pass in the appropriate machine directive to the assembler if an -mcpu=... 1999-12-03 06:37:47 +00:00
openbsd.h Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
t-crtbe Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
va_list.h Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
x-alpha Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
xm-alpha.h Resolve conflicts, fix up c-common, and clean up import of egcs 1.1. 1998-08-16 20:41:00 +00:00
xm-netbsd.h Add an egcs config boilerplate file. 1998-03-31 06:43:43 +00:00
xm-openbsd.h Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
xm-vms.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
xm-winnt.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00