aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
AgeCommit message (Collapse)AuthorFilesLines
1993-12-15cleanups and mach3 changesDavid MacKenzie1-1/+1
1993-12-03 * config/solaris2.mh (HDEFINES): Remove -Dconst=Ian Lance Taylor1-0/+6
* hosts/solaris.h: If not __GNUC__, define const as empty.
1993-12-01 * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast resultsIan Lance Taylor1-2/+4
to unsigned long.
1993-11-21Modified to be based on lynx.h, like i386 and m68k versions.Ken Raeburn1-28/+1
1993-11-21define FPRINTF_ALREADY_DECLAREDKen Raeburn2-0/+4
1993-11-17 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.Stu Grossman4-54/+39
* m68klynx.c: Define core file macros. * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all non-architecture specific stuff into lynx.h.
1993-11-01Keep Lynx filesStan Shebs1-0/+1
1993-10-29testDavid MacKenzie1-1/+1
1993-10-29Minor changes, plus definitions for Sparc Lynx host.Stan Shebs3-6/+48
1993-10-13remove inclusion of strings.hKen Raeburn1-1/+0
1993-10-03* config/news-mips.mh, hosts/news-mips.h: New files.Jim Kingdon1-0/+1
1993-10-02new for mips corefilesJim Kingdon1-0/+12
1993-09-28Keep m68klynx.hStan Shebs1-0/+1
1993-09-28New and improved Lynx support.Stan Shebs2-0/+33
1993-09-27 * archive.c: Define offsetof here.Jim Kingdon18-94/+0
* hosts/*.h: Don't define it here.
1993-09-22* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.Stu Grossman1-19/+16
* bfd-in2.h (tdata): Add lynx_core_data; * config.bfd configure.host: Get rid of superfluous netbsd and lynxos entries. * configure.in: Add lynx-core.o to Lynx config. * i386lynx.c: Add defs for core file support. * lynx-core.c: New file with Lynx core file support. * hosts/i386lynx.h: Move lots of host specific includes to here. Add def of HOST_LYNX. Remove unnecessary defs.
1993-09-17Make sure that "offsetof" is defined on all hosts, now that archive.c uses it.John Gilmore29-46/+154
1993-09-14* hosts/std-host.h (offsetof): Define, if not already, for archive.c.John Gilmore1-0/+5
1993-09-12 * hosts/i386sco.h: Define a bunch of stuff for core files.Jim Kingdon2-44/+0
* sco-core.c: Remove, replace by trad-core.c. * trad-core.c: If HOST_STACK_START_ADDR is defined, use it. * config/i386sco.mh: Use trad-core not sco-core. * hosts/i386isc.h, config/i386isc.mh: Remove. * configure.host: Use i386sco for isc. * config/i386-sco.mt: Remove, identical to i386-coff.mt. * config.bfd: Use i386-coff not i386-sco.
1993-09-02 * hosts/delta88v4.h: New for SVR4.Jim Kingdon2-0/+9
* configure.hosts: Use it.
1993-09-02new for /proc support on svr4 delta88Jim Kingdon1-0/+0
1993-08-28More patches from Jeff Law, plus a little cleanup of my own.Ken Raeburn1-3/+2
These changes separate PA-SOM support from PA-ELF support. A sun4-x-hppaosf assembler can now be built. Include <stdlib.h> and <unistd.h>. Do not define malloc or free.
1993-08-25Merged in changes from Jeff Law and Pete Hoogenboom at Utah for PA ELFKen Raeburn1-1/+1
support. Compiles, not particularly well tested. See ChangeLog for details.
1993-08-18 * hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.Jim Kingdon1-1/+2
* hosts/i386mach.h: removed, replaced by i386osf1mk.h. * config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format. * Makefile.in, configure.host, config.bfd: Corresponding changes. * hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
1993-08-18 * hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.Jim Kingdon1-0/+11
* hosts/i386mach.h: removed, replaced by i386osf1mk.h. * config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format. * Makefile.in, configure.host, config.bfd: Corresponding changes. * hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
1993-08-17replaced by i386mach3.hJim Kingdon1-32/+0
1993-08-17new for machJim Kingdon2-0/+0
1993-08-11 * Base use of sco-core on host, not target.Ian Lance Taylor2-0/+2
* configure.host (i[34]86-*-sco*): Use i386sco rather than i386v. * config/i386-sco.mt (TDEFINES): Removed. * config/i386sco.mh: New file to use sco-core. * hosts/i386sco.h: New file; just includes hosts/i386v.h. Not needed for gdb 4.10.
1993-08-03* elf32-hppa.h, hosts/*: Remove (one more time) all occurrancesJohn Gilmore17-162/+162
of EXFUN in the BFD sources. Heave ho!
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02remove some conflicting declsDavid D. Zuhn1-2/+0
1993-08-02Add i386lynx.h.Stu Grossman1-0/+1
1993-08-02Sun Aug 1 22:54:08 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman1-0/+30
* configure.host, configure.in, hosts/i386lynx.h: Lynx/386 host and target info.
1993-07-30dSteve Chamberlain15-5/+15
Make sure ansidecl.h is included where needed.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-30Add esix.h to Things-to-lose list.Fred Fish1-0/+2
1993-07-30remove some sun3 function declsDavid D. Zuhn1-5/+0
1993-07-26 Yet another trad-core variant:Jim Kingdon1-0/+6
* config/esix.mh, hosts/esix.h: New files. * configure.hosts: Use them.
1993-07-26new for esixJim Kingdon1-0/+0
1993-07-22 * hpux-core.c: New file; backend for HP/UX style core files.Ian Lance Taylor1-0/+2
* bfd.c (struct _bfd): Renamed hppa_core_data field to hpux_core_data. * bfd-in2.h: Updated. * hppa.c (make_bfd_asection, hppa_core_file_p, hppa_core_file_failing_command, hppa_core_file_failing_signal, hppa_core_file_matches_executable_p): Moved into hpux-core.c. Removed from target vector. * libhppa.h (struct hppa_core_struct and accessor macros): Moved into hpux-core.c. * targets.c: If HPUX_CORE is defined, add hpux_core_vec to target list. * config/hp300.mh (HDEFINES): Set to -DHPUX_CORE. (HDEPFILES): Set to hpux-core.o. * config/hppabsd.mh, config/hppahpux.mh: Likewise. * hosts/hp300.h (HOST_HP300HPUX): Define. * Makefile.in (OPTIONAL_BACKENDS): Added sco-core.o, aix386-core.o, hpux-core.o. (sco-core.o, aix386-core.o, hpux-core.o): New dependencies.
1993-07-20Reflect symmetry changesJim Kingdon1-0/+1
1993-07-19 * coffcode.h: Recognize I386PTXMAGIC.Jim Kingdon1-0/+23
* aoutf1.h, libaout.h: Add M_386_DYNIX. * trad-core.c (TRAD_CORE_USER_OFFSET, TRAD_CORE_STACK_FILEPOS): New macros; use it if defined. * config/symmetry.mh, hosts/symmetry.h: New files.
1993-07-11 * elfcode.h: Use memset not bzero.Jim Kingdon1-0/+1
* trad-core.c: Don't include <sys/file.h>. * i386linux.h: Include <sys/file.h>. * coff-m68k-un.c: new file to handle names with underscores on svr3 machines. * coff-m68k.c (m68k_rtype2howto): added #ifdef ONLY_DECLARE_RELOCS to not duplicate the function in the executable. (TARGET_SYM, TARGET_NAME, NAMES_HAVE_UNDERSCORE): new macros needed by coff-m68k-un.c. * coffcode.h (MC68KBCSMAGIC): case added. * targets.c: Add m68kcoffun_vec. * configure.host: added support for Bull dpx/2. * config/dpx2.mh, hosts/dpx2.h: new files. * Makefile.in: added target coff-m68k-un.
1993-07-11new for dpx2Jim Kingdon1-0/+0
1993-07-08 * hosts/i386bsd.h: Conditionalize HOST_STACK_END_ADDR on __bsdi__.Jim Kingdon1-18/+4
i386bsd.c: Remove defines of N_TXT*; the versions in aout64.h should be sufficient. Define TEXT_START_ADDR.
1993-07-02 * hosts/std-host.h: Removed declarations of printf, fprintf,Ian Lance Taylor1-6/+1
fcntl, fread and fwrite. They are all error prone for one reason or another. Changed declaration of memchr from char * to PTR.
1993-07-02update .Sanitize for delta68Jim Kingdon1-0/+1
1993-07-02new file for delta 68Jim Kingdon1-0/+0
1993-06-24Get 64bit stuff right.Steve Chamberlain1-2/+2
1993-06-23 * hosts/riscos.h: New file.Jim Kingdon2-0/+16