Remove trailing redundant `;'
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Nov 2012 08:29:34 +0000 (08:29 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Nov 2012 08:29:34 +0000 (08:29 +0000)
bfd/

* aout-tic30.c (MY_final_link_callback): Remove trailing
redundant `;'.
* coff-h8500.c (extra_case): Likewise.
(bfd_coff_reloc16_get_value): Likewise.
* dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Likewise.
* elf.c (_bfd_elf_slurp_version_tables): Likewise.
* elf32-frv.c (elf32_frv_relocate_section): Likewise.
* elf32-v850.c (v850_elf_perform_relocation): Likewise.
* opncls.c (bfd_calc_gnu_debuglink_crc32): Likewise.
* plugin.c (add_symbols): Likewise.
* reloc.c (bfd_check_overflow): Likewise.
* vms-lib.c (_bfd_vms_lib_archive_p): Likewise.

binutils/

* coffgrok.c (coff_grok): Remove trailing redundant `;'.
* resrc.c (open_input_stream): Likewise.

gas/

* config/atof-ieee.c (gen_to_words): Remove trailing redundant
`;'.
* config/atof-vax.c (flonum_gen2vax): Likewise.
* config/tc-d10v.c (write_2_short): Likewise.
* config/tc-i386-intel.c (i386_intel_simplify): Likewise.
* config/tc-s390.c (tc_s390_force_relocation): Likewise.
* config/tc-v850.c (md_parse_option): Likewise.
* config/tc-xtensa.c (find_address_of_next_align_frag): Likewise.
* dwarf2dbg.c (out_header): Likewise.
* symbols.c (dollar_label_name): Likewise.
(fb_label_name): Likewise.

ld/

* testplug.c (record_add_file): Remove trailing redundant `;'.

opcodes/

* aarch64-opc.h (gen_mask): Remove trailing redundant `;'.
* ia64-gen.c (fetch_insn_class): Likewise.

29 files changed:
bfd/ChangeLog
bfd/aout-tic30.c
bfd/coff-h8500.c
bfd/dwarf2.c
bfd/elf.c
bfd/elf32-frv.c
bfd/elf32-v850.c
bfd/opncls.c
bfd/plugin.c
bfd/reloc.c
bfd/vms-lib.c
binutils/ChangeLog
binutils/coffgrok.c
binutils/resrc.c
gas/ChangeLog
gas/config/atof-ieee.c
gas/config/atof-vax.c
gas/config/tc-d10v.c
gas/config/tc-i386-intel.c
gas/config/tc-s390.c
gas/config/tc-v850.c
gas/config/tc-xtensa.c
gas/dwarf2dbg.c
gas/symbols.c
ld/ChangeLog
ld/testplug.c
opcodes/ChangeLog
opcodes/aarch64-opc.h
opcodes/ia64-gen.c

