|
1 | 1 | /* This file is automatically generated. DO NOT EDIT! */ |
2 | | -/* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ |
| 2 | +/* Generated from: NetBSD: mknative-binutils,v 1.17 2026/02/11 21:04:24 christos Exp */ |
3 | 3 | /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ |
4 | 4 |
|
5 | 5 | /* config.h. Generated from config.in by configure. */ |
|
23 | 23 | #define DEFAULT_LD_Z_SEPARATE_CODE 0 |
24 | 24 |
|
25 | 25 | /* Define if you want run-time sanity checks. */ |
26 | | -/* #undef ENABLE_CHECKING */ |
| 26 | +#define ENABLE_CHECKING 1 |
27 | 27 |
|
28 | 28 | /* Define to 1 if translation of program messages to the user's native |
29 | 29 | language is requested. */ |
|
80 | 80 | don't. */ |
81 | 81 | #define HAVE_DECL_STRNLEN 1 |
82 | 82 |
|
| 83 | +/* Define to 1 if you have the declaration of `strtoull', and to 0 if you |
| 84 | + don't. */ |
| 85 | +#define HAVE_DECL_STRTOULL 1 |
| 86 | + |
83 | 87 | /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you |
84 | 88 | don't. */ |
85 | 89 | #define HAVE_DECL_VASPRINTF 1 |
|
279 | 283 | #define PACKAGE_NAME "bfd" |
280 | 284 |
|
281 | 285 | /* Define to the full name and version of this package. */ |
282 | | -#define PACKAGE_STRING "bfd 2.45" |
| 286 | +#define PACKAGE_STRING "bfd 2.46.0" |
283 | 287 |
|
284 | 288 | /* Define to the one symbol short name of this package. */ |
285 | 289 | #define PACKAGE_TARNAME "bfd" |
|
288 | 292 | #define PACKAGE_URL "" |
289 | 293 |
|
290 | 294 | /* Define to the version of this package. */ |
291 | | -#define PACKAGE_VERSION "2.45" |
| 295 | +#define PACKAGE_VERSION "2.46.0" |
292 | 296 |
|
293 | 297 | /* The size of `int', as computed by sizeof. */ |
294 | 298 | #define SIZEOF_INT 4 |
|
352 | 356 |
|
353 | 357 |
|
354 | 358 | /* Version number of package */ |
355 | | -#define VERSION "2.45" |
| 359 | +#define VERSION "2.46.0" |
356 | 360 |
|
357 | 361 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
358 | 362 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
|
0 commit comments