diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-03 17:01:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-03 17:01:10 +0000 |
commit | 9cd19b1730e85147862b6bdbb5a3629821cd7362 (patch) | |
tree | a0459ed9c348a4413a6ced93f2f45e44143d1f90 /gas | |
parent | 97f87066f657fc69b80af6f551964d7a3e80d054 (diff) | |
download | gdb-9cd19b1730e85147862b6bdbb5a3629821cd7362.zip gdb-9cd19b1730e85147862b6bdbb5a3629821cd7362.tar.gz gdb-9cd19b1730e85147862b6bdbb5a3629821cd7362.tar.bz2 |
PR gas/2991
* config.in: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 90c6776..1a35443 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-08-03 Nick Clifton <nickc@redhat.com> + + PR gas/2991 + * config.in: Regenerate. + 2006-08-03 Joseph Myers <joseph@codesourcery.com> * config/tc-arm.c (parse_operands): Handle invalid register name diff --git a/gas/config.in b/gas/config.in index a4b6229..5bccb79 100644 --- a/gas/config.in +++ b/gas/config.in @@ -211,6 +211,9 @@ /* Target vendor. */ #undef TARGET_VENDOR +/* Use b modifier when opening binary files? */ +#undef USE_BINARY_FOPEN + /* Use emulation support? */ #undef USE_EMULATIONS |