[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/5160] bfd/elflink.c with native HP cc: error #2028: expres
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/5160] bfd/elflink.c with native HP cc: error #2028: expression must have a constant value |
Date: |
12 Oct 2007 16:24:52 -0000 |
------- 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 <address@hidden>
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.