Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
* bfd.c, Makefile.in: added tekhex * aoutx.h (set_section_contents): pages should be padded to the size of a page, not the size of a segment. * configure.in: added go32 host and i386-aout target. * i386aout.c, libaout.h: now works for go32 target * ieee.c: fix bit rot. * seclet.c: support for padding seclet type. | |||||
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 | |
host/h-<foo> now just <foo>. * configure.in: reflect changes | |||||
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 | |
not bfd.h can use them | |||||
1992-02-29 | * aoutx.h (NAME(aout,print_symbol)): Don't print | Per Bothner | 1 | -1/+0 | |
symbol addresss for undefined symbols. * coff-rs6000.c: Various updates (due to target- independent changes). * libbfd.h: Ditto (tdata field is now a union). * hosts/h-sparc.h: Removed prototype for bogus function 'emset' (presumably should have been 'memset' - which is there). | |||||
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 | |
Specify byte order. * hosts/h-vaxbsd.h: Define the form of exec and core files. | |||||
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 | |
to match the other h-* files. | |||||
1991-12-13 | * hosts/h-*.h: Configure fopen using ../include/fopen-*.h | John Gilmore | 17 | -256/+19 | |
rather than N copies of the same lines. | |||||
1991-12-12 | Added macros for the 'type' part of an fopen, freopen or fdopen. | Steve Chamberlain | 23 | -14/+480 | |
<Read|Write>[Update]<Binary file>|<text file> eg: fopen("foo", FOPEN_WB) to open for writing binary. Usefull for vms, dos and who knows what else. | |||||
1991-12-12 | Initial revision | Steve Chamberlain | 1 | -0/+48 | |
1991-12-08 | More prototype lint. | Steve Chamberlain | 1 | -2/+18 | |
1991-12-01 | Changed all prototypes from PROTO to EXFUN | Steve Chamberlain | 1 | -20/+20 | |
1991-11-30 | Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h. | Fred Fish | 1 | -0/+1 | |
1991-11-30 | Initial revision | Fred Fish | 1 | -0/+62 | |
1991-11-21 | Remove echo. | John Gilmore | 1 | -44/+0 | |
1991-11-14 | Added harris | Steve Chamberlain | 1 | -1/+5 | |
1991-11-14 | Get prototype of memchr right | Steve Chamberlain | 1 | -1/+1 | |
1991-11-13 | Initial revision | Steve Chamberlain | 1 | -0/+38 | |
1991-11-09 | Define FASCIST_FDOPEN. | John Gilmore | 1 | -0/+3 | |
1991-11-05 | Added h-delta88 | Steve Chamberlain | 1 | -1/+5 | |
1991-11-03 | Get rid of MISSING_VFPRINTF, since libiberty provides one. | Per Bothner | 1 | -2/+0 | |
1991-10-28 | Initial revision | Steve Chamberlain | 1 | -0/+81 | |
1991-10-22 | Remove malloc/free decls covered in stdlib.h. From David Taylor. | John Gilmore | 1 | -2/+0 | |
1991-10-17 | Make perror arg be CONST to avoid warning, | Per Bothner | 1 | -2/+1 | |
and remove duplicate declaration of perror. | |||||
1991-10-17 | * hosts/h-tahoe.h: Add FASCIST_FDOPEN and NO_CORE_COMMAND; revamp HOST_*, etc. | John Gilmore | 1 | -1/+1 | |
* hosts/h-i386v.h: Use <utime.h>, not <sys/utime.h>, unlike POSIX. | |||||
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 1 | -2/+5 | |
1991-10-15 | * hosts/h-amix.h (free): Fix prototype. | John Gilmore | 1 | -1/+1 | |
1991-10-12 | Update for new bfd/hosts. | John Gilmore | 1 | -6/+11 | |
1991-10-11 | Initial revision | John Gilmore | 1 | -0/+123 | |