aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-08-25Support for the Z8000Steve Chamberlain4-5/+237
1992-08-25 Add basic support for the z8k:Steve Chamberlain3-2/+205
* Makefile.in, archures.c, coffcode.h, configure.in, reloc.c, section.c, targets.c,
1992-08-25Markup changes to run through TeX without errors.Roland Pesch1-13/+32
WARNING: (1) this has not yet been proofread as a printout---just eliminated problems that TeX complained about. (2) extraneous line breaks introduced in some examples, sometimes in ridiculously long strings; this may falsify examples. Places where I did this are marked by FIXME comments.
1992-08-25Some improvements in Texinfo markup:Roland Pesch1-214/+407
1) use makeinfo node defaulting 2) correct bad xref 3) use @display, @exdent, etc. as first approximation to Julia's clever typewriter markup; **THIS WILL NEED STUDY AND REVISION** 4) introduce many nodes rather than ---- in "detailed reference" appendix
1992-08-25Add sparc-stub.c to .SanitizeStu Grossman1-0/+1
1992-08-25Move a patch which got put in the wrong place.Steve Chamberlain1-0/+22
1992-08-25Update to make patches relative to current devo sources.Fred Fish1-180/+105
1992-08-25* configure.in: Add sparclite as a target.Stu Grossman1-2/+2
1992-08-25* sparc-stub.c (handle_exception): Flush instruction cache justStu Grossman2-1/+12
before returning to the user. (hexToInt): Fix overzealous cleanup.
1992-08-24 * ar.c (map_over_members): if the element of the archive has aSteve Chamberlain1-0/+8
null name, fill it in. * nm.c (do_one_rel_file): only warn if a bfd's flags say there will be symbols and there aren't any.
1992-08-24Renamed OSE configuration to ose.Ian Lance Taylor10-10/+63
1992-08-24 * ieee.c (ieee_get_symtab): always null terminate the symbol list,Steve Chamberlain1-0/+3
lint.
1992-08-24Brought up from p3:Ian Lance Taylor1-0/+9
Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: don't create all directories for ``make install''; let the subdirectories create the ones they need.
1992-08-24Mon Aug 24 12:45:12 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-8/+43
* tc-m68k.c: use TARGET_CPU to choose default cpu type. * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB so that we can assemble hand-written libgcc code.
1992-08-24Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+6
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family.
1992-08-24 * coffcode.h (coff_add_missing_symbols): if symbols don't comeSteve Chamberlain3-35/+77
from a coff file (csym is null), dont deref them * ieee.c (parse_expression): get the answer right when adding an abs+(sec+off), (ieee_generic_stat_arch_elt): call ieee_object_p on elts so that filename is filled in.
1992-08-24 * infrun.c (handle_command): Rewrite to allow multiple signalFred Fish1-0/+8
numbers, signal number ranges, and to recognize "all" to mean all signals except those used by the debugger. * infrun.c (SET_SIGS, UNSET_SIGS): Macros used in handle_command to set or reset actions for specific signals.
1992-08-24FIXME. Half-done documentation for the macros used to configure GDB'sJohn Gilmore1-0/+6
sources. What's there now is a list of all macros, and at least one source file in which they are referenced.
1992-08-24 * coffread.c (decode_type): Call alloc_type to alloc newFred Fish5-43/+63
types. * stabsread.c (read_array_type, read_range_type, define_symbol): Call alloc_type to alloc new types. * stabsread.c (define_symbol): Move dbl_valu symbol field data from type_obstack to symbol_obstack. * stabsread.c (define_symbol): Move typedef_sym from type_obstack to symbol_obstack. * gdbtypes.h (TYPE_ALLOC): New macro to allocate space for data associated with a type, using the same mechanism as was used to allocate space for the type structure itself. * coffread.c (patch_type, coff_read_struct_type, coff_read_enum_type): Use TYPE_ALLOC. * dwarfread.c (struct_type): Use TYPE_ALLOC. * gdbtypes.c (create_array_type, check_stub_method, allocate_cplus_struct_type): Use TYPE_ALLOC. * mipsread.c (parse_symbol, parse_type): Use TYPE_ALLOC. * stabsread.c (read_struct_type, read_array_type, read_enum_type, read_range_type): Use TYPE_ALLOC.
1992-08-23 * breakpoint.c (breakpoint_re_set): Select a default sourceFred Fish3-2/+18
symtab if one is not currently selected. * utils.c (query): Call wrap_here before building the output query string, to turn off wrapping and flush any buffered output. Otherwise our query may end up in the wrap buffer and never be seen by the user. * eval.c (evaluate_subexp): Report error when attempting to evaluate subscript for types without a target type, rather than dumping core by using the NULL pointer. * symfile.c (symbol_file_command): Forget current_source_symtab and current_source_line when discarding symbol table.
1992-08-23Bug fixes from Andrew Heybey <ath@lcs.mit.edu>.John Gilmore2-1/+11
* tm-mips.h (REGISTER_VIRTUAL_TYPE): Float regs are float type. * mips-tdep.c (mips_print_register): Alloc enough space for two regs.
1992-08-21* remote.c (remote_open): Fix baud rate setting to make -b flagStu Grossman2-386/+294
work. (remote_wait): Change 'T' message parser to deal with new improved format which allows stub to send an arbitrary bunch of registers. * sparc-stub.c: General cleanups. (trap_low, handle_exception): make all this re-entrant by storing all state on the stack. Clean up memory error trapping. (computeSignal, set_debug_traps): make it all table driven. Make a start at a baud rate setting command.
1992-08-21From p3:Ken Raeburn2-4/+10
* messages.c (as_warn): Use fputs, not fprintf, with a buffer that has already been formatted (but may still contain %-characters). (as_bad): Likewise.
1992-08-21common/undef sym handling fix from p3Ken Raeburn2-14/+18
1992-08-20enough align-reloc support for "objdump -r", not enough for linkingKen Raeburn1-0/+6
1992-08-20Re-do change for revision 1.28 that got trashed by 1.29.Per Bothner1-1/+0
1992-08-19Brought forward from p3:Ian Lance Taylor1-0/+5
Wed Aug 19 14:59:07 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories, use full
1992-08-19Brought forward from p3:Ian Lance Taylor2-0/+10
Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-19Introduce more blanks in examples; minor formatting cleanup.Roland Pesch1-34/+34
1992-08-19This is for PR 628.Ian Lance Taylor2-0/+6
Wed Aug 19 10:23:27 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
1992-08-19This is for PR 628.Ian Lance Taylor3-11/+57
Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com) * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be written with indirection on the last two operands, which can be either data or address registers. Added a new operand type 'r' which accepts either register type. Added '(' to notend stuff in tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
1992-08-19This is for PR 628.Ian Lance Taylor2-0/+8
Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
1992-08-19Wed Aug 19 10:23:27 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-0/+11
* remote-vx.c: redefine malloc to avoid buggy declaration on RS/6000 <rpc/types.h>. xm-rs6000.h: include <sys/select.h> to define fd_set for <rpc/svc.h> on RS/6000.
1992-08-19mainly link-relax changesKen Raeburn6-102/+206
1992-08-19Added option to print the version number.Rob Savoye1-0/+8
1992-08-19Added -V option to print version number.Rob Savoye1-36/+10
1992-08-19Added +version (-V) option to print version number.Rob Savoye2-111/+155
1992-08-19Added -V option to print the version number.Rob Savoye1-0/+13
1992-08-18Hitachi now calls assembler plain "as", not "as83".Roland Pesch1-1/+1
1992-08-18Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch3-8/+13
* gdbinv-s.m4.in: refrain from using @cartouche for just a few examples (not consistent w others). gdb.texinfo: issue disclaimer paragraph on cmdline options only for generic vn of doc
1992-08-18ChangeLog entry for sparc.mt added last week.Ken Raeburn1-0/+5
1992-08-18Moved in from p3:Ian Lance Taylor2-0/+7
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor1-0/+6
Tue Aug 18 14:48:24 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added FLAGS_TO_PASS variable, and passed it to recursive invocations of make. Always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor2-8/+21
Tue Aug 18 14:19:01 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor3-22/+50
Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. Removed MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed FLAGS_TO_PASS to recursive makes.
1992-08-18Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch2-0/+8
* gdb.texinfo: in h8 config, do not describe searching commands.
1992-08-18Moved in from p3:Ian Lance Taylor3-10/+41
Tue Aug 18 13:41:36 1992 Ian Lance Taylor (ian@cygnus.com) * configure.in: accept all m68K family members. * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor3-7/+31
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com) * config/mh-apollo68v: removed -g from CC definition. * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor2-1/+9
Tue Aug 18 12:57:45 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added FLAGS_TO_PASS, and used it for all recursive invocations of make. Also, always create installation directories. * config/apollov68.mh: removed -g from CC definition.
1992-08-18Need L_SET defined on the apollo, at least under BSD emulation mode.Sean Eric Fagan1-15/+3