Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-02-18 | * mipsread.c (ZMAGIC): #undef to avoid duplicate define. | John Gilmore | 2 | -1/+6 | |
* remote.c (alarm): Move declaration to global level, before first reference to it. * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve. | |||||
1993-02-18 | * dbxread.c (process_one_symbol): Cast to unsigned char, not int. | John Gilmore | 1 | -0/+4 | |
1993-02-18 | stop in abort | Ken Raeburn | 1 | -0/+1 | |
1993-02-18 | * remote.c (readchar): forward declare alarm which otherwise looks | K. Richard Pixley | 2 | -0/+7 | |
like an undeclared variable to gcc. | |||||
1993-02-17 | * dbxread.c (process_one_symbol): cast enum value N_SO into int when | K. Richard Pixley | 2 | -194/+35 | |
comparing against an int. Avoids superfluous warning from vax ultrix 4.2 cc. | |||||
1993-02-17 | * inflow.c (set_sigint_trap): add cast to assignment from signal. | K. Richard Pixley | 1 | -0/+4 | |
Avoids superfluous warnings from some systems and/or compilers (like vax ultrix 4.2.) | |||||
1993-02-17 | * language.c (struct op_print unk_op_print_tab): use the enum values | K. Richard Pixley | 2 | -1/+7 | |
rather naked zeros as initializers. Avoids warnings from ultrix type compilers. | |||||
1993-02-17 | * trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an | K. Richard Pixley | 1 | -0/+3 | |
ansi definition which otherwise confuses non-ansi compilers. | |||||
1993-02-17 | aout-adobe.c (aout_adobe_object_p): eliminate a warning from vax | K. Richard Pixley | 1 | -0/+6 | |
ultrix cc by forward declaring getenv as is done in bfd_find_target. | |||||
1993-02-17 | Remove SET_STACK_LIMIT_HUGE from target defines. | John Gilmore | 2 | -2/+4 | |
1993-02-17 | cast an enum into unsigned char avoiding a fatal error in vax ultrix 4.2 cc. | K. Richard Pixley | 1 | -0/+5 | |
1993-02-17 | add vax ultrix in the spirit of mips ultrix | K. Richard Pixley | 1 | -0/+4 | |
1993-02-16 | add support for tar gzip hello recode and indent | David D. Zuhn | 3 | -12/+117 | |
1993-02-16 | Added 1993 copyright. | Ian Lance Taylor | 2 | -4/+4 | |
1993-02-16 | Added 1993 copyright for files that I have changed in 1993. | Ian Lance Taylor | 2 | -2/+2 | |
1993-02-16 | Added 1993 copyrights to files that I have changed in 1993. Some were | Ian Lance Taylor | 8 | -32/+71 | |
missing 1992 copyrights, although they changed in 1992. | |||||
1993-02-16 | Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files | John Gilmore | 2 | -3/+3 | |
for the tar file. | |||||
1993-02-16 | (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs. | John Gilmore | 2 | -6/+13 | |
(ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files. | |||||
1993-02-16 | Revised Standard Version from the upcoming GDB release. | John Gilmore | 2 | -66/+113 | |
1993-02-16 | * Makefile.in (VERSION): Roll to 4.7.6. | John Gilmore | 3 | -26/+41 | |
(SFILES_SUBDIR): Add 29k-share/udi_soc. (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro. (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h. (depend): Fix bug where nm-files in config files weren't noticed. (make-proto-gdb-1): Avoid changing directories while building new prototype. Build SFILES_SUBSUBDIR with longer symlinks. .Sanitize: Remove am29k-opcode.h, convx-opcode.h, os68k-xdep.c. | |||||
1993-02-16 | * Makefile.in (DEVO_SUPPORT): Remove etc directory | John Gilmore | 2 | -27/+50 | |
(ETC_SUPPORT): Only add the files GDB wants from etc/. (gdb.tar.Z): Use ETC_SUPPORT. | |||||
1993-02-16 | Update for BFD_VERSION 2.1. | John Gilmore | 1 | -1/+1 | |
1993-02-16 | Roll to version 2.1. | John Gilmore | 3 | -3/+9 | |
1993-02-16 | Remove h8/300 and z8k since not ready yet. | John Gilmore | 1 | -2/+0 | |
1993-02-16 | * remote.c: Improve error recovery. Allow user to break out | John Gilmore | 4 | -26/+96 | |
of initial connection attempt with INTERRUPT. Treat a timeout while waiting for remote packet like a retry, unless the remote side is actively running user code. Fix a few long printf_filtered's. * xcoffread.c (read_xcoff_symtab): Don't use null symbol name for trampoline symbols. * buildsym.c (start_subfile): Allow null file name. | |||||
1993-02-16 | * oasys.c (oasys_write_object_contents): Lint. | John Gilmore | 3 | -8/+17 | |
* srec.c: Whitespace cleanup. | |||||
1993-02-14 | Remote support for the Rom68k monitor and the Motorola Bug monitor. This is | Rob Savoye | 2 | -0/+1312 | |
the first attempt at a generic debug monitor support file. | |||||
1993-02-14 | Keep convex.h. | John Gilmore | 1 | -0/+1 | |
1993-02-13 | updated dates | David D. Zuhn | 1 | -1/+1 | |
1993-02-13 | handle SunPRO C on Solaris2 better | David D. Zuhn | 1 | -20/+23 | |
1993-02-13 | gprof, not gprog. typo | David D. Zuhn | 1 | -1/+1 | |
1993-02-13 | keep everything | David D. Zuhn | 1 | -0/+38 | |
1993-02-13 | updated date | David D. Zuhn | 1 | -2/+2 | |
1993-02-13 | fix TMPDIR on hp300 automagically, don't have all sorts of -g -g -g flags around | David D. Zuhn | 1 | -2/+4 | |
1993-02-13 | removing excess verbosity | David D. Zuhn | 6 | -11/+12 | |
1993-02-13 | keep everything that's present now | David D. Zuhn | 1 | -16/+11 | |
1993-02-13 | keep gprof.texi, remove RCS cruft | David D. Zuhn | 1 | -1/+1 | |
1993-02-13 | no more v9 code in aoutx.h | David D. Zuhn | 1 | -16/+0 | |
1993-02-13 | keep NEWS, remove RCS cruft | David D. Zuhn | 1 | -1/+1 | |
1993-02-13 | Add test-chill. | Bill Cox | 1 | -1/+1 | |
1993-02-13 | (process_linenos): free the previously allocated subfile name, then | K. Richard Pixley | 2 | -3/+4 | |
allocate the new one from the heap. | |||||
1993-02-12 | * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain | K. Richard Pixley | 2 | -3/+9 | |
expects a pointer to complaint rather than a complaint structure. | |||||
1993-02-12 | Fri Feb 12 14:23:07 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -94/+92 | |
* coffgen.c (coff_print_symbol): Print correct tagndx value; cleaned up output formatting a bit. | |||||
1993-02-12 | Checkpoint. Runs "hello, world", sets breakpoints, isn't too graceful | Ian Lance Taylor | 1 | -0/+1246 | |
about program termination. This file probably should not be part of gdb 4.8, although it wouldn't do any actual harm. Not yet added to .Sanitize. | |||||
1993-02-12 | * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros. | Fred Fish | 2 | -5/+42 | |
* Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR. * Makefile.in (DEMANGLER_PROG): New program to build. Add macro and rule. * Makefile.in (PROGS): Add DEMANGLER_PROG. | |||||
1993-02-12 | * ldgram.y: allow section types without address expressions. | Steve Chamberlain | 1 | -0/+16 | |
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set | |||||
1993-02-12 | * coffcode.h (coff_set_arch_mach_hook): *FIXME* the H8/300 is always | Steve Chamberlain | 2 | -1/+72 | |
relaxable. Should be moved somewhere else. | |||||
1993-02-12 | * ldgram.y: allow section types without address expressions. | Steve Chamberlain | 1 | -2/+3 | |
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set | |||||
1993-02-12 | * h8300-tdep.c, tm-h8300.h: turn off some experimental features | Steve Chamberlain | 3 | -7/+27 | |
1993-02-12 | update dates | David D. Zuhn | 1 | -2/+2 | |