diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-14 08:59:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-14 08:59:10 +0000 |
commit | 82de001fc3aca3d1e50e1ddae4a381e8aefbdae3 (patch) | |
tree | 0b4dab79b3c0a8faffe522d6c1b7f92900372e5f /gas | |
parent | 431ad2d0db1f70e5a326f9bbe3537008bc3e97f2 (diff) | |
download | gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.zip gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.tar.gz gdb-82de001fc3aca3d1e50e1ddae4a381e8aefbdae3.tar.bz2 |
gas/
* config.in: Rebuilt.
binutils/
* config.in: Rebuilt.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d12994..7b56cef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-02-14 Jakub Jelinek <jakub@redhat.com> + + * config.in: Rebuilt. + 2006-02-13 Bob Wilson <bob.wilson@acm.org> * config/tc-xtensa.c (xg_add_opcode_fix): Number operands starting diff --git a/gas/config.in b/gas/config.in index 9f8fd4f..b15d802 100644 --- a/gas/config.in +++ b/gas/config.in @@ -48,6 +48,10 @@ /* Is the prototype for getopt in <unistd.h> in the expected format? */ #undef HAVE_DECL_GETOPT +/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H |