Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-02-22 | from minyard@bnr.ca: free up copy of section contents each time through loop | Ken Raeburn | 2 | -45/+88 | |
1993-02-22 | * stabs.texinfo: Fix for array types to mention lower bounds. | Per Bothner | 2 | -2/+7 | |
1993-02-21 | * devo/dejagnu: Initial creation of devo/dejagnu. | Mike Werner | 1 | -0/+12 | |
Migrated dejagnu testcases and support files for testing software tools to reside as subdirectories, currently called "testsuite", within the directory of the software tool. Migrated all programs, support libraries, etc. beloging to dejagnu proper from devo/deja-gnu to devo/dejagnu. These files were moved "as is" with no modifications. The changes to these files which will allow them to configure, build, and execute properly will be made in a future update. | |||||
1993-02-21 | * gdb/testsuite: Initial creation of gdb/testsuite. | Mike Werner | 7 | -0/+1134 | |
Migrated dejagnu testcases and support files for testing nm to gdb/testsuite from deja-gnu. These files were moved "as is" with no modifications. This migration is part of a major overhaul of dejagnu. The modifications to these testcases, etc., which will allow them to work with the new version of dejagnu will be made in a future update. | |||||
1993-02-21 | For MTW | John Gilmore | 9 | -0/+587 | |
1993-02-21 | * binutils/testsuite: Initial creation of binutils/testsuite. | Mike Werner | 1 | -0/+10 | |
Migrated dejagnu testcases and support files for testing nm to binutils/testsuite from deja-gnu. These files were moved "as is" with no modifications. This migration is part of a major overhaul of dejagnu. The modifications to these testcases, etc., which will allow them to work with the new version of dejagnu will be made in a future update. | |||||
1993-02-21 | change send_pr to send-pr | Brendan Kehoe | 1 | -1/+1 | |
1993-02-20 | * Makefile.in: Change send_pr to send-pr. | Brendan Kehoe | 3 | -10/+16 | |
* configure.in: Likewise. * send_pr: Renamed directory to send-pr. | |||||
1993-02-20 | * Makefile.in: Add some extra semi-colons (needed if SHELL=bash). | Per Bothner | 2 | -5/+13 | |
1993-02-20 | Add reminders for next release. | John Gilmore | 2 | -0/+66 | |
1993-02-19 | Wish I'd figured this one out 24 hours ago.... | Ian Lance Taylor | 1 | -0/+5 | |
Fri Feb 19 10:01:39 1993 Ian Lance Taylor (ian@cygnus.com) * mipsread.c (parse_lines): Correct check for files compiled with -g1. | |||||
1993-02-19 | * Makefile.in (VERSION): 4.8.1 to distinguish local versions. | John Gilmore | 1 | -1/+5 | |
1993-02-19 | Fix up NEWS file for G++ bug. | John Gilmore | 1 | -1/+14 | |
1993-02-19 | Update for gdb-4.8 | John Gilmore | 1 | -108/+79 | |
1993-02-19 | for a baseline | Stu Grossman | 1 | -0/+158 | |
1993-02-19 | * README: Update for release. | John Gilmore | 1 | -1/+2 | |
1993-02-19 | Update for gdb-4.8 | John Gilmore | 1 | -0/+4 | |
1993-02-19 | * Makefile.in (VERSION): GDB-4.8 release! | John Gilmore | 1 | -0/+4 | |
(not really yet, but we're getting ready) | |||||
1993-02-19 | * gcc.patch: Update for a different GCC (G++) bug. | John Gilmore | 4 | -82/+141 | |
* main.c (print_gdb_version): Update copyright year to 1993. * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4, conditionalize this file on it. FIXME, right way is to split these into two config files. (ATTACH_DETACH): Define for BSD 4.4 (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3. (U_REGS_OFFSET): Revise for 4.4. (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet. * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN, LONG_MAX into this file to avoid cpp "redefinition" warnings. | |||||
1993-02-19 | * am29k-pinsn.c (print_insn): Minor nits with const. | Stu Grossman | 3 | -6/+13 | |
* am29k-tdep.c: More minor nits with arg types for supply_register, NULL vs. 0, read_register_gen, & reginv_com. | |||||
1993-02-19 | fix go32 configuration | David D. Zuhn | 1 | -0/+4 | |
1993-02-19 | * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t. | K. Richard Pixley | 2 | -2/+18 | |
1993-02-18 | Bugfix for length==0 case. | John Gilmore | 2 | -1/+3 | |
1993-02-18 | diff needs libiberty | David D. Zuhn | 2 | -1/+5 | |
1993-02-18 | update version to 1.94 | David D. Zuhn | 1 | -1/+1 | |
1993-02-18 | * c-lang.c (c_printstr): If a C string ends in a null, don't | John Gilmore | 2 | -1/+12 | |
print the null. | |||||
1993-02-18 | * defs.h (STRCMP): Make it work for unsigned chars. | Stu Grossman | 1 | -0/+4 | |
1993-02-18 | Define REGEX, REGEX1. | John Gilmore | 1 | -0/+2 | |
1993-02-18 | * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define. | John Gilmore | 2 | -7/+28 | |
* m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__, define to kludge the large opcode table into two smaller tables, since GCC take exponential space to build the table. Lint. (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead. | |||||
1993-02-18 | * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define. | John Gilmore | 1 | -1/+10 | |
* config/hp300bsd.mh (REGEX, REGEX1): Define. * m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__, define to kludge the large opcode table into two smaller tables, since GCC take exponential space to build the table. Lint. (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead. | |||||
1993-02-18 | Update PTRACE_ARG3_TYPE doc, pull PT_*. | John Gilmore | 1 | -0/+4 | |
1993-02-18 | Sanitize away simulators unless asked to keep-sim. | John Gilmore | 1 | -0/+27 | |
This is to remove them from the GDB net release til ready for prime time. | |||||
1993-02-18 | * Makefile.in (VERSION): Roll to 4.7.9. | John Gilmore | 4 | -7/+15 | |
* xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible definition here, to handle both BSD 4.3 and 4.4 systems. * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve. | |||||
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. |