This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: ARM build failure


You're right, Jakub's patch contained a typo.

-		     : "a1");					\
+		     : "a1" : "memory");			\

Try replacing that colon with a comma, ie "a1", "memory".  It looks like the 
m68k version may have the same problem.

p.



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