index 4d32f216bb6119d34610e7149f4eee2be60f88a8..85e94b9b5b09b6372c86e0ffe165f2a725a9e5d5 100644 (file)
@@ -1,3 +1,18 @@
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aout-tic30.c (MY_final_link_callback): Remove trailing
+       redundant `;'.
+       * coff-h8500.c (extra_case): Likewise.
+       (bfd_coff_reloc16_get_value): Likewise.
+       * dwarf2.c (_bfd_dwarf2_cleanup_debug_info): Likewise.
+       * elf.c (_bfd_elf_slurp_version_tables): Likewise.
+       * elf32-frv.c (elf32_frv_relocate_section): Likewise.
+       * elf32-v850.c (v850_elf_perform_relocation): Likewise.
+       * opncls.c (bfd_calc_gnu_debuglink_crc32): Likewise.
+       * plugin.c (add_symbols): Likewise.
+       * reloc.c (bfd_check_overflow): Likewise.
+       * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
+
 2012-11-08  Tom Tromey  <tromey@redhat.com>
 
        * elf.c (elfcore_grok_note) <NT_SIGINFO>: New case; make
index f3b0d36a3d8298cc7c9300de61eabfae192d9c66..d8ce9be32bee27f5251e63399641c5050e0a122e 100644 (file)
@@ -701,7 +701,7 @@ MY_final_link_callback (bfd *abfd,
 
   *ptreloff = obj_datasec (abfd)->filepos + execp->a_data;
   *pdreloff = *ptreloff + execp->a_trsize;
-  *psymoff = *pdreloff + execp->a_drsize;;
+  *psymoff = *pdreloff + execp->a_drsize;
 }
 
 #endif
index 1fae964924aa243863e6a6506020aa05d8f0ce8c..9b645999211a6d4c98a9b284d3249914cb06c551 100644 (file)
@@ -222,7 +222,7 @@ extra_case (bfd *in_abfd,
        v = (v & 0x00ffffff) | (o & 0xff00000);
        bfd_put_32 (in_abfd, (bfd_vma) v, data  + *dst_ptr -1);
        (*dst_ptr) += 3;
-       (*src_ptr) += 3;;
+       (*src_ptr) += 3;
       }
       break;
     case R_H8500_IMM32:
@@ -230,7 +230,7 @@ extra_case (bfd *in_abfd,
        int v = bfd_coff_reloc16_get_value (reloc, link_info, input_section);
        bfd_put_32 (in_abfd, (bfd_vma) v, data  + *dst_ptr);
        (*dst_ptr) += 4;
-       (*src_ptr) += 4;;
+       (*src_ptr) += 4;
       }
       break;
 
index b96b6abffd0303a5b572c19599fad51235d8a2d1..1153c39296d11e48fb98a3a73936fbc5f633dab7 100644 (file)
@@ -3624,7 +3624,7 @@ _bfd_dwarf2_find_inliner_info (bfd *abfd ATTRIBUTE_UNUSED,
 void
 _bfd_dwarf2_cleanup_debug_info (bfd *abfd, void **pinfo)
 {
-  struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo;;
+  struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo;
   struct comp_unit *each;
 
   if (abfd == NULL || stash == NULL)
index 4465f480af7b5021568c10c7f2a509ea40af8205..f40e81bbd52c4c310662e64c5ba346e17a83e147 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -7362,7 +7362,7 @@ error_return_verdef:
       Elf_Internal_Verdef *iverdef;
       Elf_Internal_Verdaux *iverdaux;
 
-      iverdef = &elf_tdata (abfd)->verdef[freeidx - 1];;
+      iverdef = &elf_tdata (abfd)->verdef[freeidx - 1];
 
       iverdef->vd_version = VER_DEF_CURRENT;
       iverdef->vd_flags = 0;
index 148173308d70d49d81778c8b4844ee9fcc7f0a6f..c2b74c640b2740d5ce472de60b1e790264bdbb0e 100644 (file)
@@ -3363,7 +3363,7 @@ elf32_frv_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
                   with ldi @(grB, #gottlsoff12(symbol+offset), grC.
                   Preserve the packing bit.  */
                insn = (insn & (unsigned long)0xfe03f000)
-                 | (unsigned long)0x00c80000;;
+                 | (unsigned long)0x00c80000;
                bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
 
                r_type = R_FRV_GOTTLSOFF12;
index 11fbbb4cbc302d2e83a4a839401a1277f518d2ed..6cf275f27962ba67d3796ee67fc871ff68ad9485 100644 (file)
@@ -624,7 +624,7 @@ v850_elf_perform_relocation (bfd *abfd,
     case R_V850_CALLT_15_16_OFFSET:
       insn = bfd_get_16 (abfd, address);
 
-      addend += insn & 0xfffe;;
+      addend += insn & 0xfffe;
 
       saddend = (bfd_signed_vma) addend;
 
index 728b2b02a6327b129300df51eaee2b50c3d95a02..7bd2fdc3d10a79a32bf11922aef5ae2e678b0750 100644 (file)
@@ -1135,7 +1135,7 @@ bfd_calc_gnu_debuglink_crc32 (unsigned long crc,
   crc = ~crc & 0xffffffff;
   for (end = buf + len; buf < end; ++ buf)
     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
-  return ~crc & 0xffffffff;;
+  return ~crc & 0xffffffff;
 }
 
 
index 8d2c4b2014f782d23444e5280059e62cbba40a74..13192034880b0e81ff7fb389bef48fed2795fb67 100644 (file)
@@ -137,7 +137,7 @@ add_symbols (void * handle,
 {
   bfd *abfd = handle;
   struct plugin_data_struct *plugin_data =
-    bfd_alloc (abfd, sizeof (plugin_data_struct));;
+    bfd_alloc (abfd, sizeof (plugin_data_struct));
 
   plugin_data->nsyms = nsyms;
   plugin_data->syms = syms;
index f8540a73d949e67eab7eabae6883ad7999796efd..e0978871828846b2b94944c58b75f509733f50dc 100644 (file)
@@ -503,7 +503,7 @@ bfd_check_overflow (enum complain_overflow how,
   fieldmask = N_ONES (bitsize);
   signmask = ~fieldmask;
   addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
-  a = (relocation & addrmask) >> rightshift;;
+  a = (relocation & addrmask) >> rightshift;
 
   switch (how)
     {
index 8f15419fa38011f4cb8a3e79c450d03d3923b79a..8aa0e9a7f4009f5836df35095dc60d3f69468095 100644 (file)
@@ -630,7 +630,7 @@ _bfd_vms_lib_archive_p (bfd *abfd, enum vms_lib_kind kind)
 
  err:
   bfd_release (abfd, tdata);
-  abfd->tdata.any = (void *)tdata_hold;;
+  abfd->tdata.any = (void *)tdata_hold;
   return NULL;
 }
 
index 393843b225bfcc9f69cb7bfcab66fa87f3484b18..fb31b7322db5e42872d071004b5f5a3c1f44a004 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * coffgrok.c (coff_grok): Remove trailing redundant `;'.
+       * resrc.c (open_input_stream): Likewise.
+
 2012-11-08  Alan Modra  <amodra@gmail.com>
 
        * po/POTFILES.in: Regenerate.
