From: Nick Clifton Date: Tue, 8 Aug 2006 08:23:25 +0000 (+0000) Subject: * config/tc-arm.c (WARN_DEPRECATED): Enable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=720abc6078548ab95eeba85b5be4e8b6322e8dd6;p=binutils-gdb.git * config/tc-arm.c (WARN_DEPRECATED): Enable. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cd43bb3c3e..fe28fccdf5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-08-08 Nick Clifton + + * config/tc-arm.c (WARN_DEPRECATED): Enable. + 2006-08-05 Pedro Alves * config/tc-arm.c: Move "dwarf2dbg.h" inclusion out of OBJ_ELF diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index a0d3a6319ff..c77952278e9 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -42,8 +42,7 @@ #include "dwarf2dbg.h" -/* XXX Set this to 1 after the next binutils release. */ -#define WARN_DEPRECATED 0 +#define WARN_DEPRECATED 1 #ifdef OBJ_ELF /* Must be at least the size of the largest unwind opcode (currently two). */