diff options
author | Clément Chigot <clement.chigot@atos.net> | 2021-11-15 10:37:36 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-15 23:07:11 +1030 |
commit | eae06bb301512a21277dd48a4bff025c4dceda9e (patch) | |
tree | 4f5fcc18608ee39d0a4c08d065c9706deeae164e /gdb/arm-none-tdep.c | |
parent | f9402ccaa9fac7858713a7672fae5760ae3d5ce7 (diff) | |
download | gdb-eae06bb301512a21277dd48a4bff025c4dceda9e.zip gdb-eae06bb301512a21277dd48a4bff025c4dceda9e.tar.gz gdb-eae06bb301512a21277dd48a4bff025c4dceda9e.tar.bz2 |
COFF: avoid modifications over C_FILE filename aux entries.
Commit e86fc4a5bc37 ("PR 28447: implement multiple parameters for .file
on XCOFF") introduces C_FILE entries which can store additional
information.
However, some modifications are needed by them but not by the original
C_FILE entries, usually representing the filename.
This patch ensures that filename entries are kept as is, in order to
protect targets not supporting the additional entries.
* coffgen.c (coff_write_symbol): Protect filename entries
(coff_write_symbols): Likewise.
(coff_print_symbol): Likewise.
Diffstat (limited to 'gdb/arm-none-tdep.c')
0 files changed, 0 insertions, 0 deletions