Re: [patch][rft] Don't mess with debug_hooks in objc

2012-07-16 Thread Mike Stump
On Jul 14, 2012, at 12:21 PM, Steven Bosscher wrote: > There is code in objc-act.c to save and restore debug hooks to work > around a problem with the C front end. > OK for trunk? Ok. [ Thanks for waiting, I wanted to ponder this for a day or two... ]

[patch][rft] Don't mess with debug_hooks in objc

2012-07-14 Thread Steven Bosscher
Hello, There is code in objc-act.c to save and restore debug hooks to work around a problem with the C front end. The C front end calls debug hooks before they have been initialized. This is a problem for dbxout, so there is code in dbxout.c to handle the problem, see dbxout.c:preinit_symbols. Th