CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/31 08:27:30
Modified files:
gnu/usr.bin/binutils/bfd: elfxx-mips.c
gnu/usr.bin/binutils-2.17/bfd: elfxx-mips.c
Log message:
Use consistent types in comparison to fix build with clang 10.
Instead of just checking if *namep is NULL, also check if the string
pointed by *namep is empty. This is probably the original intent of
the code.
OK kettenis@ jsg@ deraadt@
