aboutsummaryrefslogtreecommitdiff
path: root/binutils/windmc.c
diff options
context:
space:
mode:
authorBruno Larsen <blarsen@redhat.com>2022-07-20 16:44:36 -0300
committerBruno Larsen <blarsen@redhat.com>2022-09-13 13:12:11 +0200
commit3f5bbc3e2075ef5061a815c73fdc277218489f22 (patch)
treed8ff7203958b089b8fd6196810515da8e1a94457 /binutils/windmc.c
parent6a69b0a1804fed5ad106ae0664733d6569f30061 (diff)
downloadbinutils-3f5bbc3e2075ef5061a815c73fdc277218489f22.zip
binutils-3f5bbc3e2075ef5061a815c73fdc277218489f22.tar.gz
binutils-3f5bbc3e2075ef5061a815c73fdc277218489f22.tar.bz2
explicitly test for stderr in gdb.base/dprintf.exp
Not all compilers add stderr debug information when compiling a program. Clang, for instance, prefers to add nothing from standard libraries and let an external debug package have this information. Because of this, gdb.base/dprintf.exp was failing when GDB attempted to use dprintf as a call to fprintf(stderrr, ...), like this: (gdb) PASS: gdb.base/dprintf.exp: call: fprintf: set dprintf style to call continue Continuing. kickoff 1234 also to stderr 1234 'stderr' has unknown type; cast it to its declared type (gdb) FAIL: gdb.base/dprintf.exp: call: fprintf: 1st dprintf (timeout) To avoid this false positive, we explicitly test to see if the compiler has added information about stderr at all, and abort testing dprintf as an fprintf call if it is unavailable.
Diffstat (limited to 'binutils/windmc.c')
0 files changed, 0 insertions, 0 deletions