[PATCH] Fix another ARM GAS segment fault
Jie Zhang
jie@codesourcery.com
Tue Apr 6 09:50:00 GMT 2010
Even with the patch
http://sourceware.org/ml/binutils/2010-03/msg00262.html
there is still another case which will cause ARM GAS to crash. It's
possible that a new mapping symbol will be created at address 0 while
there is already another mapping symbol at address 0. So when we see
value == 0, we cannot assert first_map == NULL. This patch fixes it. No
regressions. Is it OK?
--
Jie Zhang
CodeSourcery
(650) 331-3385 x735
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gas-arm-first-mapping-symbols-with-same-value.diff
Type: text/x-patch
Size: 2462 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20100406/0a9fd7e5/attachment.bin>
More information about the Binutils
mailing list