aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2021-11-10 13:35:07 +0100
committerSimon Marchi <simon.marchi@polymtl.ca>2021-11-10 07:55:17 -0500
commitb08625af20ade108868edd6f31d1cee68889a0df (patch)
tree2a74a23fbe6f8f6015cdbe16c8cc8a6d677feab3 /bfd
parent7cfa8d93cbbe16424fe2190cb3d27fc94c59f39b (diff)
downloadgdb-b08625af20ade108868edd6f31d1cee68889a0df.zip
gdb-b08625af20ade108868edd6f31d1cee68889a0df.tar.gz
gdb-b08625af20ade108868edd6f31d1cee68889a0df.tar.bz2
gdb: adjust x_file fields on COFF readers
Commit e86fc4a5bc37 ("PR 28447: implement multiple parameters for .file on XCOFF") changes the structure associated to the internal representation of files in COFF formats. However, gdb directory update has been forgotten, leading to compilation errors of this kind: CXX coffread.o /home/simark/src/binutils-gdb/gdb/coffread.c: In function 'const char* coff_getfilename(internal_auxent*)': /home/simark/src/binutils-gdb/gdb/coffread.c:1343:29: error: 'union internal_auxent::<unnamed struct>::<unnamed>' has no member named 'x_zeroes' 1343 | if (aux_entry->x_file.x_n.x_zeroes == 0) | ^~~~~~~~ Fix it by adjusting the COFF code in GDB. Change-Id: I703fa134bc722d47515efbd72b88fa5650af6c3c
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions