This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 ports/12297] New: [PATCH] __start on MIPS (rather than _start) used on all Unices


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.


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