aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-12-11infodir belongs in datadirK. Richard Pixley5-10/+13
1991-12-10 * chew.c: don't core dump when can't open fileSteve Chamberlain1-0/+13
* Makefile.in: get proto.str from the right place when built in odd directories
1991-12-10clean-gdbm on cleanK. Richard Pixley2-2/+2
1991-12-10install-gcc on installK. Richard Pixley2-3/+4
1991-12-10add decstation host makefile fragK. Richard Pixley2-0/+3
1991-12-10pass CC from the topK. Richard Pixley1-0/+1
1991-12-10BISON now bison -y againK. Richard Pixley2-5/+9
1991-12-10Massage new readline appendix so texi2roff can understand markupRoland Pesch1-3/+16
(text uses new @ftable command which texi2roff-2 doesn't grok) for gdb.mm, gdb.me, gdb.ms targets
1991-12-10Better support for building documentation targets in separate objdirRoland Pesch1-0/+739
and srcdir (won't attempt to write in srcdir/doc).
1991-12-10rdl-apps.texi is no longer used, with the new improved doc Makefile.in.Roland Pesch1-2/+4
1991-12-10Improve support for building in separate objdir (verified all individualRoland Pesch2-29/+43
targets with each of GNU make and Sun make).
1991-12-10fix for bad directory testsK. Richard Pixley2-129/+391
1991-12-10* Makefile.in: Pass -y to bison. (Again; accidentally deleted by Rich.)Per Bothner4-50/+117
* news.sc, ldgld68k.sc: Define __end as well as _end.
1991-12-09Keep a.out.gnu.h.Michael Tiemann1-1/+5
1991-12-09Keep mt-vxworks{68,960}.Michael Tiemann1-0/+2
1991-12-09Define INSTALL_TARGET in a sensible fashion for building cross tools.Michael Tiemann1-0/+1
1991-12-09Add fixes needed to compile vxworks960 target.Michael Tiemann1-0/+2
1991-12-09Initial revisionMichael Tiemann2-0/+2
1991-12-09Integrated quick fixes to C++ handling of static member functions andMichael Tiemann1-17/+19
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.
1991-12-08Remove crass vaxism. Now SELECT_VECS will do something again.Steve Chamberlain1-2/+36
1991-12-08Pick up bfd library from the build directory, not the sourceMichael Tiemann1-1/+1
directory.
1991-12-08Update from bfd.c et alSteve Chamberlain1-81/+489
1991-12-08Fix a problem on i386 systems where buffered code stream access was failingFred Fish1-0/+6
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.
1991-12-08Use macros to hide some of the ugly casting required in the previouslyFred Fish2-5/+19
applied fix for pointers with the high bit set.
1991-12-08*** empty log message ***Steve Chamberlain1-1/+5
1991-12-08 * ldindr.h: added to contain prototypes of ldindr.cSteve Chamberlain1-1/+1
* ldfile.c: include ctype.h * ldmain.c: include the requried prototype headers * ldwrite.c: get_reloc_upper_bound has been renamed bfd_get_reloc_upper_bound
1991-12-08Initial revisionSteve Chamberlain1-0/+9
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain6-32/+59
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h
1991-12-08Initial revisionSteve Chamberlain1-0/+2
1991-12-08More prototype lint.Steve Chamberlain1-2/+18
1991-12-08 * chew.c: Much modifiedSteve Chamberlain1-1/+9
* proto.str, doc.str: New files for extracting to product prototypes and documents respectively.
1991-12-08add a couple missing ${srcdir}sK. Richard Pixley1-1/+1
1991-12-08 * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coff-m88k.c,Steve Chamberlain5-245/+114
coffcode.h, core.c, ctor.c, elf.c, format.c, ieee.c, init.c, libbfd.c, libbfd.h, libcoff.h, opncls.c, reloc.c, section.c, srec.c, syms.c, targets.c : all new documentation and lint removal.
1991-12-08Set version to 4.3.1 so we won't mistake experimental for standard.John Gilmore2-741/+4
1991-12-08Merge gdb-4.3 and Rich's Makefile.in's.John Gilmore1-14/+40
1991-12-08GDB-4.3 release! Roll VERSION and fixup minor gdb.tar.Z botch.John Gilmore1-42/+16
1991-12-08Merge Rich's overlapped changes with the gdb-4.3 version.John Gilmore1-0/+16
1991-12-08Merge Rich's and the gdb-4.3 changes.John Gilmore1-0/+15
1991-12-08This is the version of devo/bfd/ChangeLog that was in the gdb-4.3 release.John Gilmore1-13/+3
1991-12-07avoid building chew into $(srcdir)K. Richard Pixley1-0/+1
1991-12-07Desupport i386sco, and mention the new readline.John Gilmore1-2/+13
1991-12-07find sysdep.hK. Richard Pixley1-1/+1
1991-12-07Update for 4.3.John Gilmore5-590/+590
1991-12-07Lint (detected on hp300bsd & sconix)John Gilmore2-295/+479
1991-12-07* gmalloc.c: Fix bug that causes malloc & free toJohn Gilmore1-4/+4
fail on systems where pointers have the high bit set (0x800efcf0 for example). The problem is that the difference between two pointers is a signed integer, so the computation (char *) 0x800efcf0 - (char *) 0 yields a negative value. The sign of the result of the modulus operator is machine dependent for negative operands, thus it is possible for it to end up negative. From Fred Fish.
1991-12-07* configure: \{1,2\} appears to be a sysv'ism. Use a differentK. Richard Pixley2-10/+13
regexp.
1991-12-07If you're going to nroff the man page, at least do it from the right place.K. Richard Pixley1-1/+1
1991-12-07Initial revisionK. Richard Pixley1-0/+28
1991-12-07Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley2-488/+1428
* Makefile.in: unwrapped some for loops so that parallel makes work again and so one can focus one's attention on a particular package. Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: added PWD as a stand in for `pwd` (for speed). use elif wherever possible. make -srcdir work without -objdir. -objdir= commented out. Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: +options become --options. -subdirs commented out. added -host, -datadir. Renamed -destdir to -prefix. Comment in Makefile now at top of generated Makefile. Removed cvs log entries. added -srcdir. create .gdbinit only if there is one in ${srcdir}. * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Freshly created ChangeLog.
1991-12-07Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley3-18/+62
* Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA. added clean-info. added some standards.text support and made it look like our other Makefiles. * configure.in: mark this directory target dependent. configure now runs entirely in objdir so make existence tests and references against ${srcdir}. Thu Dec 5 22:46:13 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.