From 720abc6078548ab95eeba85b5be4e8b6322e8dd6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 8 Aug 2006 08:23:25 +0000 Subject: [PATCH] * config/tc-arm.c (WARN_DEPRECATED): Enable. --- gas/ChangeLog | 4 ++++ gas/config/tc-arm.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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). */ -- 2.30.2