Ian Lance Taylor
e41a1546e1
Back out the HOST_BIG_ENDIAN_P changes I put in yesterday.
34 years ago
Brendan Kehoe
c7551f7651
Forgot to list the we32k files in .Sanitize.
34 years ago
Ian Lance Taylor
8e3d11580a
Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com)
* targets.c, config/i960-bout.mt, hosts/*: added
HOST_BIG_ENDIAN_DEFAULT_VECTOR and
HOST_LITTLE_ENDIAN_DEFAULT_VECTOR because bout archive format
depends on the endianness of the host. Added #define
HOST_BIG_ENDIAN_P and #undef HOST_BIG_ENDIAN_P to a number of
configuration files in hosts/ (it was already in some).
34 years ago
Brendan Kehoe
6697a1a911
Add preliminary support for the we32k (AT&T 3b2).
34 years ago
Sean Eric Fagan
1e09a701a3
Need L_SET defined on the apollo, at least under BSD emulation mode.
35 years ago
Michael Tiemann
dd6cc3c938
Add #include <alloca.h> so bfd can be built with native compiler.
35 years ago
Stu Grossman
b0e15d3364
Add solaris2.h.
35 years ago
Sean Eric Fagan
c5ab244b6c
Don't really want <sys/file.h> on a SysV system, and need to make sure
a couple of necessary defines are done.
35 years ago
Stu Grossman
ad486d7771
Declare free() for hpux.
35 years ago
John Gilmore
c40dbf26ab
* hosts/solaris2.h: Configure same as sysv4.
35 years ago
Per Bothner
11be3463ff
Add i386linux.h.
35 years ago
Stu Grossman
76b731f9ae
HPPA BS
35 years ago
Stu Grossman
3fd76e5866
HPPA merge.
35 years ago
Ken Raeburn
458c48278a
* hosts/sparc.h (abort, exit): Hide these names if compiling with
gcc version 2, to avoid warnings.
35 years ago
Per Bothner
2a4e0ef292
Add apollo68.h.
35 years ago
Steve Chamberlain
de1478e115
Fix various protos so bfd/binutils compile on sun3 with gcc
35 years ago
K. Richard Pixley
bec9b33551
fix declaration of free
35 years ago
Steve Chamberlain
f6eaba8395
Add definition of free
35 years ago
Steve Chamberlain
cb467682ed
Compile with acc
35 years ago
K. Richard Pixley
5a9b659196
fix cc compile failure
35 years ago
Steve Chamberlain
e59320117e
Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* 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.
35 years ago
Sean Eric Fagan
59ad286d22
New header file for Apollo Series 400 running under BSD4.3 emulation.
35 years ago
Fred Fish
ccc76ce9bf
New config files for NCR 3000.
35 years ago
John Gilmore
5a3859296d
apollo68v.h => apollov68.h (must be for DOS 8.3 names or something)
35 years ago
Stu Grossman
95e19a8afe
Add sysv4.h
35 years ago
Stu Grossman
a11565c970
Add irix4.h
35 years ago
John Gilmore
be78a1301f
* config/sparc-elf.mt, hosts/sysv4.h: New config files.
35 years ago
K. Richard Pixley
fbad27e8b3
add support for irix4
35 years ago
Steve Chamberlain
302c8ab121
Fixed the whitespace
35 years ago
Steve Chamberlain
3e312eb07f
* config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.
host/h-<foo> now just <foo>.
* configure.in: reflect changes
35 years ago
K. Richard Pixley
335413d8ea
include ansidecl.h
35 years ago
Steve Chamberlain
56a56f4c15
Now use EXFUN rather than PROTO, so that things using ansidecl.h and
not bfd.h can use them
35 years ago
Per Bothner
8eb8b9aaa3
* aoutx.h (NAME(aout,print_symbol)): Don't print
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).
35 years ago
Sean Eric Fagan
3aaa5a482f
Added h-apollo68v.h as a file to keep.
35 years ago
Sean Eric Fagan
9ba0618dc7
Adding support for hosting on an apollo series 400 (68k processor).
35 years ago
Steve Chamberlain
31bc9fde33
Fixed prototype mismatch reported by MDT
35 years ago
John Gilmore
37fc9d04ee
Fix core file stacks.
35 years ago
John Gilmore
ab68b260f6
* hosts/h-hp300bsd.h, h-tahoe.h, h-vaxbsd.h, h-vaxult.h:
Specify byte order.
* hosts/h-vaxbsd.h: Define the form of exec and core files.
35 years ago
Fred Fish
6e549c78ab
New host file for stratus.
35 years ago
Fred Fish
bfab6110a3
Initial revision
35 years ago
Fred Fish
5baf85b6c5
Change abort() to a function return void to match usage on SVR4.
35 years ago
Fred Fish
748ec1244c
Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of file
to match the other h-* files.
35 years ago
John Gilmore
a5431adc97
* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
rather than N copies of the same lines.
35 years ago
Steve Chamberlain
33b6c26253
Added macros for the 'type' part of an fopen, freopen or fdopen.
<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.
35 years ago
Steve Chamberlain
5af1905211
Initial revision
35 years ago
Steve Chamberlain
147a251ab6
More prototype lint.
35 years ago
Steve Chamberlain
179ca8db66
Changed all prototypes from PROTO to EXFUN
35 years ago
Fred Fish
05b261a334
Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h.
35 years ago
Fred Fish
f8b4dadf65
Initial revision
35 years ago
John Gilmore
400184f0fd
Remove echo.
35 years ago