]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2010-06-10 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 10 Jun 2010 08:16:11 +0000 (08:16 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 10 Jun 2010 08:16:11 +0000 (08:16 +0000)
* targets.c (bfd_target_list): Remove hp/ux compiler work-around
as bfd requires an ANSI-C compiler.

bfd/ChangeLog
bfd/targets.c

index ea74ef9f45f71f90b2759d5fb22d031bcd746a5f..31ae3c8d551fc041a93d8ea8211490522df59046 100644 (file)
@@ -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
index 69a5a94b8e1a9ebb0f7ec2709320d774d24aa757..61a8f2deaf3d431f5d506de13b4663bbc649b49b 100644 (file)
@@ -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;