|
|
|
@ -10545,7 +10545,7 @@ open_and_init_dwp_file (void) |
|
|
|
{ |
|
|
|
/* Technically speaking, we should try to limp along, but this is
|
|
|
|
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" |
|
|
|
" TU version %s [in DWP file %s]"), |
|
|
|
pulongest (dwp_file->cus->version), |
|
|
|
|