2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / dwarf2loc.c
index 4ec2549ccae9016bd11404a3795652d85aded083..43fb7c53d70e8f7f7af715ce9288d1db023fbda4 100644 (file)
@@ -2237,9 +2237,9 @@ locexpr_describe_location_piece (struct symbol *symbol, struct ui_file *stream,
      as the size of an address on the target machine (here is 8
      bytes).  Note that more recent version of GCC emit DW_OP_const4u
      or DW_OP_const8u, depending on address size, rather than
-     DW_OP_addr.  0xe0 is the encoding for
-     DW_OP_GNU_push_tls_address. The operand represents the offset at
-     which the variable is within the thread local storage.  */
+     DW_OP_addr.  0xe0 is the encoding for DW_OP_GNU_push_tls_address.
+     The operand represents the offset at which the variable is within
+     the thread local storage.  */
 
   else if (data + 1 + addr_size < end
           && (data[0] == DW_OP_addr
This page took 0.03686 seconds and 4 git commands to generate.