aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-02-03updated dates, build all interesting targets on hp700 hostDavid D. Zuhn1-6/+6
1993-02-03added support for uudecodeDavid D. Zuhn3-3/+27
1993-02-03 * c-exp.y (lcurly, rcurly): New nonterminals.Fred Fish7-27/+61
* c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL constructs. * parse.c (free_funcalls): Moved prototype from parser-defs.h, made function static. * parse.c (struct funcall): Moved struct def from parser-defs.h. * parse.c (funcall_chain): Moved from parser-defs.h, made static. * parse.c (start_arglist): * parser-defs.h (free_funcalls): Moved prototype to parse.c. * parser-defs.h (struct funcall): Moved struct def to parse.c. * parser-defs.h (funcall_chain): Moved to parse.c. * printcmd.c (print_frame_nameless_args): Fix prototype. * tm-mips.h (setup_arbitrary_frame): Fix prototype. * tm-sparc.h (setup_arbitrary_frame): Fix prototype. * valops.c (typecmp): Moved prototype from values.h. * value.h (typecmp): Moved prototype to valops.c, made static. **** start-sanitize-chill **** * ch-exp.y (yylex): Change way control sequences are disabled. **** end-sanitize-chill ****
1993-02-03* tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.John Gilmore4-4/+13
* remote-nindy.c: Cleanup.
1993-02-02 * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbolPer Bothner1-0/+6
reading more robust: Fail if string index is out of string table range.
1993-02-02Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-23/+15
* mipsread.c (upgrade_type): Build array types correctly, using create_range_type and create_array_type.
1993-02-02Stylistic Cleanups to Headings and Cross References to Avoid UndueRoland Pesch3-216/+231
Numbers of Capital Letters (Save in Chapter Headings), Despite the Germanic Heritage of the English Language.
1993-02-02General cleanup--added prototypes, removed a few unused variables,Ian Lance Taylor1-180/+290
fixed up comments a bit. Also set version stamp in a.out header to 0x20a rather than 0, to keep the Ultrix linker happy.
1993-02-02Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+3
* Makefile.in (all-gcc): Added dependency on all-gas.
1993-02-02More minor stylistic cleanup: avoid plurals on things that aren't English.Roland Pesch1-8/+8
1993-02-02Minor stylistic cleanup; eliminated more contractions, eliminatedRoland Pesch1-94/+96
possessives on things (like name of GDB) that are not English, and incidentals spotted while pursuing these.
1993-02-02 * gdb.texinfo: fix capitalization in pointers to node "Output Formats"Roland Pesch2-2/+6
1993-02-02Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+5
* configure.in (mips-*-*): Build ld and binutils.
1993-02-02Create a .scommon section for each input BFD so the linker hasIan Lance Taylor2-20/+87
something to attach small common symbols to. Then avoid writing out the (empty) .scommon section for the output BFD. Tue Feb 2 11:41:06 1993 Ian Lance Taylor (ian@cygnus.com) * coff-mips.c: Completed support for linker and binutils.
1993-02-02 * ChangeLog: new fileRoland Pesch1-0/+8
1993-02-02Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-0/+11
* mips.sc-sh: Put .scommon sections into .sbss section. * ldmain.c (subfile_wanted_p): Preserve section of common symbols, rather than always putting them in bfd_com_section. * ldlang.c (lang_common): If a common symbol is not in bfd_com_section, put in a section of the same name, rather than always putting it in section COMMON.
1993-02-02* infrun.c (wait_for_inferior): When rolling back the PC afterJohn Gilmore1-0/+4
a breakpoint, call write_pc so that NPC gets rolled back as well (for the 29K).
1993-02-02* blockframe.c (inside_entry_file, inside_main_func,John Gilmore1-0/+3
inside_entry_func): PC of zero is always "bottom of stack". * printcmd.c (print_frame_args, print_frame_nameless_args): Let print_frame_nameless_args decide whether there are any, laying groundwork for possibly later printing 29K args for functions where we have tag words but no symbols.
1993-02-02* printcmd.c (print_frame_args, print_frame_nameless_args):John Gilmore2-16/+40
Let print_frame_nameless_args decide whether there are any, laying groundwork for possibly later printing 29K args for functions where we have tag words but no symbols.
1993-02-02Remove Makefile.in-29k-UDI. It's no longer needed now that the 29K stuff hasStu Grossman1-754/+0
been put back in to Makefile.in.
1993-02-02Fixes for doc targets.Roland Pesch2-9/+8
1993-02-02* stack.c (parse_frame_specification): Parse as many argumentsJohn Gilmore3-9/+22
as there are (up to MAXARGS). Pass all of them in argc, argv format to SETUP_ARBITRARY_FRAME. Put the burden of checking how many there were, onto SETUP_ARBITRARY_FRAME. * tm-mips.h, tm-sparc.h: Corresponding changes. * mips-tdep.c, sparc-tdep.c: Ditto.
1993-02-02* hp300ux-nat.c: Update copyrights.John Gilmore5-48/+56
* mipsread.c (parse_partial_symbols): Complain about block indexes that go backwards. Fix from Peter Schauer. * symfile.c (syms_from_objfile, symbol_file_add): Allow a symbol-file that has no linkage symbols to be read. * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move from tm- file to xm-file, since they're host dependent. * valarith.c (value_binop): Typo.
1993-02-02LintJohn Gilmore1-6/+1
1993-02-02* Makefile.in: Make SunOS halfdone VPATH work.John Gilmore2-5/+4
* p1.c: Lint picked up by HP native compiler.
1993-02-02This dir is now configure'd (Makefile => Makefile.in, etc).John Gilmore1-3/+2
1993-02-02 * sparclite/aload.c: Add copyleft.Stu Grossman2-0/+8
* sparclite/crt0.s: Add comment at beginning.
1993-02-02Remove soc2udip.c udi2mtip.c. These files no longer exist.Stu Grossman1-2/+0
1993-02-02Add README.Stu Grossman1-0/+1
1993-02-01 * gdbinv-s.texi: z8000 simulator target name is just "sim"Roland Pesch2-12/+16
1993-02-01Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch2-2/+9
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 as well as Z8002.
1993-02-01Don't delete z8ksim.mtSteve Chamberlain1-0/+1
1993-02-01*** empty log message ***Steve Chamberlain1-0/+5
1993-02-01 * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.Steve Chamberlain3-0/+831
* parse.c (std_regs): Only declare if NO_STD_REGS is defined.
1993-02-01from ralphc: mips-aout supportKen Raeburn2-1/+469
1993-02-01from ralphc: recognize some mips variantsKen Raeburn1-43/+54
1993-02-01accept mips-dec-bsd* and i?86-*-elfKen Raeburn1-0/+16
1993-02-01changes from Ralph Campbell @ Pyramid for MIPS a.out (BSD 4.4) supportKen Raeburn1-0/+49
1993-02-01check return code of mkdir, print error message on failure. addresses bug #2079K. Richard Pixley2-5/+18
1993-02-01 * values.c (value_headof): Fix typo in which VTBL and ARG wereMichael Tiemann2-10/+13
being confused for one another.
1993-02-01 * valops.c (typecmp): Now static.Michael Tiemann2-78/+206
1993-02-01 * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the firstMichael Tiemann2-4/+14
baseclass--we don't always inherit its virtual function table pointer.
1993-02-01 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'Michael Tiemann1-1/+7
pointer correctly in case value_struct_elt moves it around.
1993-01-31Fix whitespace.Michael Tiemann1-1/+1
1993-01-31Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)Michael Tiemann2-1/+6
* gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of zero on recursive call.
1993-01-31Remove CFLAGS setting from chill sanity area.John Gilmore1-10/+13
(make-gdb.tar.Z): Fix bug in texinfo.tex "ln" command; also, edit configure.in and Makefile.in correctly: when building FSF GDB, BISON=bison, and don't build texinfo or glob.
1993-01-31* hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff,John Gilmore2-47/+6
to avoid "too much defining" error from native C compiler (!).
1993-01-31* Makefile.in (HFILES): Add typeprint.h.John Gilmore4-5/+8
* typeprint.[ch]: Update copyrights.
1993-01-31Initial attempt to clean up to match new directory layout.John Gilmore1-14/+5
1993-01-31* Makefile.in: Update to match doc/ subdir changes.John Gilmore1-5/+2