Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-05-25 | * Makefile.in: configure looks for ####, so remove lines with many | Ian Lance Taylor | 5 | -10/+39 | |
'#' characters. * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 and HOSTING_LIBS correctly so that ``make check'' will work. | |||||
1993-05-25 | * breakpoint.c (catch_command_1): Fix typo in error msg. | Brendan Kehoe | 1 | -0/+4 | |
1993-05-25 | elf32 updates | Ken Raeburn | 2 | -4/+6 | |
1993-05-25 | elf, cleanup changes | Ken Raeburn | 1 | -0/+36 | |
1993-05-25 | elf, bfd_vma-cast changes | Ken Raeburn | 1 | -0/+11 | |
1993-05-25 | * elfread.c (elf_symfile_read): Update ELF structure and routine | Ken Raeburn | 1 | -7/+9 | |
names to specify 32-bit versions. (elf_symtab_read): Retrieve size field directly from symbol, instead of using old kludge. | |||||
1993-05-25 | (elf64.c): Add to list of sources. | Ken Raeburn | 1 | -8/+24 | |
(elf64.o): List dependencies; don't build by default. (elf32.o): Update dependencies. (archures.o, targets.o): Depend on Makefile, for MINIMIZE &c. | |||||
1993-05-25 | print_insn_* routines want bfd_vma, not CORE_ADDR | Ken Raeburn | 2 | -4/+4 | |
1993-05-25 | Updated for new macro, type, and structure names. | Ken Raeburn | 3 | -76/+98 | |
Cleaned up some namespace pollution; renamed elf vectors. | |||||
1993-05-25 | * gdb.t00/help.exp: Use .* in place of some help messages which | Jim Kingdon | 1 | -0/+1 | |
just changed. gdb.t00/default.exp: Update "info frame" test for new message. * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. Remove some xfails | |||||
1993-05-25 | * stabs.texinfo (Subranges): "A offset" and "T offset" are not | Jim Kingdon | 2 | -1/+6 | |
AIX extensions. | |||||
1993-05-25 | * build-all.mk (all-cross): New target for Canadian Cross. | Ian Lance Taylor | 2 | -0/+37 | |
Added Q2 go32 targets. * test-build.mk: Configure go32 cross sparclite-aout and mips-idt-ecoff -with-gnu-ld. Moved build binary directory from PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS. | |||||
1993-05-25 | (COERCE64): Avoid out-of-range numbers | Ken Raeburn | 1 | -19/+41 | |
1993-05-25 | * stabsread.c: Remove all uses of error(). Make error_type and | Jim Kingdon | 5 | -242/+238 | |
read_type_number static. (define_symbol): Don't try to deal with a missing symbol descriptor which isn't followed by digit, '(', or '-'. * stabsread.h: Don't declare read_type_number here. * gdbtypes.h: Don't declare error_type here. * xcoffread.c: Remove NO_TYPEDEFS code. | |||||
1993-05-25 | x | Jim Kingdon | 1 | -0/+8 | |
1993-05-25 | * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. | Jim Kingdon | 1 | -25/+6 | |
Remove some xfails | |||||
1993-05-25 | add elf64 structures/macros/types, rename some old elf->elf32 | Ken Raeburn | 1 | -0/+19 | |
1993-05-25 | * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast. | Ian Lance Taylor | 2 | -1/+10 | |
1993-05-25 | begin reorganization to support 64-bit elf | Ken Raeburn | 1 | -0/+22 | |
1993-05-25 | * mips-tdep.c: Removed #include of many header files, and #define | Ian Lance Taylor | 1 | -0/+5 | |
of MIPSMAGIC; no longer used. | |||||
1993-05-25 | * Many places: replace "the inferior" in messages with "the program" | Jim Kingdon | 13 | -97/+68 | |
or "the program being debugged". * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever and I'm getting sick of maintaining it. | |||||
1993-05-25 | * config/i386/linux.mh: Don't use \ newline; the awk scripts don't | Jim Kingdon | 2 | -8/+13 | |
support it. * config/i386/go32.mh: Define SER_HARDWIRE. * Makefile.in: Define SER_HARDWIRE. (DEPFILES): Use it. (alldeps.mak): Add SER_HARDWIRE. Remove all references to ser-hardwire.{c,o}. * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff. | |||||
1993-05-25 | * config/i386/linux.mh: Don't use \ newline; the awk scripts don't | Jim Kingdon | 1 | -5/+21 | |
support it. * config/i386/go32.mh: Define SER_HARDWIRE. * Makefile.in: Define SER_HARDWIRE. (DEPFILES): Use it. (alldeps.mak): Add SER_HARDWIRE. Remove all references to ser-hardwire.{c,o}. * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff. | |||||
1993-05-25 | * sparc-nat.c (store_inferior_registers): Fill in all members of | Peter Schauer | 3 | -0/+20 | |
inferior_fp_registers by reading them from the inferior before modifying and writing them back. Fixes unexplainable inferior FP exceptions after calls to the inferior or setting of floating point registers. * mips-tdep.c (mips_skip_prologue): Skip move of argument register to register which is generated by gcc-2.4. | |||||
1993-05-25 | try to make hppa opcode table, updated for gas, still be compatible with gdb | Ken Raeburn | 4 | -0/+683 | |
1993-05-25 | Makefile.in (DISTSTUFF): Don't build binutils.mm. | Ken Raeburn | 3 | -11/+46 | |
objdump.c (slurp_symtab): Print warning for bad symbol table. | |||||
1993-05-24 | INFO-DIR-ENTRY formatting tweaks | David D. Zuhn | 3 | -3/+3 | |
1993-05-24 | * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for | David D. Zuhn | 1 | -3/+3 | |
GO32 hosted toolchains | |||||
1993-05-24 | Add lynx files. | Stu Grossman | 1 | -0/+5 | |
1993-05-24 | Add i386lynx.c. | Stu Grossman | 1 | -0/+1 | |
1993-05-24 | * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h | Stu Grossman | 5 | -0/+100 | |
xm-i386lynx.h}: New configuration for Lynx. | |||||
1993-05-24 | * configure: change so "-exec-prefix" gets passed down rather | Rob Savoye | 1 | -0/+8 | |
than "-exec_prefix" so autoconf generated Makefiles get the exec_prefix set right. | |||||
1993-05-24 | * snapshots.readme: Clarify when obvious and non-obvious bugs | Fred Fish | 2 | -1/+24 | |
should be reported. | |||||
1993-05-24 | * mipsread.c (parse_symbol): Deal with scVar and scVarRegister. | Jim Kingdon | 1 | -0/+3 | |
* symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference. | |||||
1993-05-24 | * stabs.texinfo (Stabs Format): Misc fixes. | Jim Kingdon | 2 | -3/+8 | |
1993-05-24 | * c-typeprint.c (c_type_print_base): Don't print typedef'd names | Jim Kingdon | 2 | -9/+69 | |
as struct, union, or enum tags. | |||||
1993-05-24 | * gdb.t03/{gdbme.c,ptype.exp}: | Jim Kingdon | 1 | -0/+3 | |
Add tests for typedef'd struct and union without tags. | |||||
1993-05-24 | * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped | Peter Schauer | 1 | -0/+5 | |
executable. | |||||
1993-05-24 | x | Jim Kingdon | 1 | -3/+3 | |
1993-05-24 | * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see | Jim Kingdon | 1 | -0/+20 | |
PRMS 1823; the bug still exists but isn't reproduced by this test anymore), and remove rs6000 XFAIL (the bug is fixed). * gdb.t03/ptype.exp: Comment out a lot of tests which are basically duplicated from whatis.exp. For those that are left, accept "long", "long int", or "int" for long variables (whatis.exp already has an XFAIL for "int", so no need to fail it here). * gdb.t02/whatis.exp, gdb.t10/crossload.exp: Deal with GCC's names for types now that GDB uses the compiler's names. * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some setup_xfail's for sunos4. If we #defined the signed keyword away, don't expect GDB to know that char it is signed. * gdb.t00/teststrategy.exp: Update for symbolic signal names. | |||||
1993-05-23 | Fix bug in how GDB gets set that chokes runtest *only* using /bin/sh. | Rob Savoye | 1 | -4/+5 | |
1993-05-23 | * configure.in (configdirs): Add gdb.t24 for C++ tests that | Fred Fish | 3 | -1/+15 | |
should work on any system, regardless of debugging format. * gdb.t21/demangle.exp: Move to gdb.t24. * gdb.t24/demangle.exp: Move from gdb.t21. * gdb.t24/{Makefile.in, configure.in}: New files. | |||||
1993-05-22 | * infrun.c (wait_for_inferior), | Jim Kingdon | 1 | -0/+3 | |
infcmd.c (program_info, signal_command): Use symbolic signal names. | |||||
1993-05-22 | Update to include djm's new stuff. | Steve Chamberlain | 1 | -2/+20 | |
1993-05-22 | * inftarg.c (child_wait): Deal with EINTR and include message from | Jim Kingdon | 1 | -0/+5 | |
strerror if printing an error message. * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP. | |||||
1993-05-22 | x | Jim Kingdon | 1 | -1/+1 | |
1993-05-22 | * stabsread.c: Remove most uses of lookup_fundamental_type. | Jim Kingdon | 3 | -212/+376 | |
(define_symbol): Use read_type for type of enum constant, not just read_type_number. Also don't call error(). (define_symbol): For unrecognized constant type, one complaint (the one from error_type) is enough. Don't make our own in addition. (define_symbol): Don't treat an N_FUN 'R' as a prototype. * gdbtypes.h: Doc fixes. | |||||
1993-05-22 | Remove <<<< stuff from CVS. Not sure how it got here | Jim Kingdon | 1 | -9/+0 | |
1993-05-22 | * stabs.texinfo (Constants): Allow an `e' constant to be non-enum. | Jim Kingdon | 2 | -33/+70 | |
(Traditional builtin types): Document convex convention for long long. (Negative builtin types): Discuss type names, and misc fixes. | |||||
1993-05-22 | * config/mips/tm-irix3.h: Add sigcontext offsets for Irix. | Peter Schauer | 1 | -0/+6 | |