aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-05-08Various portability lints.Steve Chamberlain8-539/+474
Fixed reloc bug in ieee and oasys.
1991-05-08Added make dep rule.Steve Chamberlain1-22/+6
When configure is used, the created makefile will have all the dependencies filled in.
1991-05-07(1) Updated to reflect renamed commands;Roland Pesch1-195/+269
(2) Reorganized, bringing more common commands forward, merging "print" and "x" into one section; (3) New sections: "Essential Commands", "GDB Scripts"; (4) Material on convenience vars and value history added to "Expressions"; (5) Uses PostScript fonts by default, also includes (commented out) alternative Computer Modern font definitions that format similarly.
1991-05-07Took out the c++ supportSteve Chamberlain1-8/+0
1991-05-07Fixed the shift reduce errors in the grammer using the yacc debugger.Steve Chamberlain3-32/+28
Removed some lint highlighted by the same.
1991-05-07Fixed problem where pc relative stuff was not being translatedSteve Chamberlain1-7/+41
properly. Oasys keeps no -ve pc in the disp of a branch, so we fake it.
1991-05-05*** empty log message ***Steve Chamberlain2-7/+14
1991-05-04Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.John Gilmore11-39/+90
1991-05-04Saber C cleanup. Fix horrid bug in opncls.c in which an obstack isJohn Gilmore8-285/+110
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...)
1991-05-04Saber C fixups.John Gilmore1-1/+1
1991-05-04Roll version to 3.95.John Gilmore2-2/+2
1991-05-04Fix =&'s in copy.cJohn Gilmore1-2/+2
1991-05-04See ChangeLog.John Gilmore4-10/+19
1991-05-04Jim Kingdon's gdb port to the m88k.John Gilmore1-0/+1
1991-05-04Jim Kingdon's port to m88k on his last day at Cygnus.John Gilmore1-3/+3
1991-05-04Jim Kingdon's port of gdb to m88k on his last day.John Gilmore1-1/+1
1991-05-04John's suggestions.K. Richard Pixley1-23/+23
1991-05-04*** empty log message ***Steve Chamberlain3-18/+6
1991-05-03*** empty log message ***Steve Chamberlain8-42/+54
1991-05-03Rename getopt to libiberty.John Gilmore1-2/+5
1991-05-03*** empty log message ***Roland Pesch1-0/+5
1991-05-03There should be a Makefile in the cvs main directory, configuredJohn Gilmore1-0/+937
for "./config.gdb none", so that things like "make tags" and "make tar" will work.
1991-05-03Avoid making a machine-dependent (probably wrong) declaration of mallocJohn Gilmore1-2/+0
and free. Depend on the sysdep.h file to do that for us.
1991-05-03Be sure malloc and free are declared; bfd/opncls uses them.John Gilmore1-0/+3
1991-05-03Changed getopt to libiberty, commented out an aborted attempt at hostK. Richard Pixley2-11/+35
level Makefiles because it caused errors on +rm, add a warning for directories expected to be removed on +rm but that don't exist.
1991-05-03*** empty log message ***Jim Kingdon1-0/+82
1991-05-03 * mtrace.c: Don't typedef things like size_t, just #define them.Jim Kingdon1-0/+7
1991-05-03 * cplus-dem.c [__STDC__]: Make x{m,re}alloc return void*.Jim Kingdon1-2/+4
1991-05-03 * signame.c: Cast const char* to char* when assigning to sys_siglist.Jim Kingdon1-2/+4
1991-05-03Make it run on wingnut (88k, DGUX). Complete list of changes in the ChangeLog.Jim Kingdon9-23/+1969
1991-05-03(osys_read_record): If record->header.lenth <= sizeof (record->header),Jim Kingdon1-0/+2
then return rather than passing a negative (or zero) nelts to bfd_read.
1991-05-03Make arg to zalloc a bfd_size_type not a size_tJim Kingdon1-1/+1
1991-05-03Make it limp for MIPS ECOFF, too.John Gilmore1-0/+7
1991-05-03 Mips bringup and general cleanupJohn Gilmore5-244/+35
* cplus-dem.c: Move CPLUS_MARKER define to after defs.h. * infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values. (This still doesn't seem to make MIPS bkpts work.) * mipsread.c: Remove dup "Reading symbol data..." msg. (symbol_file_command, add_file_command): Remove, obsol. * printcmd.c (ptype_command): Say "an enum" rather than "a enum". Wrap output appropriately. * stack.c (locals_info, catch_info, args_info): Check selected_frame rather than target_has_stack or coredumping. * valprint.c (type_print_varspec_suffix): Wrap "ptype" output of enums appropriately.
1991-05-03*** empty log message ***Jim Kingdon1-14/+13
1991-05-02Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)John Gilmore8-622/+149
and make the result compile and run on the DEC 3100. It still has trouble running but it can handle opening exec and symbol files in ecoff format.
1991-05-02Make it compile on DEC 3100.John Gilmore1-11/+21
1991-05-02Minor cleanup to make it compile on DECstation.John Gilmore2-37/+53
1991-05-02Make bfd_filename return a char *, not a const char *.Jim Kingdon1-1/+3
1991-05-02*** empty log message ***Jim Kingdon1-68/+93
1991-05-02*** empty log message ***Jim Kingdon2-236/+259
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore2-6/+6
1991-05-02 * xm-sun386.h: Don't define SET_STACK_LIMIT_HUGE.Jim Kingdon1-1/+3
1991-05-02 * blockframe.c, breakpoint.c, core.c, command.c, findvar.c,Jim Kingdon1-1/+1
eval.c, expprint.c, infcmd.c, infrun.c, main.c, printcmd.c, remote.c, source.c, stack.c, dbxread.c, coffread.c, symfile.h, symfile.c, utils.c, valarith.c, values.c, valops.c, tm-68k.h, target.c, inftarg.c, ieee-float.c, environ.c, defs.h, command.h, inferior.h, gdbcore.h, symtab.h, expression.h, symtab.c, cplus-dem.c, value.h, expread.y, valprint.c, copying.awk, solib.c, inflow.c, symmisc.c : Lint. Use read_memory not read_memory_integer on CORE_ADDR's. Use {value_as,unpack}_pointer (added to values.c) not {value_as,unpack}_long on CORE_ADDR's. Use longest_to_int (added to defs.h) instead of cast to int. Remove from_tty arg to mod_path. Put symfile_bfd in {coff,dbx}read.c not symfile.h. Use OP_NULL instead of 0 where dummy enum exp_opcode needed.
1991-05-02The list of changes is too long to fit in the cvs log (since it truncates!).Jim Kingdon30-145/+393
Look at the ChangeLog for Apr 30 and May 1.
1991-05-02 * signame.c: Include defs.h and param.h.Jim Kingdon2-0/+46
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore16-1005/+759
Remove obstack.h to ../include and obstack.c to ../libiberty. Move COFF symbol swapping code to coffswap.c where GDB can call it but it won't be duplicated if we have N different COFF targets. Add support for traditional Unix core files (with a upage). This support is from an Ultrix port, but is probably slightly broken now. Improve bfd_release's of obstack'd items on error returns. gcc -Wall fixes. Handle section alignment slightly better in coff, and comment where it needs more work (on page-aligning virtual vs file addresses for DPAGED). Use set_tdata everywhere that tdata is set, to avoid "cast to the left of assignment" problems with some compilers. Move bfd_alloc, bfd_zalloc, bfd_realloc, and bfd_release into libbfd.h (from bfd.h) since they are internal routines. Remove the redundant suffix "_struct" from struct tags. Set symbol count early in file reading, before slurping in the syms, for GDB's use.
1991-05-02Initial revisionJohn Gilmore3-0/+291
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore6-136/+137
Get getopt and obstack from -liberty rather than compiling them here. * coffread.c: turn a printf into a complain(), and try to deal more gracefully with botched-looking lineno pointers. * dbxread.c: Use bfd_get_symcount rather than bfd_get_symcount_upper_bound. Don't coredump on files with zero symbols in them (a BFD bug showed this one). * environ.c: Pass GNUTARGET into the parent (gdb) as well as the child.
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-8/+9
Things that use -lbfd must also use -liberty, to get obstacks.