From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] xcoffread.c: remove include of partial-stab.h Date: Mon, 01 Oct 2001 19:40:00 -0000 Message-id: <15289.10989.813417.664872@krustylu.cygnus.com> References: <15287.35303.583879.469917@krustylu.cygnus.com> X-SW-Source: 2001-10/msg00028.html Elena Zannoni writes: > > Hi. This patch is the first in a series of patches that hopefully > will eliminate the uses of partial-stab.h. > Xcoffread.c was the easiest one to start with. > Only remaining uses are in dbxread.c and mdebugread.c. > > Turns out that xcoffread.c used only 2 of the many cases handled by > the switch in partial-stab.h. In order to reuse the whole file, a lot > of macros had to be defined to do nothing. > > I tested this patch on an aix4.3 system. > > I know this file has no official maintainer, but I'll wait a few days > to check it in anyway. > > Thanks > Elena > Committed. Elena