summaryrefslogtreecommitdiff
path: root/gnulib/update-gnulib.sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 15:57:48 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-08 17:48:09 -0400
commitc54d02bce6437ae8f0d21f86cbf62392362d35d8 (patch)
treee879d62cbe57dbc54959be23831757d6015df741 /gnulib/update-gnulib.sh
parent828a9ed9ca86020a6dc08c6582d22b4953039623 (diff)
downloadbinutils-gdb-c54d02bce6437ae8f0d21f86cbf62392362d35d8.tar.gz
gnulib: import various network functions
Some sim ports use these to provide networking functionality via the dv-sockser module or via direct emulation for a few ports. Gdb seems to build just fine still too.
Diffstat (limited to 'gnulib/update-gnulib.sh')
-rwxr-xr-xgnulib/update-gnulib.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnulib/update-gnulib.sh b/gnulib/update-gnulib.sh
index e5c6fd90dd7..f0f83432b6a 100755
--- a/gnulib/update-gnulib.sh
+++ b/gnulib/update-gnulib.sh
@@ -30,9 +30,12 @@
# The list of gnulib modules we are importing in GDB.
IMPORTED_GNULIB_MODULES="\
+ accept \
alloca \
+ bind \
canonicalize-lgpl \
chown \
+ connect \
count-one-bits \
dirent \
dirfd \
@@ -50,6 +53,7 @@ IMPORTED_GNULIB_MODULES="\
inttypes \
lstat \
limits-h \
+ listen \
memchr \
memmem \
mkdir \
@@ -62,7 +66,9 @@ IMPORTED_GNULIB_MODULES="\
rename \
select \
setenv \
+ setsockopt \
signal-h \
+ socket \
strchrnul \
strerror_r-posix \
strstr \