Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C
[deliverable/binutils-gdb.git] / ld / ldfile.c
index 7258bb1c4dab5f0bd8fca56d83d0846e25d41f69..9fb2b2dab9e4ef24a29637693d362e776eedab9b 100644 (file)
@@ -136,8 +136,7 @@ ldfile_try_open_bfd (attempt, entry)
          if ((bfd_arch_get_compatible (check, output_bfd) == NULL)
              /* XCOFF archives can have 32 and 64 bit objects */
              && ! (bfd_get_flavour (check) == bfd_target_xcoff_flavour
-                   && bfd_get_flavour (output_bfd) == 
-                   bfd_target_xcoff_flavour
+                   && bfd_get_flavour (output_bfd) == bfd_target_xcoff_flavour
                    && bfd_check_format (entry->the_bfd, bfd_archive)))
            {
              einfo (_("%P: skipping incompatible %s when searching for %s\n"),
@@ -422,7 +421,7 @@ ldfile_add_arch (name)
 
 void
 ldfile_add_arch (in_name)
-     CONST char *in_name;
+     const char *in_name;
 {
   char *name = xstrdup (in_name);
   search_arch_type *new =
@@ -447,7 +446,7 @@ ldfile_add_arch (in_name)
 
 void
 ldfile_set_output_arch (string)
-     CONST char *string;
+     const char *string;
 {
   const bfd_arch_info_type *arch = bfd_scan_arch (string);
 
This page took 0.028539 seconds and 4 git commands to generate.