binutils-gdb/libctf
Eli Zaretskii 555adca2e3 libctf: compilation failure on MinGW due to missing errno values
This commit fixes a compilation failure in a couple of libctf files
due to the use of EOVERFLOW and ENOTSUP, which are not defined
when compiling on MinGW.

libctf/ChangeLog:

	PR binutils/25155:
	* ctf-create.c (EOVERFLOW): If not defined by system header,
	redirect to ERANGE as a poor man's substitute.
	* ctf-subr.c (ENOTSUP): If not defined, use ENOSYS instead.

(cherry picked from commit 50500ecfef)
2020-07-26 16:11:36 -07:00
..
.gitignore libctf: restructure error handling to reduce relocations 2020-07-22 17:57:20 +01:00
aclocal.m4 libctf, dedup: add new configure option --enable-libctf-hash-debugging 2020-07-22 18:02:19 +01:00
ChangeLog libctf: compilation failure on MinGW due to missing errno values 2020-07-26 16:11:36 -07:00
config.h.in libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
configure libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
configure.ac libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
ctf-archive.c libctf, binutils: fix big-endian libctf archive opening 2020-07-22 18:05:32 +01:00
ctf-create.c libctf: compilation failure on MinGW due to missing errno values 2020-07-26 16:11:36 -07:00
ctf-decl.c libctf, decl: avoid leaks of the formatted string on error 2020-07-22 18:02:17 +01:00
ctf-decls.h libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
ctf-dedup.c libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
ctf-dump.c libctf, dump: fix slice dumping 2020-07-22 18:02:18 +01:00
ctf-endian.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
ctf-error.c libctf: drop error-prone ctf_strerror 2020-07-22 18:02:18 +01:00
ctf-hash.c libctf: fixes for systems on which sizeof (void *) > sizeof (long) 2020-07-22 18:05:32 +01:00
ctf-impl.h libctf, link: tie in the deduplicating linker 2020-07-22 18:02:19 +01:00
ctf-inlines.h libctf, ld, binutils: add textual error/warning reporting for libctf 2020-07-22 18:02:17 +01:00
ctf-labels.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
ctf-link.c libctf, link: tie in the deduplicating linker 2020-07-22 18:02:19 +01:00
ctf-lookup.c libctf: fix isspace casts 2020-07-22 18:05:32 +01:00
ctf-open-bfd.c libctf, open: fix opening CTF in binaries with no symtab 2020-07-22 18:02:18 +01:00
ctf-open.c libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
ctf-qsort_r.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
ctf-sha1.c libctf: add SHA-1 support for libctf 2020-07-22 18:02:18 +01:00
ctf-sha1.h libctf: add SHA-1 support for libctf 2020-07-22 18:02:18 +01:00
ctf-string.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
ctf-subr.c libctf: compilation failure on MinGW due to missing errno values 2020-07-26 16:11:36 -07:00
ctf-types.c libctf: fixes for systems on which sizeof (void *) > sizeof (long) 2020-07-22 18:05:32 +01:00
ctf-util.c libctf, link: tie in the deduplicating linker 2020-07-22 18:02:19 +01:00
elf.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
libctf.ver libctf, link: add the ability to filter out variables from the link 2020-07-22 18:02:18 +01:00
Makefile.am libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
Makefile.in libctf, dedup: add deduplicator 2020-07-22 18:02:19 +01:00
mkerrors.sed libctf: restructure error handling to reduce relocations 2020-07-22 17:57:20 +01:00
swap.h libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_* 2020-06-26 15:56:39 +01:00