mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-20 22:14:23 +08:00
* stabs.texinfo (Builtin Type Descriptors): Talk about omitting
the trailing semicolon.
This commit is contained in:
gdb/doc
@ -1,3 +1,8 @@
|
||||
Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabs.texinfo (Builtin Type Descriptors): Talk about omitting
|
||||
the trailing semicolon.
|
||||
|
||||
Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
|
||||
|
@ -1340,6 +1340,10 @@ The C @code{void} type is defined as a signed integral type 0 bits long:
|
||||
@example
|
||||
.stabs "void:t19=bs0;0;0",128,0,0,0
|
||||
@end example
|
||||
The Solaris compiler seems to omit the trailing semicolon in this case.
|
||||
Getting sloppy in this way is not a swift move because if a type is
|
||||
embedded in a more complex expression it is necessary to be able to tell
|
||||
where it ends.
|
||||
|
||||
I'm not sure how a boolean type is represented.
|
||||
|
||||
|
Reference in New Issue
Block a user