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: [PATCH] Updated glibc-gcc3.patch


Two remarks:

* Why does unwind-dw2-fde.c use recursive mutexes?  The origional GCC
  code uses normal mutexes, so I'd expect the libc version to work
  with normal mutexes.  If there is a reason why that's not the case,
  it would at least deserve a comment.

* Given the fact that we want to avoid having any exception handling
  functionality in glibc if possible, it would make sense to make not
  including that code the default, and explicitly enable it for
  existing targets only.

Mark


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