Re: Some questions about FIELD_DECL

2005-05-23 Thread Mark Mitchell
Daniel Berlin wrote: On Mon, 2005-05-23 at 12:26 -0700, Mark Mitchell wrote: Daniel Berlin wrote: While moving FIELD_DECL to it's own substruct, the following questions have come up. I figured one of you might know: 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't think of a place

Re: Some questions about FIELD_DECL

2005-05-23 Thread Daniel Berlin
On Mon, 2005-05-23 at 12:26 -0700, Mark Mitchell wrote: > Daniel Berlin wrote: > > While moving FIELD_DECL to it's own substruct, the following questions > > have come up. I figured one of you might know: > > > > 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't think of a > > place where

Re: Some questions about FIELD_DECL

2005-05-23 Thread Mark Mitchell
Daniel Berlin wrote: While moving FIELD_DECL to it's own substruct, the following questions have come up. I figured one of you might know: 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't think of a place where we would actually try to *output* a FIELD_DECL directly, but maybe i've mis

Re: Some questions about FIELD_DECL

2005-05-22 Thread Daniel Berlin
On Sat, 2005-05-21 at 21:32 -0700, Zack Weinberg wrote: > Daniel Berlin <[EMAIL PROTECTED]> writes: > > > I've actually discovered that we set the assembler name on a field that > > is the vtable, but never actually use it again, at least for DWARF2 and > > STABS (it's set to a constant called VFI

Re: Some questions about FIELD_DECL

2005-05-21 Thread Zack Weinberg
Daniel Berlin <[EMAIL PROTECTED]> writes: > I've actually discovered that we set the assembler name on a field that > is the vtable, but never actually use it again, at least for DWARF2 and > STABS (it's set to a constant called VFIELD_NAME). > I grepped .s file from all of libjava and the stl tes

Re: Some questions about FIELD_DECL

2005-05-21 Thread Daniel Berlin
On Sun, 2005-05-22 at 03:13 +0200, Gabriel Dos Reis wrote: > Daniel Berlin <[EMAIL PROTECTED]> writes: > > | On Sun, 2005-05-22 at 02:14 +0200, Gabriel Dos Reis wrote: > | > Daniel Berlin <[EMAIL PROTECTED]> writes: > | > > | > | While moving FIELD_DECL to it's own substruct, the following questi

Re: Some questions about FIELD_DECL

2005-05-21 Thread Gabriel Dos Reis
Daniel Berlin <[EMAIL PROTECTED]> writes: | On Sun, 2005-05-22 at 02:14 +0200, Gabriel Dos Reis wrote: | > Daniel Berlin <[EMAIL PROTECTED]> writes: | > | > | While moving FIELD_DECL to it's own substruct, the following questions | > | have come up. I figured one of you might know: | > | | > |

Re: Some questions about FIELD_DECL

2005-05-21 Thread Daniel Berlin
On Sun, 2005-05-22 at 02:14 +0200, Gabriel Dos Reis wrote: > Daniel Berlin <[EMAIL PROTECTED]> writes: > > | While moving FIELD_DECL to it's own substruct, the following questions > | have come up. I figured one of you might know: > | > | 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't

Re: Some questions about FIELD_DECL

2005-05-21 Thread Gabriel Dos Reis
Daniel Berlin <[EMAIL PROTECTED]> writes: | While moving FIELD_DECL to it's own substruct, the following questions | have come up. I figured one of you might know: | | 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't think of a | place where we would actually try to *output* a FIELD_DEC

Some questions about FIELD_DECL

2005-05-21 Thread Daniel Berlin
While moving FIELD_DECL to it's own substruct, the following questions have come up. I figured one of you might know: 1. Do we need DECL_ASSEMBLER_NAME on FIELD_DECL? I can't think of a place where we would actually try to *output* a FIELD_DECL directly, but maybe i've missed something. I ask b