This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: [ping] Use malloc and free in atexit only when available.


Kazu Hirata wrote:
Hi,

Could somebody review the following patch?

  [patch] Use malloc and free in atexit only when available.
  http://sourceware.org/ml/newlib/2009/msg00011.html

Thanks,

Kazu Hirata
Sorry for the delay on this.

There is a problem with this patch. It does not effectively leave in the configuration
option because for platforms that don't support weak or don't support attributes, the free
call will drag in free which isn't the case today.


-- Jeff J.


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