dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
This commit is contained in:
parent
52834460bc
commit
4d65956b03
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-01-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
|
||||||
|
|
||||||
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
|
||||||
|
|
||||||
* btrace.h (btrace_thread_flag): New.
|
* btrace.h (btrace_thread_flag): New.
|
||||||
|
|
|
@ -10545,7 +10545,7 @@ open_and_init_dwp_file (void)
|
||||||
{
|
{
|
||||||
/* Technically speaking, we should try to limp along, but this is
|
/* Technically speaking, we should try to limp along, but this is
|
||||||
pretty bizarre. We use pulongest here because that's the established
|
pretty bizarre. We use pulongest here because that's the established
|
||||||
portability solution (e.g, we can use %u for uint32_t). */
|
portability solution (e.g, we cannot use %u for uint32_t). */
|
||||||
error (_("Dwarf Error: DWP file CU version %s doesn't match"
|
error (_("Dwarf Error: DWP file CU version %s doesn't match"
|
||||||
" TU version %s [in DWP file %s]"),
|
" TU version %s [in DWP file %s]"),
|
||||||
pulongest (dwp_file->cus->version),
|
pulongest (dwp_file->cus->version),
|
||||||
|
|
Loading…
Reference in a new issue