John Gilmore
a5431adc97
* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
rather than N copies of the same lines.
35 years ago
John Gilmore
c0fcc20765
* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
rather than N copies of the same lines.
35 years ago
John Gilmore
47ff3a6147
Initial revision
35 years ago
K. Richard Pixley
475576aef9
config.sub & config.subr merge
35 years ago
K. Richard Pixley
9a9e8e7f4b
revised install for dir.info
35 years ago
Steve Chamberlain
71fc99e9e6
Add mt-coff-h8300
35 years ago
Steve Chamberlain
0cc795aaa4
New dos files
35 years ago
Steve Chamberlain
f9ea3c982e
Initial revision
35 years ago
Steve Chamberlain
29a8640328
renamed obj-coff-bfd to obj-coffbfd
35 years ago
Steve Chamberlain
28bf2d3194
Added makefile.dos configure.dos
35 years ago
Steve Chamberlain
ccdbfbdcd1
Initial revision
35 years ago
Steve Chamberlain
be40d9aad1
Added configdos.bat makefile.dos
35 years ago
Steve Chamberlain
311894ea71
Added configdos.bat, makefile.dos
35 years ago
K. Richard Pixley
65947468ea
copied from gcc/config.subr.fsf
35 years ago
Steve Chamberlain
aed7941653
Added configdos.bat
35 years ago
Steve Chamberlain
1fdc6b0bbf
Initial revision
35 years ago
Steve Chamberlain
05c6bf2f0b
* cpu-h8300.c: disassemble branch displacements correctly
* coff-h8300.c: put reloc offsets out in 32bits
35 years ago
Steve Chamberlain
410e67eb21
* config/obj-coffbfd.c: lint, don't fixup relocs if H8300, use
tc_reloc_mangle to prepare relocation if one available
* config/tc-h8300.h: added tc_reloc_mangle routine
35 years ago
Steve Chamberlain
b4e2425020
* cache.c: fopen with new macros is needed for DOS.
* opncls.c, coff-rs6000.c: more fopens with macros.
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
db40ba149d
Initial revision
35 years ago
Steve Chamberlain
4b5ea3622d
* ar.c: added "b" to fopens for dos
* configdj.bat, makefile.dos new files from DJ
35 years ago
Steve Chamberlain
b645b63248
* makefile.dos, configdj.bat: New files from DJ
* cache.c: fopen with "b" is needed for DOS.
* ieee.c: environ renamed to envi to stop an include file
conflict.
* opncls.c: more fopens with "b"
35 years ago
K. Richard Pixley
c06ac69051
don't close a NULL file pointer
35 years ago
K. Richard Pixley
430485bb1d
build chew into the current directory
35 years ago
K. Richard Pixley
c466cfab84
infodir belongs in datadir
35 years ago
Steve Chamberlain
e152cd1e65
* chew.c: don't core dump when can't open file
* Makefile.in: get proto.str from the right place when built in
odd directories
35 years ago
K. Richard Pixley
65fd9a4d8b
clean-gdbm on clean
35 years ago
K. Richard Pixley
bb07ee3ebd
install-gcc on install
35 years ago
K. Richard Pixley
806fd9fc4e
add decstation host makefile frag
35 years ago
K. Richard Pixley
8806f7b98c
pass CC from the top
35 years ago
K. Richard Pixley
e9712beec8
BISON now bison -y again
35 years ago
Roland Pesch
5f92dab820
Massage new readline appendix so texi2roff can understand markup
(text uses new @ftable command which texi2roff-2 doesn't grok)
for gdb.mm, gdb.me, gdb.ms targets
35 years ago
Roland Pesch
3e5afc2c5e
Better support for building documentation targets in separate objdir
and srcdir (won't attempt to write in srcdir/doc).
35 years ago
Roland Pesch
088d39a498
rdl-apps.texi is no longer used, with the new improved doc Makefile.in.
35 years ago
Roland Pesch
cacf5942c4
Improve support for building in separate objdir (verified all individual
targets with each of GNU make and Sun make).
35 years ago
K. Richard Pixley
b26ff9d824
fix for bad directory tests
35 years ago
Per Bothner
e06ba18dad
* Makefile.in: Pass -y to bison. (Again; accidentally deleted by Rich.)
* news.sc, ldgld68k.sc: Define __end as well as _end.
35 years ago
Michael Tiemann
e530f5c4f2
Keep a.out.gnu.h.
35 years ago
Michael Tiemann
3b83ff565d
Keep mt-vxworks{68,960}.
35 years ago
Michael Tiemann
ef894e0cf1
Define INSTALL_TARGET in a sensible fashion for building cross tools.
35 years ago
Michael Tiemann
f0494a6ed8
Add fixes needed to compile vxworks960 target.
35 years ago
Michael Tiemann
a74c776d78
Initial revision
35 years ago
Michael Tiemann
7fb4dfc05d
Integrated quick fixes to C++ handling of static member functions and
stub methods. These changes are not complete in that a better
implementation will be more maintainable, but they make it possible to
debug groff with GDB.
35 years ago
Steve Chamberlain
f39b81f5a3
Remove crass vaxism. Now SELECT_VECS will do something again.
35 years ago
Michael Tiemann
0dd0c58e49
Pick up bfd library from the build directory, not the source
directory.
35 years ago
Steve Chamberlain
332b63272f
Update from bfd.c et al
35 years ago
Fred Fish
dda14b63ff
Fix a problem on i386 systems where buffered code stream access was failing
to take into account the minimum size granularity of the code section. For
now, the buffering is simply disabled until it can be done right.
There is still a similar problem in the i386 disassembly code for locations
within 20 bytes of the end of the code segment.
35 years ago
Fred Fish
e59622b438
Use macros to hide some of the ugly casting required in the previously
applied fix for pointers with the high bit set.
35 years ago