OSDN Git Service

(INT_ASM_OP): Change from ".long" to ".quad".
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jul 1996 23:24:13 +0000 (23:24 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jul 1996 23:24:13 +0000 (23:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12519 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/elf.h

index 20836c3..62d00ad 100644 (file)
@@ -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