index 97574e7d0ca475ec856ef0ea4c6b23fe180dd098..746edc1fad70cee99b9a4bad385a9a2c6a64095f 100644 (file)
@@ -736,7 +736,7 @@ coff_grok (bfd *inabfd)
   if (symcount < 0)
     bfd_fatal (abfd->filename);
   rawsyms = obj_raw_syments (abfd);
-  rawcount = obj_raw_syment_count (abfd);;
+  rawcount = obj_raw_syment_count (abfd);
   tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
 
   p = doit ();
index 9d1abbc94e0095cbb8af4dd905db5b4c9ba00c34..bfc3bd4a445d352846f2d7c285c13cd8a243748e 100644 (file)
@@ -323,7 +323,7 @@ open_input_stream (char *cmd)
       if (run_cmd (cmd, cpp_temp_file))
        fatal (_("can't execute `%s': %s"), cmd, strerror (errno));
 
-      cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);;
+      cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);
       if (cpp_pipe == NULL)
        fatal (_("can't open temporary file `%s': %s"),
               cpp_temp_file, strerror (errno));
index 69e161d4f9f4691dcc5067244d270e51de641ceb..9b162f5fa5abc13df5a422df0c5c1ccd1870fd04 100644 (file)
@@ -1,3 +1,17 @@
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/atof-ieee.c (gen_to_words): Remove trailing redundant
+       `;'.
+       * config/atof-vax.c (flonum_gen2vax): Likewise.
+       * config/tc-d10v.c (write_2_short): Likewise.
+       * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
+       * config/tc-s390.c (tc_s390_force_relocation): Likewise.
+       * config/tc-v850.c (md_parse_option): Likewise.
+       * config/tc-xtensa.c (find_address_of_next_align_frag): Likewise.
+       * dwarf2dbg.c (out_header): Likewise.
+       * symbols.c (dollar_label_name): Likewise.
+       (fb_label_name): Likewise.
+
 2012-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * config/tc-mips.c (mips_ip) <'u'>: Default to BFD_RELOC_LO16.
index 4ceb0b9537e9f036f4e9af6aa6d7a6e382936a7e..32e57076a431cf9a10ef3a88c007edcb214d1523 100644 (file)
@@ -419,7 +419,7 @@ gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits)
                     - generic_floating_point_number.low);
 
   /* Seek (and forget) 1st significant bit.  */
-  for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage);;
+  for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage);
   exponent_1 = (generic_floating_point_number.exponent
                + generic_floating_point_number.leader
                + 1
index e0125268616ff5da0959c31dc684378e6f56215b..6e81ffe3ab4973b1eb7c6dca2d6b1907170c5fd3 100644 (file)
@@ -295,7 +295,7 @@ flonum_gen2vax (int format_letter,  /* One of 'd' 'f' 'g' 'h'.  */
          /* Seek (and forget) 1st significant bit.  */
          for (exponent_skippage = 0;
               !next_bits (1);
-              exponent_skippage++);;
+              exponent_skippage++);
 
          exponent_1 = f->exponent + f->leader + 1 - f->low;
          /* Radix LITTLENUM_RADIX, point just higher than f->leader.  */
index 8ba4f30edc6302b494b150050383abd81c7fb4cb..983c2f80c47043cc8f19c7c250d74beb017987e5 100644 (file)
@@ -1119,7 +1119,7 @@ write_2_short (struct d10v_opcode *opcode1,
 static unsigned long prev_insn;
 static struct d10v_opcode *prev_opcode = 0;
 static subsegT prev_subseg;
-static segT prev_seg = 0;;
+static segT prev_seg = 0;
 
 /* Find the symbol which has the same name as the register in exp.  */
 
index 099cbfcd9479af615c9d1eee4cee59444f9338ce..aefdc2a9c7cb4f5968143fee1864e7f5dbdd31f5 100644 (file)
@@ -337,7 +337,7 @@ static int i386_intel_simplify (expressionS *e)
          if (!i386_intel_simplify_symbol (e->X_add_symbol)
              || !i386_intel_check(the_reg, intel_state.base,
                                   intel_state.index))
-           return 0;;
+           return 0;
        }
       if (!intel_state.in_offset)
        ++intel_state.in_bracket;
index 11e3c47415f964d7fedc2e22eda6f2f1b4782c75..28b526ce490975ae755dcd33c74c4b7a9e35b7d3 100644 (file)
@@ -2111,7 +2111,7 @@ tc_s390_force_relocation (struct fix *fixp)
     case BFD_RELOC_390_GOTPLTENT:
       return 1;
     default:
-      break;;
+      break;
     }
 
   return generic_force_reloc (fixp);
index 1340b4efa656512c22296658f8296029fa52d92b..4c1428b9a368bddfd3aff2af861dcdc4a87dd91e 100644 (file)
@@ -1391,7 +1391,7 @@ md_parse_option (int c, char *arg)
     }
   else if (strcmp (arg, "extension") == 0)
     {
-      processor_mask |= PROCESSOR_OPTION_EXTENSION | PROCESSOR_OPTION_ALIAS;;
+      processor_mask |= PROCESSOR_OPTION_EXTENSION | PROCESSOR_OPTION_ALIAS;
     }
   else if (strcmp (arg, "no-bcond17") == 0)
     {
index 3624cc99d0596169c77a159664a03bb2e94d4604..707553105017b3db6fca87f7d46ffd57d97bc780 100644 (file)
@@ -8878,7 +8878,7 @@ find_address_of_next_align_frag (fragS **fragPP,
                  (*widens)++;
                  break;
                }
-             address += total_frag_text_expansion (fragP);;
+             address += total_frag_text_expansion (fragP);
              break;
 
            case RELAX_IMMED:
index 2fa6d51cb0ba7a02a5f952a99fca1cf380842020..76b5fe0fe7ba04dda65d894b492fc4a44d23b5a8 100644 (file)
@@ -1447,7 +1447,7 @@ out_header (asection *sec, expressionS *exp)
   symbolS *end_sym;
 
   subseg_set (sec, 0);
-  start_sym = symbol_temp_new_now ();;
+  start_sym = symbol_temp_new_now ();
   end_sym = symbol_temp_make ();
 
   /* Total length of the information.  */
index 1f325c4be0859e1410145c4016bd127a3f4df051..60b17936e2f9c59d9b72349a03c022f17c75d4c8 100644 (file)
@@ -1702,7 +1702,7 @@ dollar_label_name (register long n,       /* we just saw "n$:" : n a number.  */
       *q = i % 10 + '0';
       i /= 10;
     }
-  while ((*p++ = *--q) != '\0');;
+  while ((*p++ = *--q) != '\0');
 
   /* The label, as a '\0' ended string, starts at symbol_name_build.  */
   return symbol_name_build;
@@ -1873,7 +1873,7 @@ fb_label_name (long n,    /* We just saw "n:", "nf" or "nb" : n a number.  */
       *q = i % 10 + '0';
       i /= 10;
     }
-  while ((*p++ = *--q) != '\0');;
+  while ((*p++ = *--q) != '\0');
 
   /* The label, as a '\0' ended string, starts at symbol_name_build.  */
   return (symbol_name_build);
index e327bbc69a3cf6b8f12a5a06e6e8da59d0fca8db..fc5b81b3d562c085c9361f946021b0c3e1a8e6eb 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testplug.c (record_add_file): Remove trailing redundant `;'.
+
 2012-11-05  Alan Modra  <amodra@gmail.com>
 
        * configure.in: Apply 2012-09-10 change to config.in here.
