aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-05-25 * Makefile.in: configure looks for ####, so remove lines with manyIan Lance Taylor5-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 Kehoe1-0/+4
1993-05-25elf32 updatesKen Raeburn2-4/+6
1993-05-25elf, cleanup changesKen Raeburn1-0/+36
1993-05-25elf, bfd_vma-cast changesKen Raeburn1-0/+11
1993-05-25* elfread.c (elf_symfile_read): Update ELF structure and routineKen Raeburn1-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 Raeburn1-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-25print_insn_* routines want bfd_vma, not CORE_ADDRKen Raeburn2-4/+4
1993-05-25Updated for new macro, type, and structure names.Ken Raeburn3-76/+98
Cleaned up some namespace pollution; renamed elf vectors.
1993-05-25 * gdb.t00/help.exp: Use .* in place of some help messages whichJim Kingdon1-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 notJim Kingdon2-1/+6
AIX extensions.
1993-05-25 * build-all.mk (all-cross): New target for Canadian Cross.Ian Lance Taylor2-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 numbersKen Raeburn1-19/+41
1993-05-25 * stabsread.c: Remove all uses of error(). Make error_type andJim Kingdon5-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-25xJim Kingdon1-0/+8
1993-05-25 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.Jim Kingdon1-25/+6
Remove some xfails
1993-05-25add elf64 structures/macros/types, rename some old elf->elf32Ken Raeburn1-0/+19
1993-05-25 * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.Ian Lance Taylor2-1/+10
1993-05-25begin reorganization to support 64-bit elfKen Raeburn1-0/+22
1993-05-25 * mips-tdep.c: Removed #include of many header files, and #defineIan Lance Taylor1-0/+5
of MIPSMAGIC; no longer used.
1993-05-25 * Many places: replace "the inferior" in messages with "the program"Jim Kingdon13-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'tJim Kingdon2-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'tJim Kingdon1-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 ofPeter Schauer3-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-25try to make hppa opcode table, updated for gas, still be compatible with gdbKen Raeburn4-0/+683
1993-05-25Makefile.in (DISTSTUFF): Don't build binutils.mm.Ken Raeburn3-11/+46
objdump.c (slurp_symtab): Print warning for bad symbol table.
1993-05-24INFO-DIR-ENTRY formatting tweaksDavid D. Zuhn3-3/+3
1993-05-24 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu forDavid D. Zuhn1-3/+3
GO32 hosted toolchains
1993-05-24Add lynx files.Stu Grossman1-0/+5
1993-05-24Add i386lynx.c.Stu Grossman1-0/+1
1993-05-24 * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.hStu Grossman5-0/+100
xm-i386lynx.h}: New configuration for Lynx.
1993-05-24 * configure: change so "-exec-prefix" gets passed down ratherRob Savoye1-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 bugsFred Fish2-1/+24
should be reported.
1993-05-24 * mipsread.c (parse_symbol): Deal with scVar and scVarRegister.Jim Kingdon1-0/+3
* symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
1993-05-24 * stabs.texinfo (Stabs Format): Misc fixes.Jim Kingdon2-3/+8
1993-05-24 * c-typeprint.c (c_type_print_base): Don't print typedef'd namesJim Kingdon2-9/+69
as struct, union, or enum tags.
1993-05-24 * gdb.t03/{gdbme.c,ptype.exp}:Jim Kingdon1-0/+3
Add tests for typedef'd struct and union without tags.
1993-05-24 * symmisc.c (dump_msymbols): Avoid gdb coredump with strippedPeter Schauer1-0/+5
executable.
1993-05-24xJim Kingdon1-3/+3
1993-05-24 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (seeJim Kingdon1-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-23Fix bug in how GDB gets set that chokes runtest *only* using /bin/sh.Rob Savoye1-4/+5
1993-05-23 * configure.in (configdirs): Add gdb.t24 for C++ tests thatFred Fish3-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 Kingdon1-0/+3
infcmd.c (program_info, signal_command): Use symbolic signal names.
1993-05-22Update to include djm's new stuff.Steve Chamberlain1-2/+20
1993-05-22 * inftarg.c (child_wait): Deal with EINTR and include message fromJim Kingdon1-0/+5
strerror if printing an error message. * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
1993-05-22xJim Kingdon1-1/+1
1993-05-22 * stabsread.c: Remove most uses of lookup_fundamental_type.Jim Kingdon3-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-22Remove <<<< stuff from CVS. Not sure how it got hereJim Kingdon1-9/+0
1993-05-22 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.Jim Kingdon2-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 Schauer1-0/+6