1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Relocate hppa from ports to libc.

This commit is contained in:
Carlos O'Donell
2014-04-29 03:08:48 -04:00
parent 4e4a58f4ee
commit 5abebba403
152 changed files with 41 additions and 61 deletions

View File

@ -1,3 +1,10 @@
2014-05-29 Carlos O'Donell <carlos@systemhalted.org>
* sysdeps/hppa: Move directory from ports/sysdeps/hppa.
* sysdeps/unix/sysv/linux/hppa: Move directory from
ports/systeps/unix/sysv/linux/hppa.
* README: Update listing for hppa-*-linux-gnu.
2014-04-28 Ondřej Bílka <neleai@seznam.cz>
[BZ #16754]

3
README
View File

@ -27,6 +27,7 @@ The GNU C Library supports these configurations for using Linux kernels:
aarch64*-*-linux-gnu
alpha*-*-linux-gnu
arm-*-linux-gnueabi
hppa-*-linux-gnu Not currently functional without patches.
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
ia64-*-linux-gnu
@ -48,8 +49,6 @@ The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.
hppa-*-linux-gnu Not currently functional without patches.
If you are interested in doing a port, please contact the glibc
maintainers; see http://www.gnu.org/software/libc/ for more
information.

View File

@ -42,4 +42,3 @@ endif
# We implement a 64-bit `long double'. The standard says we can do this.
# This means our `long double' and `double' are identical.
long-double-fcts = no

View File

@ -77,4 +77,3 @@ _fini:
stwm %r4,64(%sp)
stw %r19,-32(%sp)
copy %r19,%r4

View File

@ -85,4 +85,3 @@ _end_fini:
.extern _fini
.word _fini, _end_fini
.byte 0x08, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08

View File

@ -80,4 +80,3 @@ void _dl_unmap (struct link_map *map);
#define DL_FIXUP_VALUE_CODE_ADDR(value) ((value).ip)
#define DL_FIXUP_VALUE_ADDR(value) ((uintptr_t) &(value))
#define DL_FIXUP_ADDR_VALUE(addr) (*(struct fdesc *) (addr))

View File

@ -285,4 +285,3 @@ L(cont):
.PROCEND
cfi_endproc
.size _dl_runtime_profile, . - _dl_runtime_profile

View File

@ -36,4 +36,3 @@ typedef double double_t; /* `double' expressions are evaluated as
/* On hppa `long double' is 64-bits. */
#undef __NO_LONG_DOUBLE_MATH

View File

@ -51,4 +51,3 @@ feholdexcept (fenv_t *envp)
}
libm_hidden_def (feholdexcept)

View File

@ -34,4 +34,3 @@ fegetexceptflag (fexcept_t *flagp, int excepts)
/* Success. */
return 0;
}

View File

@ -34,4 +34,3 @@ __tls_get_addr (tls_index *ti)
}
#endif

View File

@ -112,4 +112,3 @@
__result; \
})
#endif

View File

@ -2,4 +2,3 @@
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif

Some files were not shown because too many files have changed in this diff Show More