aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-11-13Repair info node-pointer bug.Roland Pesch1-58/+74
1991-11-13Changed 'i386_coff' to 'i386-coff' to match the real file's name.Sean Eric Fagan1-1/+1
1991-11-13Initial revisionSean Eric Fagan1-0/+4
1991-11-13Added support for SCO.Sean Eric Fagan1-0/+4
1991-11-13Initial revisionK. Richard Pixley4-0/+1318
1991-11-13Passes down version_path for things which install themselves intoSteve Chamberlain1-4/+9
libsubdir.
1991-11-13joins the rest of the worldK. Richard Pixley2-0/+116
1991-11-13Initial revisionK. Richard Pixley2-0/+94
1991-11-13The +noversion flag will make an installation happen to the machine/..Steve Chamberlain1-2/+11
directory rather than the machine/version/.. directory. Steve
1991-11-13 * ieee.c: (ieee_object_p) cast NULL correctly.Steve Chamberlain2-4/+15
* configure.in: added harris host
1991-11-13Initial revisionSteve Chamberlain1-0/+38
1991-11-13Initial revisionK. Richard Pixley1-0/+737
1991-11-13*** empty log message ***Steve Chamberlain1-0/+4
1991-11-13Various changes from David Wood.Steve Chamberlain1-94/+125
1991-11-13propogate MAKEINFO like we propogate BISONK. Richard Pixley1-3/+11
1991-11-13make the stage link a soft oneK. Richard Pixley1-3/+3
1991-11-13use gcc as ld for later stagesK. Richard Pixley1-2/+2
1991-11-13Ported to SCO's 3.2v2 system.Sean Eric Fagan3-13/+19
1991-11-13Forgot opcode files.John Gilmore3-1/+244
1991-11-13xcoffread.c, tdesc-lib, and misc fixes.John Gilmore2-13/+28
1991-11-13 * Makefile.in: Take out the version number for installSteve Chamberlain3-3/+15
* m88kbcs.sc: put in contructor blocks.
1991-11-13 * ar.c (get_pos_bfd): Previous fix was missing a "break".Per Bothner1-0/+4
1991-11-12Fixes related to handling of C++ methods (handle destructorsPer Bothner5-29/+56
and parameters that are functions).
1991-11-12Added tdesc-libSteve Chamberlain1-0/+1
1991-11-12Remove internal gdb definition of fixed arg count concat() function andFred Fish18-35/+35
convert to use of variable arg count concat() in libiberty.
1991-11-12First cutSteve Chamberlain2-0/+603
1991-11-12Initial revisionSteve Chamberlain2-0/+12
1991-11-12Added harris systemsSteve Chamberlain1-1/+7
1991-11-12rs6000 alone means rs6000-ibm-aixJohn Gilmore1-4/+4
1991-11-12* Makefile.in: Add xcoffread.c, xcoffexec.c.John Gilmore2-0/+28
* xcoffread.c: New file for handling AIX mangled-coff files. * xconfig/rs6000, tconfig/rs6000: New files. * buildsym.c: Add hooks for xcoffread.c.
1991-11-12* rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h,John Gilmore6-0/+3176
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries.
1991-11-12Initial revisionJohn Gilmore2-0/+44
1991-11-12New file.John Gilmore1-0/+1506
1991-11-12Just use #undef, not #define foo fooJohn Gilmore2-5/+5
1991-11-12add texinfo; mkdir foo/info; echo when mkdir'ingK. Richard Pixley1-1/+3
1991-11-12add texinfoK. Richard Pixley1-1/+1
1991-11-12Allways use -O2Steve Chamberlain1-1/+3
1991-11-12Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain3-12/+19
* Makefile.in: Use the MINUS_G no-debug convention * readline.c: (many_places) move all the declarations of rindex to only one place, to reduce the number of warnings it makes.
1991-11-12allow +foo bar options. stolen from texinfo configureK. Richard Pixley1-78/+131
1991-11-12Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain3-5/+13
* Makefile.in: standardize on MINUS_G to disable debugging * coff-m88k.c: create coff armaps instead of bsd ones. * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits when calling chmod.
1991-11-12uses __inline for now for gccSteve Chamberlain1-2/+3
1991-11-12Remove coredep.o from XDEPFILES. The fetch_core_registers() function isFred Fish1-1/+1
now found in procfs.c for hosts with /proc support.
1991-11-12Minor rewording of message containing name of program that generated aFred Fish4-19/+75
core file (core.c), permanently remove the register_addr() stub (elfread.c), move a misplaced #endif (procfs.c), and add fetch_core_registers func for core file support (procfs.c).
1991-11-12Additions to support ELF formatted core files.Fred Fish1-0/+6
1991-11-12Add support for ELF note sections, which are used in ELF core files toFred Fish3-0/+24
hold copies of various /proc structures at the time of the core dump.
1991-11-12 * ldmisc.c, ldmisc.h: Re-write info() to take a filenamePer Bothner2-1/+10
parameter, a format, and an arg pointer, and rename it to vfinfo(). Write info() in terms of new vfinfo(). New einfo() is the same as info(), except it writes to stderr. * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c, ldmisc.c: Replace "error" calls to info() by new einfo().
1991-11-12 * aoutx.h (NAME(aout,find_nearest_line)): Handle the casePer Bothner2-6/+70
of two N_SO stabs, one for directory, and one for filename. * bfd-in.h (print_vma): Factor out duplicate definition. Exit a little more gracefully when malloc returns NULL. * libbfd.c: New function bfd_xmalloc (malloc wrapper). * opncls.c, syms.c, bout.c, aoutx.h: Replace malloc by bfd_xmalloc. * libbfd.h: Rre-generated due to libbfd.c update.
1991-11-11Added tc-sparc.cSteve Chamberlain1-1/+5
1991-11-11Added MINUS_G flag, now debugging can be turned offSteve Chamberlain1-1/+2
1991-11-11* ldlex.l ldgram.y: made -V option do same as -vSteve Chamberlain2-4/+17
* Makefile.in: Added $(MINUS_G) flag so debugging can be turned off