summaryrefslogtreecommitdiff
path: root/gcc/config/i386/bsd.h
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-16 22:24:16 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-16 22:24:16 +0000
commit2fb0fd1526055cce275ed9dd1683a8a4c90d546d (patch)
tree1295a7d5d520c93f35da9092195ef7eb5cc38d7d /gcc/config/i386/bsd.h
parent78ac78d98eaa97ce0fc8c9d9f8c2b4df0c48caaa (diff)
downloadgcc-2fb0fd1526055cce275ed9dd1683a8a4c90d546d.tar.gz
* cfg.c (free_edge): Break out from ....
(remove_edge): ... here. (clear_edges): Use free_edge. * att.h (ASM_QUAD): Add comment. * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/bsd.h')
-rw-r--r--gcc/config/i386/bsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/bsd.h b/gcc/config/i386/bsd.h
index 82b141130f9..cf1b35b65d9 100644
--- a/gcc/config/i386/bsd.h
+++ b/gcc/config/i386/bsd.h
@@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */
#define ASM_BYTE_OP "\t.byte\t"
#define ASM_SHORT "\t.word\t"
#define ASM_LONG "\t.long\t"
+#define ASM_QUAD "\t.quad\t" /* Should not be used for 32bit compilation. */
/* Output at beginning of assembler file.
??? I am skeptical of this -- RMS. */