forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user