diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-18 19:24:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-18 19:24:13 -0400 |
commit | 8c9aceea35a619d37f5d3a7442db0dba9b166c98 (patch) | |
tree | f10b44179ee3a6be9eb271f4abed9ee3f2b509a4 /gcc | |
parent | e4199af144b79a69bc22374e13e242f2dd24ee30 (diff) | |
download | gcc-8c9aceea35a619d37f5d3a7442db0dba9b166c98.zip gcc-8c9aceea35a619d37f5d3a7442db0dba9b166c98.tar.gz gcc-8c9aceea35a619d37f5d3a7442db0dba9b166c98.tar.bz2 |
(INT_ASM_OP): Change from ".long" to ".quad".
From-SVN: r12519
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/elf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 20836c3..62d00ad 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -162,11 +162,10 @@ do { \ ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ } while (0) -/* This is the pseudo-op used to generate a 32-bit word of data with a - specific value in some section. This is the same for all known svr4 - assemblers. */ +/* This is the pseudo-op used to generate a 64-bit word of data with a + specific value in some section. */ -#define INT_ASM_OP ".long" +#define INT_ASM_OP ".quad" /* This is the pseudo-op used to generate a contiguous sequence of byte values from a double-quoted string WITHOUT HAVING A TERMINATING NUL |