bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/16688] aarch64: bignums in literal pools do not work correctly


From: will.newton at gmail dot com
Subject: [Bug gas/16688] aarch64: bignums in literal pools do not work correctly
Date: Wed, 12 Mar 2014 14:48:32 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16688

--- Comment #3 from Will Newton <will.newton at gmail dot com> ---

Yes, this patch fixes the issue for me, thanks!

It would be nice to get the memory freed up. I think it should be safe to free
the data at the point of the fixme as the bignum field is only referenced in a
couple of places inside of tc-aarch64.c. I made this change (free bignum, set
it to NULL) and make check shows no change and the test still passes. Do you
foresee any issues with doing that?

There's some trailing whitespace on line 15 btw, and I guess we could do to add
a testcase.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]