diff options
author | DJ Delorie <dj@redhat.com> | 2002-05-30 15:07:06 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-05-30 15:07:06 +0000 |
commit | d7a97a9b1c152d07b2b8eb3295d77aee8b1d4881 (patch) | |
tree | 1deddb7e9f6681997b291ad41258868360d30336 /sim/ppc/gen-model.c | |
parent | 5e226794cabdfc7538183335bb1bf59a1b546ffb (diff) | |
download | gdb-d7a97a9b1c152d07b2b8eb3295d77aee8b1d4881.zip gdb-d7a97a9b1c152d07b2b8eb3295d77aee8b1d4881.tar.gz gdb-d7a97a9b1c152d07b2b8eb3295d77aee8b1d4881.tar.bz2 |
* lf.c (lf_print__gnu_copyleft): Convert multiline strings to
compatible format.
* gen-idecode.c (print_run_until_stop_body): Likewise.
* gen-model.c (gen_model_c): Likewise.
Diffstat (limited to 'sim/ppc/gen-model.c')
-rw-r--r-- | sim/ppc/gen-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/gen-model.c b/sim/ppc/gen-model.c index 4ec1677..34c1b90 100644 --- a/sim/ppc/gen-model.c +++ b/sim/ppc/gen-model.c @@ -377,7 +377,7 @@ gen_model_c(insn_table *table, lf *file) lf_printf(file, " }\n"); lf_printf(file, " }\n"); lf_printf(file, "\n"); - lf_printf(file, " error(\"Unknown model '%%s', Models which are known are:%%s\n\",\n"); + lf_printf(file, " error(\"Unknown model '%%s', Models which are known are:%%s\\n\",\n"); lf_printf(file, " name,\n"); lf_printf(file, " \""); for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) { |