binutils 2.44

This commit is contained in:
termux-pacman-bot
2025-04-07 04:07:38 +00:00
parent 0e89081f6a
commit 51d2a2ff16
2 changed files with 6 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
diff -ru binutils-2.37/gas/app.c binutils-2.37_termux/gas/app.c
--- binutils-2.37/gas/app.c 2021-07-08 19:37:19.000000000 +0800
+++ binutils-2.37_termux/gas/app.c 2021-11-08 23:49:37.770000000 +0800
@@ -217,7 +217,7 @@
@@ -281,7 +281,7 @@
static int add_newlines;
static char *saved_input;
static size_t saved_input_len;
-static char input_buffer[32 * 1024];
+static char input_buffer[4 * 1024];
static const char *mri_state;
static char mri_last_ch;
/* Data structure for saving the state of app across #include's. Note that
app is called asynchronously to the parsing of the .include's, so our
diff -ru binutils-2.37/gas/input-file.c binutils-2.37_termux/gas/input-file.c
--- binutils-2.37/gas/input-file.c 2021-07-08 19:37:19.000000000 +0800
+++ binutils-2.37_termux/gas/input-file.c 2021-11-08 23:49:23.570000000 +0800