Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-22 | * mipsread.c (compare_blocks): Sort blocks with the same start | Ian Lance Taylor | 2 | -1/+6 | |
address by decreasing ending address. | |||||
1993-03-22 | * mipsread.c (parse_procedure, parse_partial_symbols): bug fixes. | Peter Schauer | 1 | -0/+9 | |
1993-03-22 | * mipsread.c (parse_procedure): Save cur_fdr accross call to | Peter Schauer | 1 | -621/+597 | |
lookup_symbol as it might get clobbered by the call. * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST. The previous code did not initialize the language field for the psymtab entry. | |||||
1993-03-22 | Solve all config problems, make a local site.exp file. | Rob Savoye | 1 | -1/+26 | |
1993-03-22 | * configure: add support for package_makefile_fragment, handle the | David D. Zuhn | 2 | -144/+153 | |
case where a directory has a configure.in file but no Makefile.in more gracefully (with an actual understandable error message, even); add support for --without (and add this to the usage message); also explicitly add a --host=${host_alias} to the command line when config.guess is used | |||||
1993-03-22 | Fixed a bunch of missing return codes, misc bugs. | Rob Savoye | 1 | -34/+86 | |
1993-03-22 | * gdb.t03/ptype.exp: tests for return code from gdb_test. | Rob Savoye | 1 | -0/+10 | |
* gdb.t00/teststrategy.exp: Uses which proc rather than spawning which in a shell. Deletes xgdb when done. * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists. Tests the return from the "set height" or "set width" commands. Added a few return codes where needed. | |||||
1993-03-22 | handle lack of Makefile.in in a more graceful manner | David D. Zuhn | 2 | -592/+594 | |
1993-03-22 | added package_makefile_frag support | David D. Zuhn | 2 | -2/+38 | |
1993-03-21 | We must use both --host and --target options for recursion, because Cygnus and | Jim Wilson | 2 | -1/+5 | |
FSF configure disagree about whether an unadorned machine is target or host. | |||||
1993-03-20 | fix an m68k 0r0... bug | Ken Raeburn | 1 | -0/+5 | |
1993-03-20 | Lint: * c-exp.y (parse_number): Avoid shift warning. | John Gilmore | 3 | -4/+22 | |
* serial.h (struct ttystate): Declare empty one on DOS. | |||||
1993-03-20 | * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as host conditionals. | John Gilmore | 2 | -27/+34 | |
* stabs.texinfo: More array fixes inspired by Jim's. | |||||
1993-03-20 | Make targ-cpu.o depend on config.h so gas will build from scratch. | Jim Wilson | 2 | -1/+5 | |
1993-03-20 | better support for configuration with gcc | David D. Zuhn | 1 | -13/+20 | |
1993-03-19 | New file | Steve Chamberlain | 1 | -0/+3 | |
1993-03-19 | Checkpoint for Stu | Steve Chamberlain | 3 | -0/+1096 | |
1993-03-19 | add h8500 | Steve Chamberlain | 1 | -0/+4 | |
1993-03-19 | New file | Steve Chamberlain | 3 | -1/+7 | |
1993-03-19 | Opcode file for the h8/500 | Steve Chamberlain | 1 | -0/+3799 | |
1993-03-19 | * xm-sun4os4.h: Return type of free() should be void, not int. | Stu Grossman | 2 | -1/+3 | |
1993-03-19 | Yes John, I haven't heard from Mark Fox yet. | Stu Grossman | 2 | -4/+4 | |
* vx-share/vxWorks.h: Remove #def of NULL. | |||||
1993-03-19 | nuke no-op STAB_REG_TO_REGNUM | Jim Kingdon | 2 | -4/+4 | |
1993-03-19 | mention long options in usage message | Jim Kingdon | 2 | -2/+7 | |
1993-03-19 | fixes re arrays and continuations | Jim Kingdon | 2 | -10/+16 | |
1993-03-19 | add XCOFF node | Jim Kingdon | 2 | -15/+35 | |
1993-03-19 | (print_insn): Include the new dis-asm header file. | Steve Chamberlain | 2 | -1/+5 | |
1993-03-19 | * nm.c: Modify behavior of -o flag for archives to match | Per Bothner | 1 | -0/+3 | |
BSD4.4 and Sunos 4: Prefix archive name before each line. | |||||
1993-03-19 | * ieee-float.c: Moved to ../libiberty. | Per Bothner | 12 | -2897/+60 | |
* ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>. | |||||
1993-03-19 | * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c. | Per Bothner | 7 | -2728/+56 | |
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. * objdump.c: Support new-style disassemblers (ones that use the interface of ../include/dis-asm.h). | |||||
1993-03-19 | * mips-dis.c, z8k-dis.c: Converted to use interface defined in | Per Bothner | 4 | -9/+77 | |
../include/dis-asm.h. * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c and ../gdb/m68k-pinsn.c). * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c and ../gdb/i386-pinsn.c). * m68881-ext.c: New file. Moved definition of ext_format ext_format_68881 from ../gdb/m68k-tdep.c. * Makefile.in: Adjust for new files. * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com). * m68k-dis.c: Recognize '9' placement code, so (say) pflush can be dis-assembled. | |||||
1993-03-18 | * ieee-float.h: Moved from ../gdb. | Per Bothner | 4 | -0/+104 | |
* dis-asm.h: New file. Interface to dis-assembler. | |||||
1993-03-18 | * Makefile.in: Change deja-gnu to dejagnu. | Ian Lance Taylor | 2 | -11/+15 | |
1993-03-18 | * xcoffexec.c (exec_close): Don't close exec_bfd twice. | Jim Kingdon | 2 | -4/+5 | |
1993-03-18 | * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive. | Jim Kingdon | 2 | -1/+5 | |
1993-03-18 | A new ARG_MAX hack: explicitly unexport some CHILL variables to keep | Ian Lance Taylor | 1 | -0/+6 | |
them out of the environment. | |||||
1993-03-18 | A new ARG_MAX hack. Use unexport to keep GNU make from dumping the | Ian Lance Taylor | 2 | -15/+7 | |
CHILL variables in the environment, with a : variable to keep older makes happy. | |||||
1993-03-18 | * app.c (do_scrub_next_char): Added new state, 9, to avoid | Ian Lance Taylor | 4 | -101/+188 | |
dropping a space immediately following an identifier. * expr.c, write.c: Rewrote assert expressions to not use multiple lines; I don't think that can be done portably. * config/tc-mips.c (macro): Use $AT if target register is zero in load instruction, which it can be for a floating point load. Also a bunch more changes to config/obj-ecoff.c, still in flux. | |||||
1993-03-18 | Remove test checkin. | Stu Grossman | 1 | -4/+0 | |
1993-03-18 | Just testing checkins. | Stu Grossman | 1 | -0/+4 | |
1993-03-17 | * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc. | Jim Kingdon | 2 | -4/+10 | |
1993-03-17 | (show_user): Avoid fprintf_filtered botch (AGAIN!). | John Gilmore | 2 | -2/+9 | |
1993-03-17 | Forgot to include changes to Makefile.in and configure.in. | Fred Fish | 1 | -0/+2 | |
1993-03-17 | * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test | Fred Fish | 4 | -2/+10 | |
files to test gdb's calling of functions in the inferior with the correct arguments and gdb's ability to retrieve any result returned. | |||||
1993-03-17 | New functions from macros in tm-z8k.h. | Steve Chamberlain | 2 | -2/+47 | |
1993-03-17 | * valops.c (value_arg_coerce): Apply temporary patch to | Fred Fish | 1 | -0/+8 | |
fix problem with coercion of array and function types when passed as arguments to C functions, pending a more complete review of when and how coercion should be done, depending upon context and language. | |||||
1993-03-17 | * xcoffread.c (MIN_TBTABSIZ): Change to 12. | Jim Kingdon | 2 | -3/+10 | |
1993-03-17 | * xcoffread.c (xcoff_symfile_read): Only read stringtab and | Jim Kingdon | 2 | -7/+15 | |
debugsec if there are a non-zero number of symbols. | |||||
1993-03-17 | * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches of | Ian Lance Taylor | 2 | -2/+25 | |
conditional expression. | |||||
1993-03-17 | Make check target depend on all target. | Rob Savoye | 1 | -1/+1 | |