aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-10 08:16:11 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-10 08:16:11 +0000
commit318cadba83e60afaae565018559fddd49e35ffb4 (patch)
tree43a2993d95f8efa5eaca72bdba068825b99e97f5 /bfd
parent89507696901883db1e38b3fb6f005941d16edebc (diff)
downloadgdb-318cadba83e60afaae565018559fddd49e35ffb4.zip
gdb-318cadba83e60afaae565018559fddd49e35ffb4.tar.gz
gdb-318cadba83e60afaae565018559fddd49e35ffb4.tar.bz2
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')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/targets.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ea74ef9..31ae3c8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2010-06-09 Tristan Gingold <gingold@adacore.com>
* bfdio.c (bfd_bread): Fix the code to prevent reading past the
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;