diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-01 12:56:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-01 12:56:29 +0000 |
commit | 56f366632f0e421203234f1958ae114180790776 (patch) | |
tree | e47c6bd28ce23cd97ab182cdb42164c891e132ad /gas/ChangeLog | |
parent | 8a75718cb7f23c07475908ba2cb05aa06d757b6d (diff) | |
download | gdb-56f366632f0e421203234f1958ae114180790776.zip gdb-56f366632f0e421203234f1958ae114180790776.tar.gz gdb-56f366632f0e421203234f1958ae114180790776.tar.bz2 |
Add a check for <unistd.h> providing a prototype for getopt() which is compatible
with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4e48da1..46cdf48 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2005-04-01 Nick Clifton <nickc@redhat.com> + + * configure.in: Add a check for <unistd.h> providing a prototype + for getopt() which is compatible with the one in + include/getopt.h. If so then define HAVE_DECL_GETOPT. + * configure: Regenerate. + * config.in (HAVE_DECL_GETOPT): Add. + 2005-04-01 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook. |