Age | Commit message (Expand) | Author | Files | Lines |
1992-10-15 | * apollo68.h, apollov68.h, hp300.h, i386v.h, irix3.h: Remove | Per Bothner | 5 | -59/+0 |
1992-10-09 | * aout-target.h (callback): Don't define this function if it won't be used. | Ken Raeburn | 2 | -0/+47 |
1992-10-08 | renamed hp9000 to hp300 | David D. Zuhn | 1 | -1/+1 |
1992-10-02 | renamed hp9000.h to hp300.h | David D. Zuhn | 1 | -0/+70 |
1992-09-29 | Tue Sep 29 08:30:21 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 |
1992-09-26 | * config/hppabsd.mh, config.hppahpux.mh: Remove various bogosity. | John Gilmore | 1 | -31/+1 |
1992-09-21 | Patches from WRS: | Ian Lance Taylor | 2 | -0/+11 |
1992-09-10 | * opncls.c (bfd_fdopenr): Determine whether to fdopen for | John Gilmore | 1 | -3/+0 |
1992-08-28 | Back out the HOST_BIG_ENDIAN_P changes I put in yesterday. | Ian Lance Taylor | 26 | -51/+0 |
1992-08-28 | Forgot to list the we32k files in .Sanitize. | Brendan Kehoe | 1 | -0/+1 |
1992-08-28 | Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 28 | -44/+68 |
1992-08-27 | Add preliminary support for the we32k (AT&T 3b2). | Brendan Kehoe | 1 | -0/+43 |
1992-08-18 | Need L_SET defined on the apollo, at least under BSD emulation mode. | Sean Eric Fagan | 1 | -15/+3 |
1992-07-15 | Add #include <alloca.h> so bfd can be built with native compiler. | Michael Tiemann | 2 | -0/+2 |
1992-07-14 | Add solaris2.h. | Stu Grossman | 1 | -0/+1 |
1992-07-04 | Don't really want <sys/file.h> on a SysV system, and need to make sure | Sean Eric Fagan | 1 | -2/+9 |
1992-06-25 | Declare free() for hpux. | Stu Grossman | 1 | -0/+3 |
1992-06-25 | * hosts/solaris2.h: Configure same as sysv4. | John Gilmore | 1 | -0/+5 |
1992-06-23 | Add i386linux.h. | Per Bothner | 1 | -0/+1 |
1992-06-20 | HPPA BS | Stu Grossman | 1 | -0/+2 |
1992-06-19 | HPPA merge. | Stu Grossman | 2 | -0/+117 |
1992-06-16 | * hosts/sparc.h (abort, exit): Hide these names if compiling with | Ken Raeburn | 1 | -0/+6 |
1992-05-26 | Add apollo68.h. | Per Bothner | 1 | -0/+1 |
1992-05-18 | Fix various protos so bfd/binutils compile on sun3 with gcc | Steve Chamberlain | 1 | -4/+6 |
1992-05-17 | fix declaration of free | K. Richard Pixley | 1 | -0/+4 |
1992-05-12 | Add definition of free | Steve Chamberlain | 1 | -0/+2 |
1992-05-08 | Compile with acc | Steve Chamberlain | 1 | -2/+5 |
1992-05-06 | fix cc compile failure | K. Richard Pixley | 1 | -1/+0 |
1992-04-17 | Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+1 |
1992-04-14 | New header file for Apollo Series 400 running under BSD4.3 emulation. | Sean Eric Fagan | 1 | -0/+58 |
1992-04-11 | New config files for NCR 3000. | Fred Fish | 2 | -0/+67 |
1992-04-09 | apollo68v.h => apollov68.h (must be for DOS 8.3 names or something) | John Gilmore | 1 | -1/+1 |
1992-03-31 | Add sysv4.h | Stu Grossman | 1 | -0/+1 |
1992-03-31 | Add irix4.h | Stu Grossman | 1 | -0/+1 |
1992-03-29 | * config/sparc-elf.mt, hosts/sysv4.h: New config files. | John Gilmore | 1 | -0/+66 |
1992-03-24 | add support for irix4 | K. Richard Pixley | 1 | -0/+41 |
1992-03-13 | Fixed the whitespace | Steve Chamberlain | 11 | -135/+131 |
1992-03-13 | * config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh. | Steve Chamberlain | 1 | -25/+25 |
1992-03-08 | include ansidecl.h | K. Richard Pixley | 1 | -0/+1 |
1992-03-06 | Now use EXFUN rather than PROTO, so that things using ansidecl.h and | Steve Chamberlain | 12 | -114/+114 |
1992-02-29 | * aoutx.h (NAME(aout,print_symbol)): Don't print | Per Bothner | 1 | -1/+0 |
1992-02-11 | Added h-apollo68v.h as a file to keep. | Sean Eric Fagan | 1 | -0/+1 |
1992-02-10 | Adding support for hosting on an apollo series 400 (68k processor). | Sean Eric Fagan | 1 | -0/+69 |
1992-02-07 | Fixed prototype mismatch reported by MDT | Steve Chamberlain | 1 | -1/+1 |
1992-01-31 | Fix core file stacks. | John Gilmore | 1 | -1/+1 |
1992-01-31 | * hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h: | John Gilmore | 2 | -30/+14 |
1992-01-19 | New host file for stratus. | Fred Fish | 1 | -0/+1 |
1992-01-19 | Initial revision | Fred Fish | 1 | -0/+66 |
1992-01-11 | Change abort() to a function return void to match usage on SVR4. | Fred Fish | 2 | -2/+2 |
1992-01-01 | Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of file | Fred Fish | 2 | -2/+6 |