public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/4896] New: Update elf/elf.h R_PARISC_* relocations.
@ 2007-08-04 17:52 carlos at systemhalted dot org
  2007-08-04 17:53 ` [Bug libc/4896] " carlos at systemhalted dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2007-08-04 17:52 UTC (permalink / raw)
  To: glibc-bugs

The file elf/elf.h needs updating for hppa-linux-gnu.
New PLABEL relocations need to be added to handle proper OPD in executables.
New TLS relocations are required for TLS and NPTL.

Patch attached to this issue.

Tested without regression on hppa-linux-gnu.

Please apply to head.

-- 
           Summary: Update elf/elf.h R_PARISC_* relocations.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: carlos at systemhalted dot org
                CC: glibc-bugs at sources dot redhat dot com,roland at
                    redhat dot com
 GCC build triplet: hppa-linux-gnu
  GCC host triplet: hppa-linux-gnu
GCC target triplet: hppa-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4896] Update elf/elf.h R_PARISC_* relocations.
  2007-08-04 17:52 [Bug libc/4896] New: Update elf/elf.h R_PARISC_* relocations carlos at systemhalted dot org
@ 2007-08-04 17:53 ` carlos at systemhalted dot org
  2007-08-04 17:56 ` carlos at systemhalted dot org
  2007-08-21 14:17 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2007-08-04 17:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2007-08-04 17:53 -------
Created an attachment (id=1946)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1946&action=view)
Update relocations for hppa-linux-gnu.

This patch adds PLABEL, and TLS relocations for hppa-linux-gnu.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4896] Update elf/elf.h R_PARISC_* relocations.
  2007-08-04 17:52 [Bug libc/4896] New: Update elf/elf.h R_PARISC_* relocations carlos at systemhalted dot org
  2007-08-04 17:53 ` [Bug libc/4896] " carlos at systemhalted dot org
@ 2007-08-04 17:56 ` carlos at systemhalted dot org
  2007-08-21 14:17 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2007-08-04 17:56 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From carlos at systemhalted dot org  2007-08-04 17:56 -------
The PLABEL relocations are already part of the hppa-linux-gnu elf spec.

TeX file describing hppa-linux-gnu relocations for TLS.
http://cvs.parisc-linux.org/*checkout*/web/src/documentation/tls/hppa-tls-implementation.tex?content-type=text%2Fplain

Is there anything else needed to get these relocations upstream?

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4896] Update elf/elf.h R_PARISC_* relocations.
  2007-08-04 17:52 [Bug libc/4896] New: Update elf/elf.h R_PARISC_* relocations carlos at systemhalted dot org
  2007-08-04 17:53 ` [Bug libc/4896] " carlos at systemhalted dot org
  2007-08-04 17:56 ` carlos at systemhalted dot org
@ 2007-08-21 14:17 ` drepper at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2007-08-21 14:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-08-21 14:16 -------
I added it despite your patch being deficient:

- never submit patches for the changelog.  It's really not that hard to get your
brain around this, the changelog changes too frequently for that

- you weren't using tag characters.  That's crucial in headers since it reduces
the size of the files

- the comments were incorrectly formatted

In short, almost every single line had at least one mistake.  Way to go.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/4896] Update elf/elf.h R_PARISC_* relocations.
       [not found] <bug-4896-131@http.sourceware.org/bugzilla/>
@ 2011-03-16 21:24 ` roland at gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2011-03-16 21:24 UTC (permalink / raw)
  To: glibc-bugs

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

Roland McGrath <roland at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|roland at redhat dot com    |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-16 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-04 17:52 [Bug libc/4896] New: Update elf/elf.h R_PARISC_* relocations carlos at systemhalted dot org
2007-08-04 17:53 ` [Bug libc/4896] " carlos at systemhalted dot org
2007-08-04 17:56 ` carlos at systemhalted dot org
2007-08-21 14:17 ` drepper at redhat dot com
     [not found] <bug-4896-131@http.sourceware.org/bugzilla/>
2011-03-16 21:24 ` roland at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).