* config/tc-arm.c (WARN_DEPRECATED): Enable.
authorNick Clifton <nickc@redhat.com>
Tue, 8 Aug 2006 08:23:25 +0000 (08:23 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 8 Aug 2006 08:23:25 +0000 (08:23 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 5cd43bb3c3eaede71fe70424ee6aa92c1c5b2222..fe28fccdf5c44dbf8b122e4c9bc56c31ee68120e 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-08  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (WARN_DEPRECATED): Enable.
+
 2006-08-05  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * config/tc-arm.c: Move "dwarf2dbg.h" inclusion out of OBJ_ELF
index a0d3a6319ffac7e4e53e3f8726a7c2f33fb1ab77..c77952278e9c57689f386fd760d776c24da5065e 100644 (file)
@@ -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).  */
This page took 0.047389 seconds and 4 git commands to generate.