From 1651e569b457b0cbd6d0a57c09950166c7503f6b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 4 Jan 2014 21:47:10 -0700 Subject: remove VA_* from binutils This removes the last uses of the obsolete VA_* macros from binutils. All the binutils and bfd changes were tested by rebuilding. I didn't rebuild the gas change but I think it is obviously correct. 2014-01-07 Tom Tromey * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility wrappers. 2014-01-07 Tom Tromey * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with stdarg macros. * dlltool.c (inform): Replace obsolete VA_* macros with stdarg macros. * dllwrap.c (inform, warn): Replace obsolete VA_* macros with stdarg macros. 2014-01-07 Tom Tromey * config/tc-tic30.c (debug): Avoid old VA_* compatibility wrappers. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 83a9891..894b0b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-01-07 Tom Tromey + + * elf32-xtensa.c (vsprint_msg): Don't use old VA_* compatibility + wrappers. + 2014-01-03 Nick Clifton PR binutils/16199 -- cgit v1.1