aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-07-02 * Remove unused STACK_END_ADDR in the following files (in otherJim Kingdon10-50/+19
files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, tm-hp300hpux.h, tm-isi.h.
1993-07-02 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.cJim Kingdon1-0/+3
rather than actually putting it through cpp twice.
1993-07-02* gdb.t06/signals.exp: Add xfails unixware and rs6000.Jim Kingdon1-0/+4
1993-07-02 * configure.in (*-*-riscos*): New entry; use mh-sysv.Ian Lance Taylor1-0/+4
1993-07-02 * config/mips-gdb.exp (gdb_exit): Removed close statement which isIan Lance Taylor2-1/+5
no longer needed.
1993-07-02 * hosts/std-host.h: Removed declarations of printf, fprintf,Ian Lance Taylor2-6/+5
fcntl, fread and fwrite. They are all error prone for one reason or another. Changed declaration of memchr from char * to PTR.
1993-07-02* gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.Jim Kingdon1-0/+2
1993-07-02 * configure.in (mips-*-riscos*): New target; use riscos.Ian Lance Taylor1-0/+2
* configure.host (mips-*-riscos*): New host; use riscos.
1993-07-02 * config/riscos.mh (HDEFINES): Add -G 4.Ian Lance Taylor1-0/+2
1993-07-02 * libaout.h (GET_SWORD): Use the bfd_h_get_signed entry pointsIan Lance Taylor1-0/+5
rather than casting the result of bfd_h_get.
1993-07-02update .Sanitize for delta68Jim Kingdon1-0/+1
1993-07-02 * configure.in, hosts/delta68.h, config/delta68.mh: Add stuff forJim Kingdon2-4/+56
Motorola Delta 68.
1993-07-02new file for delta 68Jim Kingdon1-0/+0
1993-07-02 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use anyJim Kingdon1-0/+10
C++ features prints as "struct", make it a pass, not an xfail.
1993-07-02h8500hms -> h8500Steve Chamberlain1-1/+1
1993-07-02 * gdbtypes.h (struct type): Add field tag_name.Jim Kingdon5-143/+58
* gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): Use it. * {coff,dwarf,mips,stabs}read.c: Set it.
1993-07-02 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,Jim Kingdon1-2/+3
not an initializer, to copy the structure.
1993-07-02 * config/mips/nm-riscos.h: Define NBPG and UPAGES.Jim Kingdon2-0/+7
config/mips/xm-riscos.h: Include <sys/types.h>.
1993-07-02* gdb.t06/twice.exp: Don't care about the file name GDB prints.Jim Kingdon1-0/+4
1993-07-02fix declsDavid D. Zuhn2-2/+1
1993-07-02update for q3 matrixDavid D. Zuhn1-28/+60
1993-07-01h8300hms -> h8300David Edelsohn1-1/+1
1993-07-01* xm-sysv4.h: Undefine HAVE_TERMIO.Jim Kingdon2-1/+4
1993-07-01* refcard.tex (\hoffset): correct longstanding error to matchRoland Pesch1-0/+5
intended offset; avoids cutting off edge on some printers
1993-07-01 * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,Jim Kingdon2-0/+6
we can still process "modern" core files.
1993-07-01miscellaneous fixes to make RISC/os work; see ChangeLog'sJim Kingdon6-3/+36
1993-07-01new file for RISC/osJim Kingdon1-0/+0
1993-07-01 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don'tJim Kingdon2-4/+18
print c_line. (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL is defined; don't care what it is defined to.
1993-07-01* Makefile.in (.y.c): skip default .y.c rules. gnu make can now run inK. Richard Pixley1-3/+4
parallel without colliding on yacc's static file names. Without the stub rule, make will try to start two yacc's concurrently which fails because of yacc's static file names.
1993-07-01* config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.Jim Kingdon2-0/+9
1993-06-30* stabs.texinfo (Parameters): Say that order of stabs is significant.Jim Kingdon2-1/+10
1993-06-30* gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.Jim Kingdon1-0/+9
1993-06-30* Makefile.in (ldgram.[hc]): rewrite this rule in such a way that gnuK. Richard Pixley2-3/+24
make can run in parallel without colliding on yacc's static file names.
1993-06-30 * inftarg.c: Remove unused include of terminal.h.Jim Kingdon13-51/+438
* signals.h: Don't undefine signals anymore. * main.c: Use job_control from serial.h. * fork-child.c (fork_inferior): Use gdb_setpgid. * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid. * utils.c (quit): Use current_target->to_terminal_ours to figure out whether we care about lack of job control, rather than __GO32__. * utils.c: Include serial.h not terminal.h (quit): Use job_control not TIOCGPGRP. * terminal.h: Don't undefine TIOCGPGRP. * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT. * utils.c (quit): Use it. * serial.h: Add SERIAL_UN_FDOPEN. * utils.c (quit): Use it. * ser-unix.c: Add process group to ttystate. [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate. * inflow.c: Include serial.h not terminal.h. Use serial.h stuff to replace most of the maze of #ifdef's. * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function. * serial.h: Document SERIAL_SET_TTY_STATE as being immediate. * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true. * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and SERIAL_SET_PROCESS_GROUP. * inflow.c: Use them. * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h: Define HAVE_TERMIOS. * Various: Remove all use of TIOC*_BROKEN.
1993-06-30bfd.h isn't here any moreKen Raeburn1-1/+0
1993-06-30alpha-osf.mh -> alphaosf.mhDavid Edelsohn1-1/+1
1993-06-30 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.Peter Schauer2-0/+13
1993-06-30 * read.c (cons): Conditionalize parsing of expression. MoveIan Lance Taylor2-5/+192
putting value into object file into separate function. Separate out MRI and WANT_BITFIELDS cases into separate functions. (emit_expr): New function to write data into object file. Conditionalize on TC_CONS_FIX_NEW and TC_CONS_RELOC rather than on processor types. (parse_bitfield_cons): New function to parse bitfield expressions as used by i960 assemblers. Only compiled if BITFIELD_CONS_EXPRESSIONS is defined. (parse_mri_cons): New function to parse MRI style strings. Only compiled if MRI is defined. (parse_repeat_cons): New function to parse repeat counts. Only compiled if REPEAT_CONS_EXPRESSIONS is defined. * read.h (emit_expr): Added declaration of new function. * config/tc-a29k.h (TC_CONS_RELOC): Define to be RELOC_32. * config/tc-h8300.h (TC_CONS_RELOC): Define to be R_RELWORD. * config/tc-hppa.c (parse_cons_expression_hppa): New function to parse a HPPA expression, rather than special case in cons function. (cons_fix_new_hppa): New function to emit an HPPA fixup, rather than special case in emit_expr function. * config/tc-hppa.h (TC_PARSE_CONS_EXPRESSION, TC_CONS_FIX_NEW): Define to use new functions from tc-hppa.c. * config/tc-i960.h (BITFIELD_CONS_EXPRESSIONS): Define. (WANT_BITFIELDS): Removed; now obsolete. * config/tc-mips.h (REPEAT_CONS_EXPRESSIONS): Define. * config/tc-ns32k.c (cons_fix_new_ns32k): New function to emit an NS32K fixup, rather than special case in emit_expr function. * config/tc-ns32k.h (TC_CONS_FIX_NEW): Define to be cons_fix_new_ns32k. Also use PARAMS rather than checking __STDC__. * config/tc-sparc.h (TC_CONS_RELOC): Define to RELOC_32. * write.c (relax_and_size_seg, adjust_reloc_syms, write_contents): Don't core dump if gas has no information about a section.
1993-06-30sparc64 changesKen Raeburn1-0/+11
1993-06-30New files for sparc64 cpu.Ken Raeburn3-1/+8
1993-06-30(CAT4): Added Saber-C (ANSI mode) version.Ken Raeburn1-0/+41
(bfd_elf64_*): New decls.
1993-06-30delete setting of a variable i wound up not usingKen Raeburn1-5/+0
1993-06-30list new files, new stuff to sanitizeKen Raeburn1-5/+31
1993-06-30new generic elf64 stuffKen Raeburn2-0/+269
1993-06-29kludge around 386BSD bugDavid D. Zuhn2-0/+6
1993-06-29 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding toPeter Schauer1-0/+10
a function to avoid printing of function arguments in wrong order due to sorting. * symfile.c (compare_symbols): Remove code for sorting arguments as blocks containing arguments are no longer sorted. * symtab.c (lookup_block_symbol): Update comment accordingly.
1993-06-29 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.Per Bothner1-0/+1
1993-06-29 * config.guess: Recognize i486-ncr-sysv4.Per Bothner2-1/+14
1993-06-29 * Makefile.in (MAKEINFOFLAGS): New variable.Ian Lance Taylor3-3/+24
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. * build-all.mk, test-build.mk: Pass down --no-split as MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
1993-06-29bugfixJim Kingdon1-8/+10