diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-16 22:24:16 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-16 22:24:16 +0000 |
commit | 2fb0fd1526055cce275ed9dd1683a8a4c90d546d (patch) | |
tree | 1295a7d5d520c93f35da9092195ef7eb5cc38d7d /gcc/config/i386/att.h | |
parent | 78ac78d98eaa97ce0fc8c9d9f8c2b4df0c48caaa (diff) | |
download | gcc-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/att.h')
-rw-r--r-- | gcc/config/i386/att.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index 8f2a1ebb50d..7e8f7b57c5f 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define ASM_SHORT "\t.value\t" #define ASM_LONG "\t.long\t" -#define ASM_QUAD "\t.quad\t" +#define ASM_QUAD "\t.quad\t" /* Should not be used for 32bit compilation. */ /* How to output an ASCII string constant. */ |