Chromium Code Reviews| Index: bfd/aout-tic30.c |
| diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c |
| index f3b0d36a3d8298cc7c9300de61eabfae192d9c66..d8ce9be32bee27f5251e63399641c5050e0a122e 100644 |
| --- a/bfd/aout-tic30.c |
| +++ b/bfd/aout-tic30.c |
| @@ -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 |