public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices
@ 2010-12-08 14:11 rmh at gnu dot org
  2010-12-08 17:13 ` [Bug ports/12297] " joseph at codesourcery dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rmh at gnu dot org @ 2010-12-08 14:11 UTC (permalink / raw)
  To: glibc-bugs

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

           Summary: [PATCH] __start on MIPS (rather than _start) used on
                    all Unices
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: roland@gnu.org
        ReportedBy: rmh@gnu.org


Created attachment 5147
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5147
patch

As shown in binutils source:

ld/emulparams/elf32bsmip.sh:ENTRY=__start
ld/emulparams/elf32bmipn32-defs.sh:ENTRY=__start
ld/emulparams/elf32lsmip.sh:ENTRY=__start
ld/emulparams/elf32btsmip.sh:ENTRY=__start

(correlated with files that include these, and with configure.tgt) __start is
the default on MIPS for all modern Unix platforms, not just those based on
Linux.

Please could you move entry.h appropiately?

'sysdeps/unix/sysv/linux/mips/entry.h' => 'sysdeps/unix/mips/entry.h'

Also, patch (with ChangeLog entry) is attached to fix a comment in
sysdeps/mips/dl-machine.h.

Thanks

-- 
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

* [Bug ports/12297] [PATCH] __start on MIPS (rather than _start) used on all Unices
  2010-12-08 14:11 [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices rmh at gnu dot org
@ 2010-12-08 17:13 ` joseph at codesourcery dot com
  2010-12-08 17:37 ` rmh at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: joseph at codesourcery dot com @ 2010-12-08 17:13 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2010-12-08 17:08:05 UTC ---
What non-Linux MIPS port are you working on?  I don't think it's worth 
doing anything like this without a concrete port for which it's useful; 
these abstraction layers in glibc are too poorly defined for it to make 
sense to move files based purely on a theoretical design.

-- 
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

* [Bug ports/12297] [PATCH] __start on MIPS (rather than _start) used on all Unices
  2010-12-08 14:11 [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices rmh at gnu dot org
  2010-12-08 17:13 ` [Bug ports/12297] " joseph at codesourcery dot com
@ 2010-12-08 17:37 ` rmh at gnu dot org
  2012-02-15 22:31 ` jsm28 at gcc dot gnu.org
  2014-06-30  6:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rmh at gnu dot org @ 2010-12-08 17:37 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Robert Millan <rmh at gnu dot org> 2010-12-08 17:18:36 UTC ---
mipsel-kfreebsd-gnu

-- 
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

* [Bug ports/12297] [PATCH] __start on MIPS (rather than _start) used on all Unices
  2010-12-08 14:11 [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices rmh at gnu dot org
  2010-12-08 17:13 ` [Bug ports/12297] " joseph at codesourcery dot com
  2010-12-08 17:37 ` rmh at gnu dot org
@ 2012-02-15 22:31 ` jsm28 at gcc dot gnu.org
  2014-06-30  6:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-15 22:31 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-15 22:30:21 UTC ---
Thanks, committed.

-- 
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

* [Bug ports/12297] [PATCH] __start on MIPS (rather than _start) used on all Unices
  2010-12-08 14:11 [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices rmh at gnu dot org
                   ` (2 preceding siblings ...)
  2012-02-15 22:31 ` jsm28 at gcc dot gnu.org
@ 2014-06-30  6:23 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30  6:23 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12297

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
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:[~2014-06-30  6:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08 14:11 [Bug ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices rmh at gnu dot org
2010-12-08 17:13 ` [Bug ports/12297] " joseph at codesourcery dot com
2010-12-08 17:37 ` rmh at gnu dot org
2012-02-15 22:31 ` jsm28 at gcc dot gnu.org
2014-06-30  6:23 ` fweimer at redhat dot com

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).