summaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-10 08:16:08 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-10 08:16:08 +0000
commit2f27736d52583687b89b2a0c5dc0cd1ec4e111f0 (patch)
treece4574c72862185b6bebe3329c73a7b423dba8f7 /bfd/targets.c
parent09d0384e8cb42fdb605eda311f871bfdd5b4a70c (diff)
downloadbinutils-redhat-2f27736d52583687b89b2a0c5dc0cd1ec4e111f0.tar.gz
2010-06-10 Tristan Gingold <gingold@adacore.com>
* targets.c (bfd_target_list): Remove hp/ux compiler work-around as bfd requires an ANSI-C compiler.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 69a5a94b8e..61a8f2deaf 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -1588,11 +1588,6 @@ bfd_target_list (void)
{
int vec_length = 0;
bfd_size_type amt;
-#if defined (HOST_HPPAHPUX) && ! defined (__STDC__)
- /* The native compiler on the HP9000/700 has a bug which causes it
- to loop endlessly when compiling this file. This avoids it. */
- volatile
-#endif
const bfd_target * const *target;
const char **name_list, **name_ptr;