diff options
author | Alan Modra <amodra@gmail.com> | 2020-02-10 11:27:16 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-10 15:28:23 +1030 |
commit | 821948744f578be38aade35ae6db7deecb4ee7be (patch) | |
tree | 63c6964595a2ef911ad62a7ce022816fc50214aa /sim/m32c | |
parent | e1f85e11f5875ac00a4b41f0ac45f1ba16fe5aed (diff) | |
download | gdb-821948744f578be38aade35ae6db7deecb4ee7be.zip gdb-821948744f578be38aade35ae6db7deecb4ee7be.tar.gz gdb-821948744f578be38aade35ae6db7deecb4ee7be.tar.bz2 |
gas -Z flag
-Z is supposed to "generate object file even after errors". It
doesn't do so at the moment, unless you count a zero length object
file as useful output. Fixed for most targets as follows.
I suspect avr and pru need target patches.
* output-file.c (output_file_close): Do a normal close when
flag_always_generate_output.
* write.c (write_object_file): Don't stop output when
flag_always_generate_output.
Diffstat (limited to 'sim/m32c')
0 files changed, 0 insertions, 0 deletions