This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: solaris, collect2 and ld (patch)


> mistel% diff -u egcs-19990517/gcc/config/sparc/sol2.h egcs-19990517/gcc/config/sparc/sol2.h.old  

Ups, wrong argument order...

mistel% diff -u egcs-19990517/gcc/config/sparc/sol2.h.old egcs-19990517/gcc/config/sparc/sol2.h 
--- egcs-19990517/gcc/config/sparc/sol2.h.old   Fri Jun 18 17:42:44 1999
+++ egcs-19990517/gcc/config/sparc/sol2.h       Fri Jun 18 17:43:07 1999
@@ -82,9 +82,9 @@
 /* Use .uahalf/.uaword so packed structure members don't generate
    assembler errors when using the native assembler.  */
 #undef ASM_SHORT
-#define ASM_SHORT ".uahalf"
+#define ASM_SHORT ".half"
 #undef ASM_LONG
-#define ASM_LONG ".uaword"
+#define ASM_LONG ".word"
 
 /* This is how to output a definition of an internal numbered label where
    PREFIX is the class of label and NUM is the number within the class.  */
mistel% 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]