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:
@ -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>
|
2014-04-28 Ondřej Bílka <neleai@seznam.cz>
|
||||||
|
|
||||||
[BZ #16754]
|
[BZ #16754]
|
||||||
|
3
README
3
README
@ -27,6 +27,7 @@ The GNU C Library supports these configurations for using Linux kernels:
|
|||||||
aarch64*-*-linux-gnu
|
aarch64*-*-linux-gnu
|
||||||
alpha*-*-linux-gnu
|
alpha*-*-linux-gnu
|
||||||
arm-*-linux-gnueabi
|
arm-*-linux-gnueabi
|
||||||
|
hppa-*-linux-gnu Not currently functional without patches.
|
||||||
i[4567]86-*-linux-gnu
|
i[4567]86-*-linux-gnu
|
||||||
x86_64-*-linux-gnu Can build either x86_64 or x32
|
x86_64-*-linux-gnu Can build either x86_64 or x32
|
||||||
ia64-*-linux-gnu
|
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,
|
the core glibc maintenance effort is contained in the `ports' add-on,
|
||||||
located in the `ports' subdirectory of the source tree.
|
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
|
If you are interested in doing a port, please contact the glibc
|
||||||
maintainers; see http://www.gnu.org/software/libc/ for more
|
maintainers; see http://www.gnu.org/software/libc/ for more
|
||||||
information.
|
information.
|
||||||
|
@ -42,4 +42,3 @@ endif
|
|||||||
# We implement a 64-bit `long double'. The standard says we can do this.
|
# We implement a 64-bit `long double'. The standard says we can do this.
|
||||||
# This means our `long double' and `double' are identical.
|
# This means our `long double' and `double' are identical.
|
||||||
long-double-fcts = no
|
long-double-fcts = no
|
||||||
|
|
@ -77,4 +77,3 @@ _fini:
|
|||||||
stwm %r4,64(%sp)
|
stwm %r4,64(%sp)
|
||||||
stw %r19,-32(%sp)
|
stw %r19,-32(%sp)
|
||||||
copy %r19,%r4
|
copy %r19,%r4
|
||||||
|
|
@ -85,4 +85,3 @@ _end_fini:
|
|||||||
.extern _fini
|
.extern _fini
|
||||||
.word _fini, _end_fini
|
.word _fini, _end_fini
|
||||||
.byte 0x08, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08
|
.byte 0x08, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08
|
||||||
|
|
@ -80,4 +80,3 @@ void _dl_unmap (struct link_map *map);
|
|||||||
#define DL_FIXUP_VALUE_CODE_ADDR(value) ((value).ip)
|
#define DL_FIXUP_VALUE_CODE_ADDR(value) ((value).ip)
|
||||||
#define DL_FIXUP_VALUE_ADDR(value) ((uintptr_t) &(value))
|
#define DL_FIXUP_VALUE_ADDR(value) ((uintptr_t) &(value))
|
||||||
#define DL_FIXUP_ADDR_VALUE(addr) (*(struct fdesc *) (addr))
|
#define DL_FIXUP_ADDR_VALUE(addr) (*(struct fdesc *) (addr))
|
||||||
|
|
@ -285,4 +285,3 @@ L(cont):
|
|||||||
.PROCEND
|
.PROCEND
|
||||||
cfi_endproc
|
cfi_endproc
|
||||||
.size _dl_runtime_profile, . - _dl_runtime_profile
|
.size _dl_runtime_profile, . - _dl_runtime_profile
|
||||||
|
|
@ -36,4 +36,3 @@ typedef double double_t; /* `double' expressions are evaluated as
|
|||||||
|
|
||||||
/* On hppa `long double' is 64-bits. */
|
/* On hppa `long double' is 64-bits. */
|
||||||
#undef __NO_LONG_DOUBLE_MATH
|
#undef __NO_LONG_DOUBLE_MATH
|
||||||
|
|
@ -51,4 +51,3 @@ feholdexcept (fenv_t *envp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
libm_hidden_def (feholdexcept)
|
libm_hidden_def (feholdexcept)
|
||||||
|
|
@ -34,4 +34,3 @@ fegetexceptflag (fexcept_t *flagp, int excepts)
|
|||||||
/* Success. */
|
/* Success. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
@ -34,4 +34,3 @@ __tls_get_addr (tls_index *ti)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -112,4 +112,3 @@
|
|||||||
__result; \
|
__result; \
|
||||||
})
|
})
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -2,4 +2,3 @@
|
|||||||
ifeq ($(subdir),stdlib)
|
ifeq ($(subdir),stdlib)
|
||||||
gen-as-const-headers += ucontext_i.sym
|
gen-as-const-headers += ucontext_i.sym
|
||||||
endif
|
endif
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user