From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] Get rid of HP_OS_BUG Date: Wed, 26 May 2004 17:30:00 -0000 Message-id: <40B4D444.1040904@gnu.org> References: <20040526061133.GY7207@tausq.org> X-SW-Source: 2004-05/msg00751.html In my continuing quest to hunt down all the hppa code scattered all around arch-indep code, i found this.... HP_OS_BUG is actually not defined anywhere. Looking through the changelogs, it looks like it used to be defined in m-hp9k320.h. I believe this is a m68k HPUX machine that is no longer supported, so i think we might as well get rid of it... unless someone tells me otherwise i will check this in in a couple of days. Yes, with all those planets aligned, the change is ``fairly obvious''. Feel free to commit it. Andrew 2004-05-25 Randolph Chung * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround. (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.