This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/10381] sdt.h macros create relocatable addresses in non-writable allocated .probes section


------- Additional Comments From mjw at redhat dot com  2009-07-10 11:56 -------
commit 880fc23fa180ae9c9557e7ff945f5f1e750aef15
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jul 10 13:53:00 2009 +0200

    PR10381 sdt.h macros create relocatable addresses in non-writable section.
    
    Allocated section needs to be writable when creating pic shared objects
    because we store relocatable addresses in them.
    
    * includes/sys/sdt.h (ALLOCSEC): New macro, depends on __PIC__.
      (STAP_PROBE_DATA_): Use new ALLOCSEC macro.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=10381

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]