b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From 1fc096a4c590f28e0efb1823cdca653f2db9de74 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alan Modra <amodra@gmail.com> |
| 3 | Date: Mon, 6 Feb 2023 10:48:59 +1030 |
| 4 | Subject: [PATCH 36/50] Regen config files |
| 5 | |
| 6 | For the version update to 2.40.0 |
| 7 | --- |
| 8 | bfd/configure | 20 ++++++++++---------- |
| 9 | binutils/configure | 20 ++++++++++---------- |
| 10 | gas/configure | 20 ++++++++++---------- |
| 11 | gprof/configure | 20 ++++++++++---------- |
| 12 | gprofng/configure | 20 ++++++++++---------- |
| 13 | gprofng/doc/version.texi | 8 ++++---- |
| 14 | gprofng/libcollector/configure | 20 ++++++++++---------- |
| 15 | intl/configure | 3 +++ |
| 16 | ld/configure | 20 ++++++++++---------- |
| 17 | opcodes/configure | 20 ++++++++++---------- |
| 18 | 10 files changed, 87 insertions(+), 84 deletions(-) |
| 19 | |
| 20 | --- a/bfd/configure |
| 21 | +++ b/bfd/configure |
| 22 | @@ -1,6 +1,6 @@ |
| 23 | #! /bin/sh |
| 24 | # Guess values for system-dependent variables and create Makefiles. |
| 25 | -# Generated by GNU Autoconf 2.69 for bfd 2.40. |
| 26 | +# Generated by GNU Autoconf 2.69 for bfd 2.40.0. |
| 27 | # |
| 28 | # |
| 29 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 30 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 31 | # Identity of this package. |
| 32 | PACKAGE_NAME='bfd' |
| 33 | PACKAGE_TARNAME='bfd' |
| 34 | -PACKAGE_VERSION='2.40' |
| 35 | -PACKAGE_STRING='bfd 2.40' |
| 36 | +PACKAGE_VERSION='2.40.0' |
| 37 | +PACKAGE_STRING='bfd 2.40.0' |
| 38 | PACKAGE_BUGREPORT='' |
| 39 | PACKAGE_URL='' |
| 40 | |
| 41 | @@ -1400,7 +1400,7 @@ if test "$ac_init_help" = "long"; then |
| 42 | # Omit some internal or obsolete options to make the list less imposing. |
| 43 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 44 | cat <<_ACEOF |
| 45 | -\`configure' configures bfd 2.40 to adapt to many kinds of systems. |
| 46 | +\`configure' configures bfd 2.40.0 to adapt to many kinds of systems. |
| 47 | |
| 48 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 49 | |
| 50 | @@ -1471,7 +1471,7 @@ fi |
| 51 | |
| 52 | if test -n "$ac_init_help"; then |
| 53 | case $ac_init_help in |
| 54 | - short | recursive ) echo "Configuration of bfd 2.40:";; |
| 55 | + short | recursive ) echo "Configuration of bfd 2.40.0:";; |
| 56 | esac |
| 57 | cat <<\_ACEOF |
| 58 | |
| 59 | @@ -1608,7 +1608,7 @@ fi |
| 60 | test -n "$ac_init_help" && exit $ac_status |
| 61 | if $ac_init_version; then |
| 62 | cat <<\_ACEOF |
| 63 | -bfd configure 2.40 |
| 64 | +bfd configure 2.40.0 |
| 65 | generated by GNU Autoconf 2.69 |
| 66 | |
| 67 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 68 | @@ -2202,7 +2202,7 @@ cat >config.log <<_ACEOF |
| 69 | This file contains any messages produced by compilers while |
| 70 | running configure, to aid debugging if configure makes a mistake. |
| 71 | |
| 72 | -It was created by bfd $as_me 2.40, which was |
| 73 | +It was created by bfd $as_me 2.40.0, which was |
| 74 | generated by GNU Autoconf 2.69. Invocation command line was |
| 75 | |
| 76 | $ $0 $@ |
| 77 | @@ -3184,7 +3184,7 @@ fi |
| 78 | |
| 79 | # Define the identity of the package. |
| 80 | PACKAGE='bfd' |
| 81 | - VERSION='2.40' |
| 82 | + VERSION='2.40.0' |
| 83 | |
| 84 | |
| 85 | cat >>confdefs.h <<_ACEOF |
| 86 | @@ -15906,7 +15906,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 87 | # report actual input values of CONFIG_FILES etc. instead of their |
| 88 | # values after options handling. |
| 89 | ac_log=" |
| 90 | -This file was extended by bfd $as_me 2.40, which was |
| 91 | +This file was extended by bfd $as_me 2.40.0, which was |
| 92 | generated by GNU Autoconf 2.69. Invocation command line was |
| 93 | |
| 94 | CONFIG_FILES = $CONFIG_FILES |
| 95 | @@ -15972,7 +15972,7 @@ _ACEOF |
| 96 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 97 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 98 | ac_cs_version="\\ |
| 99 | -bfd config.status 2.40 |
| 100 | +bfd config.status 2.40.0 |
| 101 | configured by $0, generated by GNU Autoconf 2.69, |
| 102 | with options \\"\$ac_cs_config\\" |
| 103 | |
| 104 | --- a/binutils/configure |
| 105 | +++ b/binutils/configure |
| 106 | @@ -1,6 +1,6 @@ |
| 107 | #! /bin/sh |
| 108 | # Guess values for system-dependent variables and create Makefiles. |
| 109 | -# Generated by GNU Autoconf 2.69 for binutils 2.40. |
| 110 | +# Generated by GNU Autoconf 2.69 for binutils 2.40.0. |
| 111 | # |
| 112 | # |
| 113 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 114 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 115 | # Identity of this package. |
| 116 | PACKAGE_NAME='binutils' |
| 117 | PACKAGE_TARNAME='binutils' |
| 118 | -PACKAGE_VERSION='2.40' |
| 119 | -PACKAGE_STRING='binutils 2.40' |
| 120 | +PACKAGE_VERSION='2.40.0' |
| 121 | +PACKAGE_STRING='binutils 2.40.0' |
| 122 | PACKAGE_BUGREPORT='' |
| 123 | PACKAGE_URL='' |
| 124 | |
| 125 | @@ -1401,7 +1401,7 @@ if test "$ac_init_help" = "long"; then |
| 126 | # Omit some internal or obsolete options to make the list less imposing. |
| 127 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 128 | cat <<_ACEOF |
| 129 | -\`configure' configures binutils 2.40 to adapt to many kinds of systems. |
| 130 | +\`configure' configures binutils 2.40.0 to adapt to many kinds of systems. |
| 131 | |
| 132 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 133 | |
| 134 | @@ -1472,7 +1472,7 @@ fi |
| 135 | |
| 136 | if test -n "$ac_init_help"; then |
| 137 | case $ac_init_help in |
| 138 | - short | recursive ) echo "Configuration of binutils 2.40:";; |
| 139 | + short | recursive ) echo "Configuration of binutils 2.40.0:";; |
| 140 | esac |
| 141 | cat <<\_ACEOF |
| 142 | |
| 143 | @@ -1631,7 +1631,7 @@ fi |
| 144 | test -n "$ac_init_help" && exit $ac_status |
| 145 | if $ac_init_version; then |
| 146 | cat <<\_ACEOF |
| 147 | -binutils configure 2.40 |
| 148 | +binutils configure 2.40.0 |
| 149 | generated by GNU Autoconf 2.69 |
| 150 | |
| 151 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 152 | @@ -2099,7 +2099,7 @@ cat >config.log <<_ACEOF |
| 153 | This file contains any messages produced by compilers while |
| 154 | running configure, to aid debugging if configure makes a mistake. |
| 155 | |
| 156 | -It was created by binutils $as_me 2.40, which was |
| 157 | +It was created by binutils $as_me 2.40.0, which was |
| 158 | generated by GNU Autoconf 2.69. Invocation command line was |
| 159 | |
| 160 | $ $0 $@ |
| 161 | @@ -3081,7 +3081,7 @@ fi |
| 162 | |
| 163 | # Define the identity of the package. |
| 164 | PACKAGE='binutils' |
| 165 | - VERSION='2.40' |
| 166 | + VERSION='2.40.0' |
| 167 | |
| 168 | |
| 169 | cat >>confdefs.h <<_ACEOF |
| 170 | @@ -15326,7 +15326,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 171 | # report actual input values of CONFIG_FILES etc. instead of their |
| 172 | # values after options handling. |
| 173 | ac_log=" |
| 174 | -This file was extended by binutils $as_me 2.40, which was |
| 175 | +This file was extended by binutils $as_me 2.40.0, which was |
| 176 | generated by GNU Autoconf 2.69. Invocation command line was |
| 177 | |
| 178 | CONFIG_FILES = $CONFIG_FILES |
| 179 | @@ -15392,7 +15392,7 @@ _ACEOF |
| 180 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 181 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 182 | ac_cs_version="\\ |
| 183 | -binutils config.status 2.40 |
| 184 | +binutils config.status 2.40.0 |
| 185 | configured by $0, generated by GNU Autoconf 2.69, |
| 186 | with options \\"\$ac_cs_config\\" |
| 187 | |
| 188 | --- a/gas/configure |
| 189 | +++ b/gas/configure |
| 190 | @@ -1,6 +1,6 @@ |
| 191 | #! /bin/sh |
| 192 | # Guess values for system-dependent variables and create Makefiles. |
| 193 | -# Generated by GNU Autoconf 2.69 for gas 2.40. |
| 194 | +# Generated by GNU Autoconf 2.69 for gas 2.40.0. |
| 195 | # |
| 196 | # |
| 197 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 198 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 199 | # Identity of this package. |
| 200 | PACKAGE_NAME='gas' |
| 201 | PACKAGE_TARNAME='gas' |
| 202 | -PACKAGE_VERSION='2.40' |
| 203 | -PACKAGE_STRING='gas 2.40' |
| 204 | +PACKAGE_VERSION='2.40.0' |
| 205 | +PACKAGE_STRING='gas 2.40.0' |
| 206 | PACKAGE_BUGREPORT='' |
| 207 | PACKAGE_URL='' |
| 208 | |
| 209 | @@ -1381,7 +1381,7 @@ if test "$ac_init_help" = "long"; then |
| 210 | # Omit some internal or obsolete options to make the list less imposing. |
| 211 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 212 | cat <<_ACEOF |
| 213 | -\`configure' configures gas 2.40 to adapt to many kinds of systems. |
| 214 | +\`configure' configures gas 2.40.0 to adapt to many kinds of systems. |
| 215 | |
| 216 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 217 | |
| 218 | @@ -1452,7 +1452,7 @@ fi |
| 219 | |
| 220 | if test -n "$ac_init_help"; then |
| 221 | case $ac_init_help in |
| 222 | - short | recursive ) echo "Configuration of gas 2.40:";; |
| 223 | + short | recursive ) echo "Configuration of gas 2.40.0:";; |
| 224 | esac |
| 225 | cat <<\_ACEOF |
| 226 | |
| 227 | @@ -1600,7 +1600,7 @@ fi |
| 228 | test -n "$ac_init_help" && exit $ac_status |
| 229 | if $ac_init_version; then |
| 230 | cat <<\_ACEOF |
| 231 | -gas configure 2.40 |
| 232 | +gas configure 2.40.0 |
| 233 | generated by GNU Autoconf 2.69 |
| 234 | |
| 235 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 236 | @@ -2011,7 +2011,7 @@ cat >config.log <<_ACEOF |
| 237 | This file contains any messages produced by compilers while |
| 238 | running configure, to aid debugging if configure makes a mistake. |
| 239 | |
| 240 | -It was created by gas $as_me 2.40, which was |
| 241 | +It was created by gas $as_me 2.40.0, which was |
| 242 | generated by GNU Autoconf 2.69. Invocation command line was |
| 243 | |
| 244 | $ $0 $@ |
| 245 | @@ -2990,7 +2990,7 @@ fi |
| 246 | |
| 247 | # Define the identity of the package. |
| 248 | PACKAGE='gas' |
| 249 | - VERSION='2.40' |
| 250 | + VERSION='2.40.0' |
| 251 | |
| 252 | |
| 253 | cat >>confdefs.h <<_ACEOF |
| 254 | @@ -14910,7 +14910,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 255 | # report actual input values of CONFIG_FILES etc. instead of their |
| 256 | # values after options handling. |
| 257 | ac_log=" |
| 258 | -This file was extended by gas $as_me 2.40, which was |
| 259 | +This file was extended by gas $as_me 2.40.0, which was |
| 260 | generated by GNU Autoconf 2.69. Invocation command line was |
| 261 | |
| 262 | CONFIG_FILES = $CONFIG_FILES |
| 263 | @@ -14976,7 +14976,7 @@ _ACEOF |
| 264 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 265 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 266 | ac_cs_version="\\ |
| 267 | -gas config.status 2.40 |
| 268 | +gas config.status 2.40.0 |
| 269 | configured by $0, generated by GNU Autoconf 2.69, |
| 270 | with options \\"\$ac_cs_config\\" |
| 271 | |
| 272 | --- a/gprof/configure |
| 273 | +++ b/gprof/configure |
| 274 | @@ -1,6 +1,6 @@ |
| 275 | #! /bin/sh |
| 276 | # Guess values for system-dependent variables and create Makefiles. |
| 277 | -# Generated by GNU Autoconf 2.69 for gprof 2.40. |
| 278 | +# Generated by GNU Autoconf 2.69 for gprof 2.40.0. |
| 279 | # |
| 280 | # |
| 281 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 282 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 283 | # Identity of this package. |
| 284 | PACKAGE_NAME='gprof' |
| 285 | PACKAGE_TARNAME='gprof' |
| 286 | -PACKAGE_VERSION='2.40' |
| 287 | -PACKAGE_STRING='gprof 2.40' |
| 288 | +PACKAGE_VERSION='2.40.0' |
| 289 | +PACKAGE_STRING='gprof 2.40.0' |
| 290 | PACKAGE_BUGREPORT='' |
| 291 | PACKAGE_URL='' |
| 292 | |
| 293 | @@ -1338,7 +1338,7 @@ if test "$ac_init_help" = "long"; then |
| 294 | # Omit some internal or obsolete options to make the list less imposing. |
| 295 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 296 | cat <<_ACEOF |
| 297 | -\`configure' configures gprof 2.40 to adapt to many kinds of systems. |
| 298 | +\`configure' configures gprof 2.40.0 to adapt to many kinds of systems. |
| 299 | |
| 300 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 301 | |
| 302 | @@ -1409,7 +1409,7 @@ fi |
| 303 | |
| 304 | if test -n "$ac_init_help"; then |
| 305 | case $ac_init_help in |
| 306 | - short | recursive ) echo "Configuration of gprof 2.40:";; |
| 307 | + short | recursive ) echo "Configuration of gprof 2.40.0:";; |
| 308 | esac |
| 309 | cat <<\_ACEOF |
| 310 | |
| 311 | @@ -1520,7 +1520,7 @@ fi |
| 312 | test -n "$ac_init_help" && exit $ac_status |
| 313 | if $ac_init_version; then |
| 314 | cat <<\_ACEOF |
| 315 | -gprof configure 2.40 |
| 316 | +gprof configure 2.40.0 |
| 317 | generated by GNU Autoconf 2.69 |
| 318 | |
| 319 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 320 | @@ -1885,7 +1885,7 @@ cat >config.log <<_ACEOF |
| 321 | This file contains any messages produced by compilers while |
| 322 | running configure, to aid debugging if configure makes a mistake. |
| 323 | |
| 324 | -It was created by gprof $as_me 2.40, which was |
| 325 | +It was created by gprof $as_me 2.40.0, which was |
| 326 | generated by GNU Autoconf 2.69. Invocation command line was |
| 327 | |
| 328 | $ $0 $@ |
| 329 | @@ -2864,7 +2864,7 @@ fi |
| 330 | |
| 331 | # Define the identity of the package. |
| 332 | PACKAGE='gprof' |
| 333 | - VERSION='2.40' |
| 334 | + VERSION='2.40.0' |
| 335 | |
| 336 | |
| 337 | cat >>confdefs.h <<_ACEOF |
| 338 | @@ -12572,7 +12572,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 339 | # report actual input values of CONFIG_FILES etc. instead of their |
| 340 | # values after options handling. |
| 341 | ac_log=" |
| 342 | -This file was extended by gprof $as_me 2.40, which was |
| 343 | +This file was extended by gprof $as_me 2.40.0, which was |
| 344 | generated by GNU Autoconf 2.69. Invocation command line was |
| 345 | |
| 346 | CONFIG_FILES = $CONFIG_FILES |
| 347 | @@ -12638,7 +12638,7 @@ _ACEOF |
| 348 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 349 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 350 | ac_cs_version="\\ |
| 351 | -gprof config.status 2.40 |
| 352 | +gprof config.status 2.40.0 |
| 353 | configured by $0, generated by GNU Autoconf 2.69, |
| 354 | with options \\"\$ac_cs_config\\" |
| 355 | |
| 356 | --- a/gprofng/configure |
| 357 | +++ b/gprofng/configure |
| 358 | @@ -1,6 +1,6 @@ |
| 359 | #! /bin/sh |
| 360 | # Guess values for system-dependent variables and create Makefiles. |
| 361 | -# Generated by GNU Autoconf 2.69 for gprofng 2.40. |
| 362 | +# Generated by GNU Autoconf 2.69 for gprofng 2.40.0. |
| 363 | # |
| 364 | # |
| 365 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 366 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 367 | # Identity of this package. |
| 368 | PACKAGE_NAME='gprofng' |
| 369 | PACKAGE_TARNAME='gprofng' |
| 370 | -PACKAGE_VERSION='2.40' |
| 371 | -PACKAGE_STRING='gprofng 2.40' |
| 372 | +PACKAGE_VERSION='2.40.0' |
| 373 | +PACKAGE_STRING='gprofng 2.40.0' |
| 374 | PACKAGE_BUGREPORT='' |
| 375 | PACKAGE_URL='' |
| 376 | |
| 377 | @@ -1364,7 +1364,7 @@ if test "$ac_init_help" = "long"; then |
| 378 | # Omit some internal or obsolete options to make the list less imposing. |
| 379 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 380 | cat <<_ACEOF |
| 381 | -\`configure' configures gprofng 2.40 to adapt to many kinds of systems. |
| 382 | +\`configure' configures gprofng 2.40.0 to adapt to many kinds of systems. |
| 383 | |
| 384 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 385 | |
| 386 | @@ -1435,7 +1435,7 @@ fi |
| 387 | |
| 388 | if test -n "$ac_init_help"; then |
| 389 | case $ac_init_help in |
| 390 | - short | recursive ) echo "Configuration of gprofng 2.40:";; |
| 391 | + short | recursive ) echo "Configuration of gprofng 2.40.0:";; |
| 392 | esac |
| 393 | cat <<\_ACEOF |
| 394 | |
| 395 | @@ -1549,7 +1549,7 @@ fi |
| 396 | test -n "$ac_init_help" && exit $ac_status |
| 397 | if $ac_init_version; then |
| 398 | cat <<\_ACEOF |
| 399 | -gprofng configure 2.40 |
| 400 | +gprofng configure 2.40.0 |
| 401 | generated by GNU Autoconf 2.69 |
| 402 | |
| 403 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 404 | @@ -2081,7 +2081,7 @@ cat >config.log <<_ACEOF |
| 405 | This file contains any messages produced by compilers while |
| 406 | running configure, to aid debugging if configure makes a mistake. |
| 407 | |
| 408 | -It was created by gprofng $as_me 2.40, which was |
| 409 | +It was created by gprofng $as_me 2.40.0, which was |
| 410 | generated by GNU Autoconf 2.69. Invocation command line was |
| 411 | |
| 412 | $ $0 $@ |
| 413 | @@ -3054,7 +3054,7 @@ fi |
| 414 | |
| 415 | # Define the identity of the package. |
| 416 | PACKAGE='gprofng' |
| 417 | - VERSION='2.40' |
| 418 | + VERSION='2.40.0' |
| 419 | |
| 420 | |
| 421 | cat >>confdefs.h <<_ACEOF |
| 422 | @@ -17528,7 +17528,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 423 | # report actual input values of CONFIG_FILES etc. instead of their |
| 424 | # values after options handling. |
| 425 | ac_log=" |
| 426 | -This file was extended by gprofng $as_me 2.40, which was |
| 427 | +This file was extended by gprofng $as_me 2.40.0, which was |
| 428 | generated by GNU Autoconf 2.69. Invocation command line was |
| 429 | |
| 430 | CONFIG_FILES = $CONFIG_FILES |
| 431 | @@ -17594,7 +17594,7 @@ _ACEOF |
| 432 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 433 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 434 | ac_cs_version="\\ |
| 435 | -gprofng config.status 2.40 |
| 436 | +gprofng config.status 2.40.0 |
| 437 | configured by $0, generated by GNU Autoconf 2.69, |
| 438 | with options \\"\$ac_cs_config\\" |
| 439 | |
| 440 | --- a/gprofng/doc/version.texi |
| 441 | +++ b/gprofng/doc/version.texi |
| 442 | @@ -1,4 +1,4 @@ |
| 443 | -@set UPDATED 5 January 2023 |
| 444 | -@set UPDATED-MONTH January 2023 |
| 445 | -@set EDITION 2.40 |
| 446 | -@set VERSION 2.40 |
| 447 | +@set UPDATED 1 February 2023 |
| 448 | +@set UPDATED-MONTH February 2023 |
| 449 | +@set EDITION 2.40.0 |
| 450 | +@set VERSION 2.40.0 |
| 451 | --- a/gprofng/libcollector/configure |
| 452 | +++ b/gprofng/libcollector/configure |
| 453 | @@ -1,6 +1,6 @@ |
| 454 | #! /bin/sh |
| 455 | # Guess values for system-dependent variables and create Makefiles. |
| 456 | -# Generated by GNU Autoconf 2.69 for gprofng 2.40. |
| 457 | +# Generated by GNU Autoconf 2.69 for gprofng 2.40.0. |
| 458 | # |
| 459 | # |
| 460 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 461 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 462 | # Identity of this package. |
| 463 | PACKAGE_NAME='gprofng' |
| 464 | PACKAGE_TARNAME='gprofng' |
| 465 | -PACKAGE_VERSION='2.40' |
| 466 | -PACKAGE_STRING='gprofng 2.40' |
| 467 | +PACKAGE_VERSION='2.40.0' |
| 468 | +PACKAGE_STRING='gprofng 2.40.0' |
| 469 | PACKAGE_BUGREPORT='' |
| 470 | PACKAGE_URL='' |
| 471 | |
| 472 | @@ -1325,7 +1325,7 @@ if test "$ac_init_help" = "long"; then |
| 473 | # Omit some internal or obsolete options to make the list less imposing. |
| 474 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 475 | cat <<_ACEOF |
| 476 | -\`configure' configures gprofng 2.40 to adapt to many kinds of systems. |
| 477 | +\`configure' configures gprofng 2.40.0 to adapt to many kinds of systems. |
| 478 | |
| 479 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 480 | |
| 481 | @@ -1396,7 +1396,7 @@ fi |
| 482 | |
| 483 | if test -n "$ac_init_help"; then |
| 484 | case $ac_init_help in |
| 485 | - short | recursive ) echo "Configuration of gprofng 2.40:";; |
| 486 | + short | recursive ) echo "Configuration of gprofng 2.40.0:";; |
| 487 | esac |
| 488 | cat <<\_ACEOF |
| 489 | |
| 490 | @@ -1505,7 +1505,7 @@ fi |
| 491 | test -n "$ac_init_help" && exit $ac_status |
| 492 | if $ac_init_version; then |
| 493 | cat <<\_ACEOF |
| 494 | -gprofng configure 2.40 |
| 495 | +gprofng configure 2.40.0 |
| 496 | generated by GNU Autoconf 2.69 |
| 497 | |
| 498 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 499 | @@ -1991,7 +1991,7 @@ cat >config.log <<_ACEOF |
| 500 | This file contains any messages produced by compilers while |
| 501 | running configure, to aid debugging if configure makes a mistake. |
| 502 | |
| 503 | -It was created by gprofng $as_me 2.40, which was |
| 504 | +It was created by gprofng $as_me 2.40.0, which was |
| 505 | generated by GNU Autoconf 2.69. Invocation command line was |
| 506 | |
| 507 | $ $0 $@ |
| 508 | @@ -2968,7 +2968,7 @@ fi |
| 509 | |
| 510 | # Define the identity of the package. |
| 511 | PACKAGE='gprofng' |
| 512 | - VERSION='2.40' |
| 513 | + VERSION='2.40.0' |
| 514 | |
| 515 | |
| 516 | cat >>confdefs.h <<_ACEOF |
| 517 | @@ -16098,7 +16098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 518 | # report actual input values of CONFIG_FILES etc. instead of their |
| 519 | # values after options handling. |
| 520 | ac_log=" |
| 521 | -This file was extended by gprofng $as_me 2.40, which was |
| 522 | +This file was extended by gprofng $as_me 2.40.0, which was |
| 523 | generated by GNU Autoconf 2.69. Invocation command line was |
| 524 | |
| 525 | CONFIG_FILES = $CONFIG_FILES |
| 526 | @@ -16164,7 +16164,7 @@ _ACEOF |
| 527 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 528 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 529 | ac_cs_version="\\ |
| 530 | -gprofng config.status 2.40 |
| 531 | +gprofng config.status 2.40.0 |
| 532 | configured by $0, generated by GNU Autoconf 2.69, |
| 533 | with options \\"\$ac_cs_config\\" |
| 534 | |
| 535 | --- a/intl/configure |
| 536 | +++ b/intl/configure |
| 537 | @@ -6857,6 +6857,9 @@ case "${host}" in |
| 538 | # sets the default TLS model and affects inlining. |
| 539 | PICFLAG=-fPIC |
| 540 | ;; |
| 541 | + loongarch*-*-*) |
| 542 | + PICFLAG=-fpic |
| 543 | + ;; |
| 544 | mips-sgi-irix6*) |
| 545 | # PIC is the default. |
| 546 | ;; |
| 547 | --- a/ld/configure |
| 548 | +++ b/ld/configure |
| 549 | @@ -1,6 +1,6 @@ |
| 550 | #! /bin/sh |
| 551 | # Guess values for system-dependent variables and create Makefiles. |
| 552 | -# Generated by GNU Autoconf 2.69 for ld 2.40. |
| 553 | +# Generated by GNU Autoconf 2.69 for ld 2.40.0. |
| 554 | # |
| 555 | # |
| 556 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 557 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 558 | # Identity of this package. |
| 559 | PACKAGE_NAME='ld' |
| 560 | PACKAGE_TARNAME='ld' |
| 561 | -PACKAGE_VERSION='2.40' |
| 562 | -PACKAGE_STRING='ld 2.40' |
| 563 | +PACKAGE_VERSION='2.40.0' |
| 564 | +PACKAGE_STRING='ld 2.40.0' |
| 565 | PACKAGE_BUGREPORT='' |
| 566 | PACKAGE_URL='' |
| 567 | |
| 568 | @@ -1423,7 +1423,7 @@ if test "$ac_init_help" = "long"; then |
| 569 | # Omit some internal or obsolete options to make the list less imposing. |
| 570 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 571 | cat <<_ACEOF |
| 572 | -\`configure' configures ld 2.40 to adapt to many kinds of systems. |
| 573 | +\`configure' configures ld 2.40.0 to adapt to many kinds of systems. |
| 574 | |
| 575 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 576 | |
| 577 | @@ -1494,7 +1494,7 @@ fi |
| 578 | |
| 579 | if test -n "$ac_init_help"; then |
| 580 | case $ac_init_help in |
| 581 | - short | recursive ) echo "Configuration of ld 2.40:";; |
| 582 | + short | recursive ) echo "Configuration of ld 2.40.0:";; |
| 583 | esac |
| 584 | cat <<\_ACEOF |
| 585 | |
| 586 | @@ -1661,7 +1661,7 @@ fi |
| 587 | test -n "$ac_init_help" && exit $ac_status |
| 588 | if $ac_init_version; then |
| 589 | cat <<\_ACEOF |
| 590 | -ld configure 2.40 |
| 591 | +ld configure 2.40.0 |
| 592 | generated by GNU Autoconf 2.69 |
| 593 | |
| 594 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 595 | @@ -2376,7 +2376,7 @@ cat >config.log <<_ACEOF |
| 596 | This file contains any messages produced by compilers while |
| 597 | running configure, to aid debugging if configure makes a mistake. |
| 598 | |
| 599 | -It was created by ld $as_me 2.40, which was |
| 600 | +It was created by ld $as_me 2.40.0, which was |
| 601 | generated by GNU Autoconf 2.69. Invocation command line was |
| 602 | |
| 603 | $ $0 $@ |
| 604 | @@ -3359,7 +3359,7 @@ fi |
| 605 | |
| 606 | # Define the identity of the package. |
| 607 | PACKAGE='ld' |
| 608 | - VERSION='2.40' |
| 609 | + VERSION='2.40.0' |
| 610 | |
| 611 | |
| 612 | cat >>confdefs.h <<_ACEOF |
| 613 | @@ -18083,7 +18083,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 614 | # report actual input values of CONFIG_FILES etc. instead of their |
| 615 | # values after options handling. |
| 616 | ac_log=" |
| 617 | -This file was extended by ld $as_me 2.40, which was |
| 618 | +This file was extended by ld $as_me 2.40.0, which was |
| 619 | generated by GNU Autoconf 2.69. Invocation command line was |
| 620 | |
| 621 | CONFIG_FILES = $CONFIG_FILES |
| 622 | @@ -18149,7 +18149,7 @@ _ACEOF |
| 623 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 624 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 625 | ac_cs_version="\\ |
| 626 | -ld config.status 2.40 |
| 627 | +ld config.status 2.40.0 |
| 628 | configured by $0, generated by GNU Autoconf 2.69, |
| 629 | with options \\"\$ac_cs_config\\" |
| 630 | |
| 631 | --- a/opcodes/configure |
| 632 | +++ b/opcodes/configure |
| 633 | @@ -1,6 +1,6 @@ |
| 634 | #! /bin/sh |
| 635 | # Guess values for system-dependent variables and create Makefiles. |
| 636 | -# Generated by GNU Autoconf 2.69 for opcodes 2.40. |
| 637 | +# Generated by GNU Autoconf 2.69 for opcodes 2.40.0. |
| 638 | # |
| 639 | # |
| 640 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 641 | @@ -587,8 +587,8 @@ MAKEFLAGS= |
| 642 | # Identity of this package. |
| 643 | PACKAGE_NAME='opcodes' |
| 644 | PACKAGE_TARNAME='opcodes' |
| 645 | -PACKAGE_VERSION='2.40' |
| 646 | -PACKAGE_STRING='opcodes 2.40' |
| 647 | +PACKAGE_VERSION='2.40.0' |
| 648 | +PACKAGE_STRING='opcodes 2.40.0' |
| 649 | PACKAGE_BUGREPORT='' |
| 650 | PACKAGE_URL='' |
| 651 | |
| 652 | @@ -1360,7 +1360,7 @@ if test "$ac_init_help" = "long"; then |
| 653 | # Omit some internal or obsolete options to make the list less imposing. |
| 654 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 655 | cat <<_ACEOF |
| 656 | -\`configure' configures opcodes 2.40 to adapt to many kinds of systems. |
| 657 | +\`configure' configures opcodes 2.40.0 to adapt to many kinds of systems. |
| 658 | |
| 659 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 660 | |
| 661 | @@ -1431,7 +1431,7 @@ fi |
| 662 | |
| 663 | if test -n "$ac_init_help"; then |
| 664 | case $ac_init_help in |
| 665 | - short | recursive ) echo "Configuration of opcodes 2.40:";; |
| 666 | + short | recursive ) echo "Configuration of opcodes 2.40.0:";; |
| 667 | esac |
| 668 | cat <<\_ACEOF |
| 669 | |
| 670 | @@ -1545,7 +1545,7 @@ fi |
| 671 | test -n "$ac_init_help" && exit $ac_status |
| 672 | if $ac_init_version; then |
| 673 | cat <<\_ACEOF |
| 674 | -opcodes configure 2.40 |
| 675 | +opcodes configure 2.40.0 |
| 676 | generated by GNU Autoconf 2.69 |
| 677 | |
| 678 | Copyright (C) 2012 Free Software Foundation, Inc. |
| 679 | @@ -2139,7 +2139,7 @@ cat >config.log <<_ACEOF |
| 680 | This file contains any messages produced by compilers while |
| 681 | running configure, to aid debugging if configure makes a mistake. |
| 682 | |
| 683 | -It was created by opcodes $as_me 2.40, which was |
| 684 | +It was created by opcodes $as_me 2.40.0, which was |
| 685 | generated by GNU Autoconf 2.69. Invocation command line was |
| 686 | |
| 687 | $ $0 $@ |
| 688 | @@ -3118,7 +3118,7 @@ fi |
| 689 | |
| 690 | # Define the identity of the package. |
| 691 | PACKAGE='opcodes' |
| 692 | - VERSION='2.40' |
| 693 | + VERSION='2.40.0' |
| 694 | |
| 695 | |
| 696 | cat >>confdefs.h <<_ACEOF |
| 697 | @@ -13191,7 +13191,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| 698 | # report actual input values of CONFIG_FILES etc. instead of their |
| 699 | # values after options handling. |
| 700 | ac_log=" |
| 701 | -This file was extended by opcodes $as_me 2.40, which was |
| 702 | +This file was extended by opcodes $as_me 2.40.0, which was |
| 703 | generated by GNU Autoconf 2.69. Invocation command line was |
| 704 | |
| 705 | CONFIG_FILES = $CONFIG_FILES |
| 706 | @@ -13257,7 +13257,7 @@ _ACEOF |
| 707 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 708 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 709 | ac_cs_version="\\ |
| 710 | -opcodes config.status 2.40 |
| 711 | +opcodes config.status 2.40.0 |
| 712 | configured by $0, generated by GNU Autoconf 2.69, |
| 713 | with options \\"\$ac_cs_config\\" |
| 714 | |