freebsd-dev/contrib/binutils/include
Dimitry Andric 34f4d02c2f Fix clang 6.0.0 compiler warnings in binutils
Latest clang git has a warning -Wnull-pointer-arithmetic which will
trigger a -Werror failure. Addition and subtraction from a null pointer
is undefined behaviour and could be optimized into anything.

Furthermore, using the difference between two pointers and casting the
result back to a pointer is not portable since the size of ptrdiff_t
does not necessary have to be the same as size of void* (this happens
e.g. on CHERI). Using intptr_t instead fixes this portability issue and
the compiler warning.

Submitted by;	Alexander Richardson
Obtained from:	CheriBSD
Differential Revision: https://reviews.freebsd.org/D12928
MFC after:	3 days
2017-12-24 16:51:59 +00:00
..
aout
coff
elf More ARM EABI object attributes in binutils. This adds support to binutils 2015-04-03 19:33:26 +00:00
opcode
alloca-conf.h
ansidecl.h
bfdlink.h
ChangeLog
demangle.h
dis-asm.h
dyn-string.h
fibheap.h
filenames.h
floatformat.h
fnmatch.h
fopen-bin.h
fopen-same.h
gdbm.h
hashtab.h
ieee.h
libiberty.h Replace local prototype of basename() with an inclusion of <libgen.h>. 2016-05-29 16:10:01 +00:00
MAINTAINERS
md5.h
objalloc.h
obstack.h Fix clang 6.0.0 compiler warnings in binutils 2017-12-24 16:51:59 +00:00
partition.h
progress.h
safe-ctype.h
sort.h
splay-tree.h
symcat.h
ternary.h
xregex2.h
xregex.h