Assorted compiler warning fixes
authorAlan Modra <amodra@gmail.com>
Sat, 10 Jan 2015 22:00:33 +0000 (08:30 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 12 Jan 2015 07:37:52 +0000 (18:07 +1030)
commitb38ead219b31fed4014cd5b1078da968744b879d
treeaa980814e17268e12648817156ffbbd9017fe100
parent005e54bb792bc74f1168def16f35078be588871a
Assorted compiler warning fixes

The C standard doesn't guarantee a function pointer can be cast to
void* and vice versa.

binutils/
* prdbg.c (print_debugging_info): Don't use void* for function
pointer param.
* budbg.h (print_debugging_info): Update prototype.
gas/
* read.c (s_altmacro, s_reloc): Make definition static.
binutils/ChangeLog
binutils/budbg.h
binutils/prdbg.c
gas/ChangeLog
gas/read.c
This page took 0.026158 seconds and 4 git commands to generate.