DiagReaders.inc revision 2bf3f881f79c4d883f379e63725e788c310739a3
1DIAG(archive_magic_mismatch,
2     DiagnosticEngine::Error,
3     "magic number is mismatched in `%0'",
4     "magic number is mismatched in `%0'")
5DIAG(debug_cannot_parse_eh,
6     DiagnosticEngine::Debug,
7     "cannot parse .eh_frame section in input %0",
8     "cannot parse .eh_frame section in input %0.")
9DIAG(debug_cannot_scan_eh,
10     DiagnosticEngine::Debug,
11     "cannot scan .eh_frame section in input %0",
12     "cannot scan .eh_frame section in input %0.")
13DIAG(fatal_cannot_read_input,
14     DiagnosticEngine::Fatal,
15     "cannot read input %0",
16     "cannot read input %0")
17