diff options
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index 69a5a94..61a8f2d 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; |