Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-03-12 | * configure: Rebuild with autoconf 2.8. | Ian Lance Taylor | 1 | -34/+80 | |
1996-02-15 | * configure.in: Substitute RPATH_ENVVAR. | Ian Lance Taylor | 1 | -10/+13 | |
* configure: Rebuild. * Makefile.in (RPATH_ENVVAR): New variable. (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH. | |||||
1996-02-07 | * configure.in: Check for --enable-shared. Substitute new | Ian Lance Taylor | 1 | -11/+45 | |
variables BFDLIB and OPCODES. * configure: Rebuild. * Makefile.in (BFDLIB): Set to @BFDLIB@. (OPCODES): Set to @OPCODES@. | |||||
1996-02-01 | * configure: Regenerate with autoconf 2.7. | Steve Chamberlain | 1 | -39/+183 | |
1996-02-01 | * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32. | Steve Chamberlain | 1 | -2/+2 | |
(powerpc*-*-cygwin32): New. * configure: Regenerated. | |||||
1995-12-23 | Build dlltool if config is powerpc*-*-win* | Michael Meissner | 1 | -177/+37 | |
1995-11-21 | * configure.in: Use BFD_NEED_DECLARATION. | Ian Lance Taylor | 1 | -51/+252 | |
* acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section. * configure, config.in: Rebuild with autoconf 2.6. | |||||
1995-11-07 | * configure.in: Don't treat rs6000-*-lynx* specially. | Ian Lance Taylor | 1 | -22/+15 | |
* configure: Rebuild. * config/rslynx: Remove. * Makefile.in: Remove @target_makefile_fragment@. | |||||
1995-09-25 | * configure.in: Call AC_HEADER_SYS_WAIT. | Ian Lance Taylor | 1 | -5/+45 | |
* configure: Rebuild. * config.in: Rebuild. * dlltool.c: Include "libiberty.h" and "bucomm.h". Don't include <stdio.h>, <stdlib.h>, or <string.h>. Don't include <wait.h>. Include <sys/types.h>. Use HAVE_SYS_WAIT_H to control whether to include <sys/wait.h> or define the wait macros by hand. Don't declare xmalloc. (gen_lib_file): Don't assume that sprintf returns the number of characters; use strlen instead. | |||||
1995-09-07 | * config.in: Rename from config.h.in. | Ian Lance Taylor | 1 | -12/+46 | |
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Check for config.h:config.in when creating stamp-h. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in rather than config.h.in. Set CONFIG_HEADERS to config.h:config.in when calling config.status. | |||||
1995-09-06 | * configure.in: Rewrite to use autoconf. | Ian Lance Taylor | 1 | -631/+1288 | |
* aclocal.m4: New file. * configure: New file, built by autoconf. * acconfig.h: New file. * config.h.in: New file, built by autoheader. * Makefile.in: Various changes for new configure script. Also: (PROGS): Remove $(SYSINFO_PROG). (ALL_CFLAGS): Remove $(TDEFINES). (version.o): Use $(ALL_CFLAGS). (cplus-dem.o, dlltool.o, nlmconv.o): Likewise. (sysdump.o): Depend upon bucomm.h and config.h. (srconv.o, arsup.o, strings.o): Depend upon config.h. (filemode.o): Don't depend upon ../bfd/sysdep.h. (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h. (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise. (nlmheader.o, nlmconv.o): Likewise. (distclean): Don't remove sysdep.h. * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h". Include "fopen-same.h" or "fopen-bin.h", based on USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is not a macro. Include <unistd.h>, <string.h>, <strings.h>, <stdlib.h>, and <fcntl.h> if they are present. Declare strchr, strrchr, and strstr if no string header file exists. Include <sys/file.h> if it exists and <fcntl.h> does not. Define O_RDONLY and O_RDWR if necessary. * ar.c: Don't include "sysdep.h". Do include <sys/types.h> and <sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and don't declare errno. * arsup.c: Don't include <sysdep.h>. * bucomm.c: Don't include "sysdep.h". Include <stdio.h>, <sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines time_t. Define time_t if necessary. * coffdump.c: Don't include "sysdep.h". * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise. * srconv.c, strings.c: Likewise. * nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK. * objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and <sys/stat.h>. (simple_copy): Use creat rather than assuming that O_CREAT is defined. * objdump.c: Don't include "sysdep.h". Use NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED. * sysdump.c: Include "bfd.h" and "bucomm.h". Don't include "sysdep.h" or <stdlib.h>. (dump_symbol_info): Rename from symbol_info. Change all callers. | |||||
1991-10-02 | resync | K. Richard Pixley | 1 | -228/+204 | |
1991-08-06 | Host-level GNUmakefiles. | K. Richard Pixley | 1 | -78/+123 | |
1991-05-27 | fixed a bug in multiple targets | K. Richard Pixley | 1 | -25/+54 | |
1991-05-14 | see devo/configure 1.11 | K. Richard Pixley | 1 | -26/+70 | |
1991-04-17 | Fixed a problem with host dependent parts. | K. Richard Pixley | 1 | -13/+11 | |
1991-04-16 | Now handles multiple hosts and targets. | K. Richard Pixley | 1 | -253/+373 | |
1991-04-13 | Config cut 3. We now almost install a29k. | K. Richard Pixley | 1 | -56/+81 | |
1991-04-10 | Cut 2. Subdirs. | K. Richard Pixley | 1 | -86/+117 | |
1991-04-09 | First cut config hits binutils. | K. Richard Pixley | 1 | -523/+86 | |
1991-04-04 | Initial revision | K. Richard Pixley | 1 | -0/+845 | |