index 3be1ed4142d435c2089b045426fb37bd06b0c5b7..9d6ec96741288b1851689a19bc01e1abfe8680f1 100644 (file)
@@ -168,7 +168,7 @@ record_add_file (const char *file, addfile_enum_t type)
     return LDPS_ERR;
   newfile->next = NULL;
   newfile->name = file;
-  newfile->type = type;;
+  newfile->type = type;
   /* Chain it on the end of the list.  */
   *addfiles_tail_chain_ptr = newfile;
   addfiles_tail_chain_ptr = &newfile->next;
index e85662882eb6bb924c8ebd26373bcd3de6d083af..9400f5c5f1e66b85f8da05d94040441c01c17d53 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aarch64-opc.h (gen_mask): Remove trailing redundant `;'.
+       * ia64-gen.c (fetch_insn_class): Likewise.
+
 2012-11-08  Alan Modra  <amodra@gmail.com>
 
        * po/POTFILES.in: Regenerate.
index d475fa497d8d2b333375287bcc4b6ef6b59bb880..b46f7dafc74f133780fa8494729e3fd83b47b227 100644 (file)
@@ -212,7 +212,7 @@ reset_operand_qualifier (aarch64_inst *inst, int idx)
 static inline aarch64_insn
 gen_mask (int width)
 {
-  return ((aarch64_insn) 1 << width) - 1;;
+  return ((aarch64_insn) 1 << width) - 1;
 }
 
 /* LSB_REL is the relative location of the lsb in the sub field, starting from 0.  */
index 042c0fd4c618a10ceaab9e6f8f15ffcda8d9b58e..bcb4e25ad2b562e5222e628b612b113de2ceb540 100644 (file)
@@ -570,7 +570,7 @@ fetch_insn_class (const char *full_name, int create)
 
       ics[ind]->nsubs = 1;
       ics[ind]->subs = tmalloc(int);
-      ics[ind]->subs[0] = fetch_insn_class (subname, 1);;
+      ics[ind]->subs[0] = fetch_insn_class (subname, 1);
     }
 
   while (xsect)