https://sourceware.org/bugzilla/show_bug.cgi?id=18270
--- Comment #4 from Jiong Wang ---
patch for review https://sourceware.org/ml/binutils/2015-04/msg00302.html
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-bin
https://sourceware.org/bugzilla/show_bug.cgi?id=18270
--- Comment #5 from David Abdurachmanov
---
Thanks for the bugfix!
I think you mentioned a wrong PR in changelog. PR18279 instead of PR18270.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=18133
PaX Team changed:
What|Removed |Added
CC||pageexec at gmail dot com
--
You are rece
https://sourceware.org/bugzilla/show_bug.cgi?id=18133
--- Comment #1 from PaX Team ---
i can also reproduce it with this symbol:
_ZN23Parma_Polyhedra_Library9OR_MatrixINS_14Checked_NumberI10__gmp_exprIA1_12__mpz_structS4_ENS_26WRD_Extended_Number_Policy16any_row_iteratorIKS7_EpLImEENS_9Enable
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #1 from Rafael Ávila de Espíndola ---
Looks like the difference is just the default value of discard_locals.
With a current clang build:
bfd: 63574408 bytes
gold: 68768280 bytes
gold --discard-locals: 63623736 bytes
-