aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1991-11-11Added the $(MINUS_G) flag so that debugging can be turned offSteve Chamberlain1-1/+2
1991-11-11add GCCVERBOSE flag for debuggingK. Richard Pixley1-2/+7
1991-11-09Remove leftover call to do_cleanups() which resulted from a previous change.Fred Fish2-3/+3
Was being called with a random pointer.
1991-11-09Document use of elf_big_vec as DEFAULT_VECTOR.Fred Fish1-0/+2
1991-11-09Don't try to create a bfd section for the first ELF section header tableFred Fish2-3/+9
entry, since it is just a placeholder with no name.
1991-11-09Re-enable compilation of register_addr() stub whenever it is not suppliedFred Fish2-3/+12
by coredep.c, since it is referenced by fetch_core_registers(). This is still a temporary kludge.
1991-11-09correct a commentK. Richard Pixley1-3/+12
1991-11-09thin out directories actually createdK. Richard Pixley1-11/+2
1991-11-09Modernize, add sysdep-*.h filesJohn Gilmore1-22/+2
1991-11-09* configure.in: Make a link for sysdep.h. Specify commontargets.John Gilmore3-12/+24
* sysdep-norm.h: The usual alloca declarations. * sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca. * history.c, readline.c: Use sysdep.h.
1991-11-09Initial revisionJohn Gilmore2-0/+14
1991-11-09Remove Rs/6000 changes (patch_block_stabs) so it will link without.John Gilmore1-12/+0
1991-11-09* coff-rs6000.c, config/mh-rs6000: Make it work on archive andJohn Gilmore1-4/+13
core files, when compiling native. * hosts/h-rs6000.h: Define FASCIST_FDOPEN for bfd_fdopenr.
1991-11-09Define FASCIST_FDOPEN.John Gilmore1-0/+3
1991-11-09More changes for objfiles.John Gilmore1-1/+8
1991-11-09Add tracking of object files (that contain symbols) to gdb.John Gilmore8-229/+443
This includes a "struct objfile" that owns symtabs and psymtabs that were read in from that binary file. See ChangeLog.
1991-11-09Lint and some rs/6000 port.John Gilmore6-183/+128
1991-11-09Now runs write_armap, even when listing contents.Steve Chamberlain1-21/+11
1991-11-09Fixed bug printing 29050 instructions.Steve Chamberlain1-3/+4
1991-11-08Format improvements, mostly for @smallbook (including reformatted tableRoland Pesch1-137/+132
of config options).
1991-11-08Remove spurious echoSteve Chamberlain1-1/+0
1991-11-08Put .comments into .data section, otherwise 88k can't exec the image.Steve Chamberlain1-0/+1
1991-11-08 * Makefile.in: link with libiberty after libreadline, sinceSteve Chamberlain2-1/+3
readline might want something in libiberty.
1991-11-08Only has -DSYSV nowSteve Chamberlain1-3/+0
1991-11-08 * m88k-xdep.c: Fixed the register offsets in the ptrace_userSteve Chamberlain1-0/+7
struct for BCS 88k machines. * xm-m88k.h: don't define USIZE if already defined. * configure.in: Added delta88 target.
1991-11-08Fixed S?IP_OFFSETs for the Motorola Delta 88.Steve Chamberlain1-19/+16
1991-11-08Added delta88 casesSteve Chamberlain1-3/+19
1991-11-08#ifndef USIZESteve Chamberlain1-1/+2
around #define USIZE
1991-11-08Include coff-m88k.h rather than m88kbcs.hSteve Chamberlain1-1/+1
1991-11-08Install ld into ddestdir/bin.Steve Chamberlain1-3/+1
1991-11-08Fix decoding of mtacc, dmac, fmac. These files should really get mergedJohn Gilmore3-3/+5
with the ones in BFD and the assembler, but c'est la vie.
1991-11-08Smallbook format fixes.Roland Pesch1-91/+100
1991-11-08Initial revisionSean Eric Fagan2-0/+2
1991-11-08fixed for objdir/subdirsK. Richard Pixley1-5/+5
1991-11-08Fix missing brackets, parens, discovered during man-page conversion.Roland Pesch1-3/+3
1991-11-08install man pages tooK. Richard Pixley1-2/+13
1991-11-08get version from the right placeK. Richard Pixley1-1/+1
1991-11-08rework install-dirs, add install-no-fixincludeK. Richard Pixley1-21/+30
1991-11-07Initial revisionSteve Chamberlain1-0/+13
1991-11-07Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain3-4/+8
* internalcoff.h: took out the M88 dependency in the lineno struct. * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use 32bit linno entries. * a29k-opcode.h: fixed encoding of mtacc
1991-11-07Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com)Steve Chamberlain2-318/+217
* coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for manipulation of lnno fields in lineno structs in a coff-<f>.h independent way. Override it in coff-<f>.h to your favourite number if you don't have a 16bit lnno field. (coff_swap_lineno_in) (coff_swap_lineno_out): modified to use the new macros.
1991-11-07Fixed encoding of mtacc instruction.Steve Chamberlain2-2/+13
1991-11-07*** empty log message ***Steve Chamberlain1-0/+17
1991-11-07* tm-*.h: Remove READ_DBX_FORMAT, COFF_FORMAT, andJohn Gilmore26-178/+41
READ_MIPS_FORMAT, which have been unused since BFD. Still remaining is COFF_NO_LONG_FILE_NAMES. * tm-sun3.h, tm-altos.h: Remove detritus accidentally left from function calling code moved to m68k-tdep.c.
1991-11-07fix a three-stage typo, build better install-dirsK. Richard Pixley1-10/+8
1991-11-07only build a link if it isn't there alreadyK. Richard Pixley1-3/+3