public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Killing old abi remnants
@ 2001-07-18  7:46 Nathan Sidwell
  2001-07-18  8:06 ` Joseph S. Myers
  2001-07-18  9:13 ` Mark Mitchell
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Sidwell @ 2001-07-18  7:46 UTC (permalink / raw)
  To: gcc; +Cc: mark, jason

Hi,
We have old & new abi code in the compiler. This is selected via the
following #defines
#define vbase_offsets_in_vtable_p() (1)
#define vcall_offsets_in_vtable_p() (1)
#define vptrs_present_everywhere_p() (1)
#define all_overridden_vfuns_in_vtables_p() (1)
#define merge_primary_and_secondary_vtables_p() (1)

will a patch which removes all old abi remnants be acceptable?
As time progresses those old abi parts are going to suffer bitrot.

and what about flag_honor_std?


nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-18  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18  7:46 Killing old abi remnants Nathan Sidwell
2001-07-18  8:06 ` Joseph S. Myers
2001-07-18  9:13 ` Mark Mitchell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).