From 6c98dd1ecb34134446cf93209f19d1f51a8603df Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 8 Jul 2005 05:44:53 +0000 Subject: [PATCH] * elf32-xtensa.c: Include unconditionally, not only when ANSI_PROTOTYPES is defined. Remove #ifdef logic. --- bfd/ChangeLog | 5 +++++ bfd/elf32-xtensa.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e046fc3..53b0932 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-07-08 Ben Elliston + + * elf32-xtensa.c: Include unconditionally, not only + when ANSI_PROTOTYPES is defined. Remove #ifdef logic. + 2005-07-07 H.J. Lu * elf-bfd.h (elf_backend_data): Add special_sections. diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 67ff80c..f80f8c6 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -21,11 +21,7 @@ #include "bfd.h" #include "sysdep.h" -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif #include #include "bfdlink.h" -- 2.7.4