From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Duffek To: ac131313@cygnus.com, brobecker@act-europe.fr Cc: gdb-patches@sources.redhat.com Subject: Re: patch to gdb on Tru64 5.1 Date: Sat, 12 May 2001 19:30:00 -0000 Message-id: <200105130240.f4D2eiU07396@rtl.cygnus.com> References: <3AFC67C4.9000102@cygnus.com> X-SW-Source: 2001-05/msg00274.html On 11-May-2001, Andrew Cagney wrote: > o is it possible to compile in both tables > so that the correct table can be selected > at run time. In theory allowing GDB to > handle both 4.x and 5.x core files. There's only one table. In the transition from 4.x to 5.x, EF_* #defines in system header files were renamed to CF_*, but their values didn't change. Therefore, a single table allows GDB to handle both 4.x and 5.x core files. Maybe a comment to that effect would be enough to prevent future confusion? Nick