diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-28 16:32:07 -0800 |
| commit | 5a2f2d11116a20beffa1b278c4b56c07833f7b1d (patch) | |
| tree | 16fb7fe5375cf0e8a4fa7c836ffc6aff69fe4286 /pkg/binutils/patch | |
| parent | 3bcba3aa6c63bdcd1d329915615144620642144b (diff) | |
binutils: Update to 2.36
Diffstat (limited to 'pkg/binutils/patch')
3 files changed, 21 insertions, 21 deletions
diff --git a/pkg/binutils/patch/0001-libiberty-Implement-pex_unix_exec_child-using-posix_.patch b/pkg/binutils/patch/0001-libiberty-Implement-pex_unix_exec_child-using-posix_.patch index 7677742f..6378c88e 100644 --- a/pkg/binutils/patch/0001-libiberty-Implement-pex_unix_exec_child-using-posix_.patch +++ b/pkg/binutils/patch/0001-libiberty-Implement-pex_unix_exec_child-using-posix_.patch @@ -1,4 +1,4 @@ -From f68705915679bbb5e42d553a7f4b284830035502 Mon Sep 17 00:00:00 2001 +From 662b185803a405b9c945e7e2de9766723f6a7ad7 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Wed, 17 Apr 2019 16:44:05 -0700 Subject: [PATCH] libiberty: Implement pex_unix_exec_child using posix_spawn @@ -35,10 +35,10 @@ index f7052b5d95..ce79a9e77f 100644 #undef HAVE_STDINT_H diff --git a/libiberty/configure b/libiberty/configure -index 1f8e23f0d2..001b3d2980 100755 +index b6af9baf21..139955e68a 100755 --- a/libiberty/configure +++ b/libiberty/configure -@@ -5467,7 +5467,7 @@ host_makefile_frag=${frag} +@@ -5481,7 +5481,7 @@ host_makefile_frag=${frag} # It's OK to check for header files. Although the compiler may not be # able to link anything, it had better be able to at least compile # something. @@ -47,7 +47,7 @@ index 1f8e23f0d2..001b3d2980 100755 do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header" -@@ -5976,9 +5976,9 @@ funcs="$funcs setproctitle" +@@ -5990,9 +5990,9 @@ funcs="$funcs setproctitle" vars="sys_errlist sys_nerr sys_siglist" checkfuncs="__fsetlocking canonicalize_file_name dup3 getrlimit getrusage \ @@ -60,7 +60,7 @@ index 1f8e23f0d2..001b3d2980 100755 # These are neither executed nor required, but they help keep # autoheader happy without adding a bunch of text to acconfig.h. -@@ -5992,7 +5992,7 @@ if test "x" = "y"; then +@@ -6006,7 +6006,7 @@ if test "x" = "y"; then index insque \ memchr memcmp memcpy memmem memmove memset mkstemps \ on_exit \ @@ -70,10 +70,10 @@ index 1f8e23f0d2..001b3d2980 100755 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \ stpcpy stpncpy strcasecmp strchr strdup \ diff --git a/libiberty/configure.ac b/libiberty/configure.ac -index 4e2599c14a..f3323c33a2 100644 +index ad95296397..442c714319 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac -@@ -270,7 +270,7 @@ AC_SUBST_FILE(host_makefile_frag) +@@ -271,7 +271,7 @@ AC_SUBST_FILE(host_makefile_frag) # It's OK to check for header files. Although the compiler may not be # able to link anything, it had better be able to at least compile # something. @@ -82,7 +82,7 @@ index 4e2599c14a..f3323c33a2 100644 AC_HEADER_SYS_WAIT AC_HEADER_TIME -@@ -393,9 +393,9 @@ funcs="$funcs setproctitle" +@@ -394,9 +394,9 @@ funcs="$funcs setproctitle" vars="sys_errlist sys_nerr sys_siglist" checkfuncs="__fsetlocking canonicalize_file_name dup3 getrlimit getrusage \ @@ -95,7 +95,7 @@ index 4e2599c14a..f3323c33a2 100644 # These are neither executed nor required, but they help keep # autoheader happy without adding a bunch of text to acconfig.h. -@@ -409,7 +409,7 @@ if test "x" = "y"; then +@@ -410,7 +410,7 @@ if test "x" = "y"; then index insque \ memchr memcmp memcpy memmem memmove memset mkstemps \ on_exit \ @@ -105,7 +105,7 @@ index 4e2599c14a..f3323c33a2 100644 sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \ stpcpy stpncpy strcasecmp strchr strdup \ diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c -index 684a49ace6..25823cedd6 100644 +index 8da2fdcf84..c1c93be12b 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -58,6 +58,9 @@ extern int errno; @@ -218,5 +218,5 @@ index 684a49ace6..25823cedd6 100644 /* Subroutine of pex_unix_exec_child. Move OLD_FD to a new file descriptor -- -2.28.0 +2.30.0 diff --git a/pkg/binutils/patch/0002-bfd-Don-t-use-long-double-if-not-available.patch b/pkg/binutils/patch/0002-bfd-Don-t-use-long-double-if-not-available.patch index 7bca1eed..e298e79d 100644 --- a/pkg/binutils/patch/0002-bfd-Don-t-use-long-double-if-not-available.patch +++ b/pkg/binutils/patch/0002-bfd-Don-t-use-long-double-if-not-available.patch @@ -1,4 +1,4 @@ -From eabd6eb5545fc2e468834030b5e6dc41e774d1a6 Mon Sep 17 00:00:00 2001 +From 6ff69e64d952818f144829d87e7948bc9004ba80 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sun, 19 May 2019 13:48:45 -0700 Subject: [PATCH] bfd: Don't use long double if not available @@ -8,10 +8,10 @@ Subject: [PATCH] bfd: Don't use long double if not available 1 file changed, 6 insertions(+) diff --git a/bfd/bfd.c b/bfd/bfd.c -index 538bdfa5d7..b05387162f 100644 +index f194433883..81648b259d 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c -@@ -858,7 +858,9 @@ union _bfd_doprnt_args +@@ -862,7 +862,9 @@ union _bfd_doprnt_args long l; long long ll; double d; @@ -21,7 +21,7 @@ index 538bdfa5d7..b05387162f 100644 void *p; enum { -@@ -867,7 +869,9 @@ union _bfd_doprnt_args +@@ -871,7 +873,9 @@ union _bfd_doprnt_args Long, LongLong, Double, @@ -31,7 +31,7 @@ index 538bdfa5d7..b05387162f 100644 Ptr } type; }; -@@ -1343,9 +1347,11 @@ error_handler_internal (const char *fmt, va_list ap) +@@ -1347,9 +1351,11 @@ error_handler_internal (const char *fmt, va_list ap) case Double: args[i].d = va_arg (ap, double); break; @@ -44,5 +44,5 @@ index 538bdfa5d7..b05387162f 100644 args[i].p = va_arg (ap, void *); break; -- -2.28.0 +2.30.0 diff --git a/pkg/binutils/patch/0003-Adjust-style-to-prevent-gcc-warning.patch b/pkg/binutils/patch/0003-Adjust-style-to-prevent-gcc-warning.patch index 5d9be9f1..6ecd7636 100644 --- a/pkg/binutils/patch/0003-Adjust-style-to-prevent-gcc-warning.patch +++ b/pkg/binutils/patch/0003-Adjust-style-to-prevent-gcc-warning.patch @@ -1,4 +1,4 @@ -From 371a2b62e6bbd53ca5efc1164553a4d334c936ee Mon Sep 17 00:00:00 2001 +From 7e7d7da3e8d453d1125488cc5cd7c42293b62934 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Fri, 5 Jun 2020 01:17:51 -0700 Subject: [PATCH] Adjust style to prevent gcc warning @@ -10,10 +10,10 @@ elsewhere in this file and prevents a conversion overflow warning. 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bfd/elf.c b/bfd/elf.c -index 9ca42e10d8..5ee61ffb24 100644 +index 84a5d94281..5631993d15 100644 --- a/bfd/elf.c +++ b/bfd/elf.c -@@ -733,8 +733,9 @@ setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) +@@ -734,8 +734,9 @@ setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) /* If all groups are invalid then fail. */ if (num_group == 0) { @@ -25,5 +25,5 @@ index 9ca42e10d8..5ee61ffb24 100644 (_("%pB: no valid group sections found"), abfd); bfd_set_error (bfd_error_bad_value); -- -2.28.0 +2.30.0 |
