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]
Other format: [Raw text]

[Bug c/32501] freestanding ___32bit___ avoidance of libgcc.a and libgcc.so



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-06-25 16:45 -------
This was reported a long time ago as PR 16470, if you think otherwise you need
to go back and talk to the C standards committee.  What the issue here is you
are using long long and there is no hardware support for it so we need a
support library that defines the support for the functionality for long long. 
This is what udivdi3 is and nothing more.

*** This bug has been marked as a duplicate of 16470 ***

*** This bug has been marked as a duplicate of 16470 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32501


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