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)



  In message <82so7p33y6.fsf@jms.idonex.se>you write:
  > > mistel% diff -u egcs-19990517/gcc/config/sparc/sol2.h egcs-19990517/gcc/c
  > onfig/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"
All this patch is trade one set of bugs for another set of bugs.

What we really need to do is use autoconf to detect proper support for the
.ua* assembler directives.

jeff


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