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]

Problem in libgcc2.c


I believe the following line in libgcc2.c (at about line 160)

#if defined (L_divdi3) || defined (L_moddi3)

should be changed to

#if !defined (L_negdi2)

IE, if the user wants __negdi2, then he does not want static inline.

Clive


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