------- Additional Comments From nickc at redhat dot com  2007-10-12 16:24 
-------
Hi Michael,

  Actually there is no need for the bufsz variable at all.  It is cleaner just
to give the symbuf array a constant size and then refer to 'sizeof (symbuf)' in
the code.  So that is what the uploaded patch does, and this is what I will be
checking in.

Cheers
  Nick

bfd/ChangeLog
2007-10-12  Nick Clifton  <[EMAIL PROTECTED]>

        PR 5160
        * elflink.c (eval_symbol): Remove bufsz variable and use
        sizeof(symbuf) where necessary.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5160

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to