Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.1054
diff -u -p -r1.1054 gdb.texinfo
--- gdb/doc/gdb.texinfo 21 Feb 2013 19:08:10 -0000 1.1054
+++ gdb/doc/gdb.texinfo 22 Feb 2013 16:19:14 -0000
@@ -40144,6 +40144,9 @@ memory address. It is a displacement of
address the file was prelinked to during the library load.
@item
@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
+@item
+@code{build-id}, hex encoded @code{.note.gnu.build-id} section, if such
+section exists.
@end itemize
Additionally the single @code{main-lm} attribute specifies address of
@@ -40161,7 +40164,8 @@ looks like this:
+ l_ld="0x152350" build-id="040000001400000003000000474e5500\
+ 829afccf7cc41e62934766d96223fe72480854e"/>
@end smallexample
@@ -40177,6 +40181,7 @@ The format of an SVR4 library list is de
+
@end smallexample
@node Memory Map Format