diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4f863dd..ee06d0c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9812,14 +9812,6 @@ function calls are the same as normal calls: @itemize @bullet @item -You cannot set breakpoints on inlined functions. @value{GDBN} -either reports that there is no symbol with that name, or else sets the -breakpoint only on non-inlined copies of the function. This limitation -will be removed in a future version of @value{GDBN}; until then, -set a breakpoint by line number on the first line of the inlined -function instead. - -@item Setting breakpoints at the call site of an inlined function may not work, because the call site does not contain any code. @value{GDBN} may incorrectly move the breakpoint to the next line of the enclosing @@ -38717,8 +38709,14 @@ unless otherwise noted: @enumerate @item -The version number, currently 5. Versions 1, 2 and 3 are obsolete. -Version 4 differs by its hashing function. + +The version number, currently 6. Versions 1, 2, 3, 4 and 5 are +obsolete. Version 6 differs from version 5 in that version 6 includes +symbols representing both inlined and out-of-line functions whereas +version 5 included symbols representing out-of-line functions only. +Version 5 differed from version 4 in that version 5 used a +case-insensitive hashing function whereas version 4's hashing function +was case-sensitive. @item The offset, from the start of the file, of the CU list. @@ -38793,7 +38791,7 @@ index version: @item Version 4 The formula is @code{r = r * 67 + c - 113}. -@item Version 5 +@item Versions 5 and 6 The formula is @code{r = r * 67 + tolower (c) - 113}. @end table