Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466924 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
 <head>
 <head>
1
   <title>Paste #143056 at spacepaste</title>
1
   <title>Paste #143056 at spacepaste</title>
2
   <link rel="stylesheet" href="/static/reset-min.css" type="text/css">
2
   <link rel="stylesheet" href="/static/reset-min.css" type="text/css">
3
   <link rel="stylesheet" href="/static/spacepaste.css" type="text/css">
3
   <link rel="stylesheet" href="/static/spacepaste.css" type="text/css">
4
   <link rel="stylesheet" href="/static/print.css" type="text/css" media="print">
4
   <link rel="stylesheet" href="/static/print.css" type="text/css" media="print">
5
   <script type="text/javascript" src="/static/jquery-1.5.1.min.js"></script>
5
   <script type="text/javascript" src="/static/jquery-1.5.1.min.js"></script>
6
   <style type="text/css">
6
   <style type="text/css">
7
     #paste , .syntax .hll { background-color: #ffffcc }
7
     #paste , .syntax .hll { background-color: #ffffcc }
8
   </style>
8
   </style>
9
 </head>
9
 </head>
10
 <body>
10
 <body>
11
     <h1><a href="/">spacepaste</a></h1>
11
     <h1><a href="/">spacepaste</a></h1>
12
     <div id="content-area">
12
     <div id="content-area">
13
         <ul id="navigation">
13
         <ul id="navigation">
14
           <li>
14
           <li>
15
             <a href="/">new</a>
15
             <a href="/">new</a>
16
           </li>
16
           </li>
17
         </ul>
17
         </ul>
18
         
18
         
19
         <div class="content">
19
         <div class="content">
20
          
20
          
21
 <div class="related">
21
 <div class="related">
22
   <h2>Paste details</h2>
22
   <h2>Paste details</h2>
23
   <div class="quick">
23
   <div class="quick">
24
     <p><a href="/?reply_to=143056">reply</a> |
24
     <p><a href="/?reply_to=143056">reply</a> |
25
        <a href="/raw/143056/">raw</a></p>
25
        <a href="/raw/143056/">raw</a></p>
26
   </div>
26
   </div>
27
   <div class="content">
27
   <div class="content">
28
     <!--<p>posted on Oct 23, 2013 10:44:08 AM</p>-->
28
     <!--<p>posted on Oct 23, 2013 10:44:08 AM</p>-->
29
     <ul>
29
     <ul>
30
       <!--<li><a class="autoclose" href="/?reply_to=143056">reply to this paste</a></li>-->
30
       <!--<li><a class="autoclose" href="/?reply_to=143056">reply to this paste</a></li>-->
31
       <!--
31
       <!--
32
       
32
       
33
       
33
       
34
       
34
       
35
       -->
35
       -->
36
       <!--<li>Compare with another paste <form action="/compare/" method="post">
36
       <!--<li>Compare with another paste <form action="/compare/" method="post">
37
         <input type="hidden" name="old" value="143056">
37
         <input type="hidden" name="old" value="143056">
38
         <input type="text" name="new" value="#">
38
         <input type="text" name="new" value="#">
39
         <input type="submit" value="compare">
39
         <input type="submit" value="compare">
40
       </form></li>
40
       </form></li>
41
       </form></li>-->
41
       </form></li>-->
42
       <!--<li><a href="?linenos=no" onclick="LodgeIt.toggleLineNumbers(); return false;">toggle line numbers</a></li>-->
42
       <!--<li><a href="?linenos=no" onclick="LodgeIt.toggleLineNumbers(); return false;">toggle line numbers</a></li>-->
43
     </ul>
43
     </ul>
44
   </div>
44
   </div>
45
 </div>
45
 </div>
46
 <div id="paste" class="lang-text code">
46
 <div id="paste" class="lang-text code">
47
   <div class="code"><table class="syntaxtable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
47
   <div class="code"><table class="syntaxtable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
48
2
48
2
49
3
49
3
50
4
50
4
51
5
51
5
52
6
52
6
53
7
53
7
54
8
54
8
55
9
55
9
56
-- a/bfd/elf32-hppa.c
56
++ b/bfd/elf32-hppa.c
Lines 1765-1770 elf32_hppa_hide_symbol (struct bfd_link_info *info, Link Here
1765
  if (force_local)
1765
  if (force_local)
1766
    {
1766
    {
1767
      eh-&gt;forced_local = 1;
1767
      eh-&gt;forced_local = 1;
1768
      eh-&gt;dynamic_def = 0;
1769
      eh-&gt;def_dynamic = 0;
1770
      eh-&gt;verinfo.verdef = NULL;
1771
      eh-&gt;verinfo.vertree = NULL;
1772
1768
      if (eh-&gt;dynindx != -1)
1773
      if (eh-&gt;dynindx != -1)
1769
	{
1774
	{
1770
	  eh-&gt;dynindx = -1;
1775
	  eh-&gt;dynindx = -1;
1771
 </div>
1776
 </div>
1772
               Powered by <a href="http://buffer.io/+spacepaste/">spacepaste</a>.
1777
               Powered by <a href="http://buffer.io/+spacepaste/">spacepaste</a>.
1773
           </div>
1778
           </div>
1774
         </div>
1779
         </div>
1775
     </div>
1780
     </div>
1776
 var _gaq = _gaq || [];
1781
 var _gaq = _gaq || [];
1777
 _gaq.push(['_setAccount', 'UA-8867484-6']);
1782
 _gaq.push(['_setAccount', 'UA-8867484-6']);
1778
 _gaq.push(['_trackPageview']);
1783
 _gaq.push(['_trackPageview']);
1779
 (function() {
1784
 (function() {
1780
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1785
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1781
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
1786
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
1782
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1787
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1783
 })();
1788
 })();
1784
 </body>
1789
 </body>

Return to bug 466924