mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Repair bugs in conditionals, spotted by Zoo during "latest" build.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
|
||||||
|
|
||||||
|
* gdb.texinfo: repair conditional bugs in text markup
|
||||||
|
|
||||||
Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
|
* gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
|
||||||
|
@ -4718,6 +4718,7 @@ automatically.
|
|||||||
@ifset MOD2
|
@ifset MOD2
|
||||||
* Checks:: Type and range checks
|
* Checks:: Type and range checks
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
* Support:: Supported languages
|
* Support:: Supported languages
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@ -5076,6 +5077,7 @@ output values in a manner consistent with C conventions.
|
|||||||
@ifset MOD2
|
@ifset MOD2
|
||||||
* C Checks:: C and C++ type and range checks
|
* C Checks:: C and C++ type and range checks
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
* Debugging C:: @value{GDBN} and C
|
* Debugging C:: @value{GDBN} and C
|
||||||
* Debugging C plus plus:: Special features for C++
|
* Debugging C plus plus:: Special features for C++
|
||||||
@end menu
|
@end menu
|
||||||
@ -5969,8 +5971,8 @@ address can be specified by an integral constant, the construct
|
|||||||
In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
|
In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
|
||||||
interpreted as the beginning of a comment. Use @code{<>} instead.
|
interpreted as the beginning of a comment. Use @code{<>} instead.
|
||||||
|
|
||||||
@end ifclear
|
|
||||||
@end ifset
|
@end ifset
|
||||||
|
@end ifclear
|
||||||
|
|
||||||
@node Symbols
|
@node Symbols
|
||||||
@chapter Examining the Symbol Table
|
@chapter Examining the Symbol Table
|
||||||
|
Reference in New Issue
Block a user