diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 9c720db..bbbfcfc 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -162,7 +162,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA is required by the current DWARF draft specification. Specifically, the current DWARF draft specification seems to require that - the type of an non-unsigned integral bit-field member of a struct or union + the type of a non-unsigned integral bit-field member of a struct or union type be represented as either a "signed" type or as a "plain" type, depending upon the exact set of keywords that were used in the type specification for the given bit-field member. It was felt (by the |