diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-02 14:26:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-02 14:26:07 +0000 |
commit | c973bc5cd4b6024ab430a41cae5b75c2c54fd55e (patch) | |
tree | 48241288762d48451ef8c5eb6c4121309d665469 /gas/ChangeLog | |
parent | 87177905630953bf5b7ba6ed7938c2a483873e07 (diff) | |
download | gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.zip gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.tar.gz gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.tar.bz2 |
PR gas/2991
* acinclude.m4 (BFD_BINARY_FOPEN): Import this function from bfd/aclocal.m4.
* configure.in: Run BFD_BINARY_FOPEN.
* configure: Regenerate.
* as.h: Look at USE_BINARY_FOPEN to decide which fopen-*.h header file to include.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 368c926..937a60f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2006-08-02 Nick Clifton <nickc@redhat.com> + + PR gas/2991 + * acinclude.m4 (BFD_BINARY_FOPEN): Import this function from + bfd/aclocal.m4. + * configure.in: Run BFD_BINARY_FOPEN. + * configure: Regenerate. + * as.h: Look at USE_BINARY_FOPEN to decide which fopen-*.h header + file to include. + 2006-08-01 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_assemble): Don't update |