aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-02-18* mipsread.c (ZMAGIC): #undef to avoid duplicate define.John Gilmore2-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 Gilmore1-0/+4
1993-02-18stop in abortKen Raeburn1-0/+1
1993-02-18* remote.c (readchar): forward declare alarm which otherwise looksK. Richard Pixley2-0/+7
like an undeclared variable to gcc.
1993-02-17* dbxread.c (process_one_symbol): cast enum value N_SO into int whenK. Richard Pixley2-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 Pixley1-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 valuesK. Richard Pixley2-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 anK. Richard Pixley1-0/+3
ansi definition which otherwise confuses non-ansi compilers.
1993-02-17aout-adobe.c (aout_adobe_object_p): eliminate a warning from vaxK. Richard Pixley1-0/+6
ultrix cc by forward declaring getenv as is done in bfd_find_target.
1993-02-17Remove SET_STACK_LIMIT_HUGE from target defines.John Gilmore2-2/+4
1993-02-17cast an enum into unsigned char avoiding a fatal error in vax ultrix 4.2 cc.K. Richard Pixley1-0/+5
1993-02-17add vax ultrix in the spirit of mips ultrixK. Richard Pixley1-0/+4
1993-02-16add support for tar gzip hello recode and indentDavid D. Zuhn3-12/+117
1993-02-16Added 1993 copyright.Ian Lance Taylor2-4/+4
1993-02-16Added 1993 copyright for files that I have changed in 1993.Ian Lance Taylor2-2/+2
1993-02-16Added 1993 copyrights to files that I have changed in 1993. Some wereIan Lance Taylor8-32/+71
missing 1992 copyrights, although they changed in 1992.
1993-02-16Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c filesJohn Gilmore2-3/+3
for the tar file.
1993-02-16(alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.John Gilmore2-6/+13
(ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files.
1993-02-16Revised Standard Version from the upcoming GDB release.John Gilmore2-66/+113
1993-02-16* Makefile.in (VERSION): Roll to 4.7.6.John Gilmore3-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 directoryJohn Gilmore2-27/+50
(ETC_SUPPORT): Only add the files GDB wants from etc/. (gdb.tar.Z): Use ETC_SUPPORT.
1993-02-16Update for BFD_VERSION 2.1.John Gilmore1-1/+1
1993-02-16Roll to version 2.1.John Gilmore3-3/+9
1993-02-16Remove h8/300 and z8k since not ready yet.John Gilmore1-2/+0
1993-02-16* remote.c: Improve error recovery. Allow user to break outJohn Gilmore4-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 Gilmore3-8/+17
* srec.c: Whitespace cleanup.
1993-02-14Remote support for the Rom68k monitor and the Motorola Bug monitor. This isRob Savoye2-0/+1312
the first attempt at a generic debug monitor support file.
1993-02-14Keep convex.h.John Gilmore1-0/+1
1993-02-13updated datesDavid D. Zuhn1-1/+1
1993-02-13handle SunPRO C on Solaris2 betterDavid D. Zuhn1-20/+23
1993-02-13gprof, not gprog. typoDavid D. Zuhn1-1/+1
1993-02-13keep everythingDavid D. Zuhn1-0/+38
1993-02-13updated dateDavid D. Zuhn1-2/+2
1993-02-13fix TMPDIR on hp300 automagically, don't have all sorts of -g -g -g flags aroundDavid D. Zuhn1-2/+4
1993-02-13removing excess verbosityDavid D. Zuhn6-11/+12
1993-02-13keep everything that's present nowDavid D. Zuhn1-16/+11
1993-02-13keep gprof.texi, remove RCS cruftDavid D. Zuhn1-1/+1
1993-02-13no more v9 code in aoutx.hDavid D. Zuhn1-16/+0
1993-02-13keep NEWS, remove RCS cruftDavid D. Zuhn1-1/+1
1993-02-13Add test-chill.Bill Cox1-1/+1
1993-02-13(process_linenos): free the previously allocated subfile name, thenK. Richard Pixley2-3/+4
allocate the new one from the heap.
1993-02-12 * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complainK. Richard Pixley2-3/+9
expects a pointer to complaint rather than a complaint structure.
1993-02-12Fri Feb 12 14:23:07 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-94/+92
* coffgen.c (coff_print_symbol): Print correct tagndx value; cleaned up output formatting a bit.
1993-02-12Checkpoint. Runs "hello, world", sets breakpoints, isn't too gracefulIan Lance Taylor1-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 Fish2-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 Chamberlain1-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 alwaysSteve Chamberlain2-1/+72
relaxable. Should be moved somewhere else.
1993-02-12 * ldgram.y: allow section types without address expressions.Steve Chamberlain1-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 featuresSteve Chamberlain3-7/+27
1993-02-12update datesDavid D. Zuhn1-2/+2