diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-06-10 12:05:48 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-06-10 12:05:48 +0000 |
commit | e2ee147d6ed976e1c2dd4690ca2a6c71d3997b4e (patch) | |
tree | af457839b4c718c8f2d2bf320d05e8f087730d69 /contrib | |
parent | 0a48bba6aa2f009105a2aff213b9b977aa2dff2e (diff) | |
download | FreeBSD-src-e2ee147d6ed976e1c2dd4690ca2a6c71d3997b4e.zip FreeBSD-src-e2ee147d6ed976e1c2dd4690ca2a6c71d3997b4e.tar.gz |
Remove 'SET_ASM_OP' macro, which is unused now and rather harmful
for recent egcs.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/alpha/freebsd4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc/config/alpha/freebsd4.h b/contrib/gcc/config/alpha/freebsd4.h index b55977e..afec613 100644 --- a/contrib/gcc/config/alpha/freebsd4.h +++ b/contrib/gcc/config/alpha/freebsd4.h @@ -426,8 +426,6 @@ dtors_section () \ #define TYPE_ASM_OP ".type" #undef SIZE_ASM_OP #define SIZE_ASM_OP ".size" -#undef SET_ASM_OP -#define SET_ASM_OP ".set" /* This is how we tell the assembler that two symbols have the same value. */ |