Fix comment in dwarf_decode_lines_1
authorYao Qi <yao@codesourcery.com>
Wed, 30 Jul 2014 08:50:49 +0000 (16:50 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 6 Aug 2014 01:33:28 +0000 (09:33 +0800)
commit8e07a239c12ba3b746ef0cf2c53d572315aef654
tree5573961f2e388dea7e601552bc3283693a46036d
parentd37497d68fd80e0b6edd08604eab7d0472b7e0ac
Fix comment in dwarf_decode_lines_1

When I read dwarf_decode_lines_1 comments today, it should be called
"special opcode" rather than "special operand", as said in DWARF spec.

It is obvious to me.  I'll push it in if no comments in three days.

gdb:

2014-08-06  Yao Qi  <yao@codesourcery.com>

* dwarf2read.c (dwarf_decode_lines_1): Replace "Special
operand" with "Special opcode" in comments.
gdb/ChangeLog
gdb/dwarf2read.c