<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">DO_relsym.patch<br>
<br>
Contributers: Akira Hatanaka<br>
<br>
Relocation against a symbol, instead of against section. We had some extreme test cases where there were a lot of relocations applied relative to a large rodata section. Gas would create a symbol for each of these whereas we would be relative to the beginning
 of the rodata section. This change mimics what gas does. <br>
This is a direct object only change<br>
<br>
   lib/MC/ELFObjectWriter.cpp<br>
   llvm/test/CodeGen/Mips/2011-12-08-DO-relsym.ll : testcase<br>
<br>
<br>
</div>
</body>
</html>