Here's an update for gas to the latest version. Tested on amd64 where I 
didn't notice any problems.

As far as I can tell, the only consumer of gas is gcc8 on arm and aarch64. 
As I don't have access to either of those platforms, it would be nice if 
folks that do could test there.

Otherwise, ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/gas/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile    12 Jul 2019 20:44:09 -0000      1.3
+++ Makefile    8 Jul 2020 02:38:24 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              GNU assembler
 
-V =                    2.31.1
+V =                    2.34
 DISTNAME =             binutils-$V
 PKGNAME =              gas-$V
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/gas/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo    26 Dec 2018 19:47:27 -0000      1.2
+++ distinfo    8 Jul 2020 02:38:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (binutils-2.31.1.tar.gz) = 6I+NNr0KddN2WkrQiNgZ41+NesYogEl4Di/vytGN3og=
-SIZE (binutils-2.31.1.tar.gz) = 40476369
+SHA256 (binutils-2.34.tar.gz) = U1N9M0ggvhPuuKyzJtAcfIFBh3LWJnFceuknp9QByrM=
+SIZE (binutils-2.34.tar.gz) = 43556757
Index: patches/patch-bfd_Makefile_in
===================================================================
RCS file: /cvs/ports/devel/gas/patches/patch-bfd_Makefile_in,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-bfd_Makefile_in
--- patches/patch-bfd_Makefile_in       26 Dec 2018 19:47:27 -0000      1.2
+++ patches/patch-bfd_Makefile_in       8 Jul 2020 02:38:24 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-bfd_Makefile_in,v 1.2 20
 Index: bfd/Makefile.in
 --- bfd/Makefile.in.orig
 +++ bfd/Makefile.in
-@@ -459,7 +459,7 @@ AUTOMAKE_OPTIONS = no-dist foreign
+@@ -460,7 +460,7 @@ AUTOMAKE_OPTIONS = no-dist foreign
  ACLOCAL_AMFLAGS = -I . -I .. -I ../config
  INCDIR = $(srcdir)/../include
  CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
Index: patches/patch-bfd_config_bfd
===================================================================
RCS file: /cvs/ports/devel/gas/patches/patch-bfd_config_bfd,v
retrieving revision 1.3
diff -u -p -u -r1.3 patch-bfd_config_bfd
--- patches/patch-bfd_config_bfd        26 Dec 2018 21:27:19 -0000      1.3
+++ patches/patch-bfd_config_bfd        8 Jul 2020 02:38:24 -0000
@@ -10,7 +10,7 @@ Index: bfd/config.bfd
   arm-*-oabi | \
   arm-*-riscix* | \
   arm-epoc-pe* | \
-@@ -244,6 +243,11 @@ case "${targ}" in
+@@ -242,6 +241,11 @@ case "${targ}" in
      targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
      want64=true
      ;;
@@ -22,7 +22,7 @@ Index: bfd/config.bfd
    aarch64-*-fuchsia*)
      targ_defvec=aarch64_elf64_le_vec
      targ_selvecs="aarch64_elf64_be_vec arm_elf32_le_vec arm_elf32_be_vec"
-@@ -355,6 +359,10 @@ case "${targ}" in
+@@ -353,6 +357,10 @@ case "${targ}" in
      targ_selvecs="arm_elf32_le_vec"
      ;;
    arm-*-netbsdelf*)
Index: patches/patch-gas_Makefile_in
===================================================================
RCS file: /cvs/ports/devel/gas/patches/patch-gas_Makefile_in,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-gas_Makefile_in
--- patches/patch-gas_Makefile_in       26 Dec 2018 19:47:27 -0000      1.2
+++ patches/patch-gas_Makefile_in       8 Jul 2020 02:38:24 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-gas_Makefile_in,v 1.2 20
 Index: gas/Makefile.in
 --- gas/Makefile.in.orig
 +++ gas/Makefile.in
-@@ -1662,7 +1662,7 @@ cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
+@@ -1680,7 +1680,7 @@ cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
  .PHONY: install-exec-local install-data-local
  .PHONY: install-exec-bindir install-exec-tooldir
  

Reply via email to