This is the mail archive of the gcc-patches@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]

{patch] To enable small targets without 64 bit long longs tobuild.


The following patch enables small targets which don't support a 64 bit
long long type to build, by conditionally defining smaller unwind type sizes
and refining determination of long long support requirement within libgcc2:

(previous logical behavior is retained for larger targets)

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

 Patch: http://gcc.gnu.org/bugzilla/attachment.cgi?id=8476&action=view

Thanks, -paul-



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