This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

[PULL REQUEST] Patches for alpha port


Hi all,

The alpha port of the GNU libc is currently in a bad state and is far
from building without patches. I have prepared a first set of patches in
a git repository, they are taken from the Debian repository.

I have written all this patches, and I have the required copyright
assignements. Could someone please merge those patches?

Thanks in advance,
Aurelien

--

The following changes since commit f40617927c9aee865a56af32f38354ea99b63b36:
  Paul Brook (1):
        Avoid invalid unwind directives when building crti.o and crtn.o for ARM EABI.

are available in the git repository at:

  git://git.aurel32.net/glibc-ports.git alpha-for-upstream

Aurelien Jarno (5):
      Adapt alpha version of getsysstats.c to the changes in the main Linux version
      * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
      Update include paths following the move of alpha to ports
      Fix link of ld.so on alpha (relocation errors).
      asm/elf.h don't exist anymore since linux kernel 2.6.25

 ChangeLog.alpha                                    |   30 ++++++++++++++++++++
 sysdeps/alpha/Makefile                             |    3 +-
 sysdeps/unix/sysv/linux/alpha/getdents64.c         |    2 +-
 sysdeps/unix/sysv/linux/alpha/getsysstats.c        |    5 ++-
 sysdeps/unix/sysv/linux/alpha/nptl/fork.c          |    2 +-
 sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h  |    5 +++
 sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c      |    2 +-
 sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c  |    2 +-
 sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c  |    2 +-
 .../unix/sysv/linux/alpha/nptl/timer_getoverr.c    |    2 +-
 sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c |    2 +-
 sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c |    2 +-
 sysdeps/unix/sysv/linux/alpha/sys/procfs.h         |   15 +++++++++-
 sysdeps/unix/sysv/linux/alpha/sysconf.c            |    2 +-
 14 files changed, 63 insertions(+), 13 deletions(-)

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


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