From b38ead219b31fed4014cd5b1078da968744b879d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 11 Jan 2015 08:30:33 +1030 Subject: 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. --- gas/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 97422c1..a0deb6a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-01-12 Alan Modra + + * read.c (s_altmacro, s_reloc): Make definition static. + 2015-01-10 Andrew Burgess * config/tc-avr.c (md_apply_fix): Update the contents of VALP for -- cgit v1.1