On Fri, 2009-08-21 at 17:17 -0500, Dean Glazeski wrote: > Hi all, > > While working on a Fedora RPM for OpenOCD, I ran into a warning in the > check processes because of an exit call in the OpenOCD shared object. > I'm not familiar with what is in the shared object, so I thought I > would put it on the list to see if anyone can find a patch to remove > the exit if this is possible. If it isn't possible, I'll put a note > in the spec file.
A quick grep shows that this is non-trivial request, but removing calls to exit from libopenocd would be the Right Thing To Do in most cases. Given the number of calls to that function, I think it will take a decent series of patches aimed at this end. For now, a note in the spec file is probably the best workaround. Cheers, Zach _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
