aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-01-16 * Makefile.in: Support W65.Steve Chamberlain1-2/+3
* configure.in: Ditto.
1995-01-16New files.Steve Chamberlain7-0/+1948
1995-01-16 * configure.in (w65-*-*): New target.Steve Chamberlain7-0/+76
* Makefile.in: Update. * scripttempl/w65.sc: New. * config/coff-w65.mt: New.
1995-01-16add w65 stuff.Steve Chamberlain1-0/+3
1995-01-16 * config/tc-w65.c, config/tc-w65.h, config/w65.mt: Newfiles.Steve Chamberlain4-0/+1305
* config/obj-coff.h: Cope with w65. * configure, configure.in: Recognize w65.
1995-01-16 * configure.in: Add W65 support.Steve Chamberlain4-0/+673
* disassemble.c: Likewise. * w65-opc.h, w65-dis.c: New files.
1995-01-15Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>Steve Chamberlain4-4/+37
* breakpoint.h (disable_breakpoint, enable_breakpoint): New declarations. (enum bpdisp): Change name of 'delete' member to 'del'. (struct bpstat): Changed name to 'bpstats'. * breakpoint.c (disable_breakpoint, enable_breakpoint, breakpoint_chain): Made globally visible. (bpstat_stop_status): Use new name for bpstat. (break_command_1, watch_command_1, catch_command_1, breakpoint_auto_delete, denable_delete_breakpoint): Use 'del' instead of 'delete'. (set_breakpoint_sal): New function. * defs.h (registers_changed_hook): New declaration. * infcmd.c (run_stack_dummy): 'delete' is now 'del'. * inflow.c (new_tty): Treat WIN32 in same way as __GO32__ * main.c (main): Don't scan options when in WIN32 and exit without entering main loop. * m2-exp.y (m2_elx): Member 'class' is now 'aclass'. * symtab.h (struct symbol, struct partial_symbol): Changed name of member 'class' to 'aclass'. (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change. * top.c (registers_changed_hook): New definition. * utils.c (quit, notice_quit, initialize_utils): Treate WIN32 in same way as __GO32__. * value.h (c_typedef_print): Rename 'new' argument.
1995-01-15 * rldefs.h: Define MINIMAL for __GO32__ and WIN32.Steve Chamberlain1-0/+6
* complete.c, display.c, readline.c, rltty.c: Test MINIMAL instead of __GO32__.
1995-01-15Sun Jan 15 13:57:45 1995 Steve Chamberlain <sac@splat>Steve Chamberlain2-73/+75
* opncls.c (bfd_fdopenr): Configure for WIN32.
1995-01-14* eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.Jim Kingdon1-9/+9
1995-01-14 * gdb.base/sigall.exp (test_one_sig): Attempt to recover ifJim Kingdon2-5/+23
"get signal $thissig" test fails.
1995-01-14 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,Jim Kingdon2-1/+8
not stop_pc, to proceed.
1995-01-14* eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.Jim Kingdon2-0/+17
1995-01-14* gdb.base/setvar.exp: Check for and reject crazy expected type hacks.Jim Kingdon1-0/+4
1995-01-13 * Makefile.in (all): Don't make libgdb-files.Stan Shebs2-7/+18
(libgdb): New action, makes libgdb-files.
1995-01-13 * infcmd.c (signal_command): Accept "signal 0"; the change to notJim Kingdon2-2/+12
accept it was accidental. "handle 0" and "info signal 0" remain illegal, though.
1995-01-13note deletion of hex-value.cKen Raeburn1-1/+0
1995-01-13 * stabsread.c (read_enum_type): When pending enum symbols arePer Bothner2-5/+10
put into the enum type, they must be inserted in "backwards order, in case we've overflowed a struct pending buffer.
1995-01-13* app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get' function isKen Raeburn1-0/+4
scrub_from_file, call scrub_from_file directly, and get gcc's inlining capability into the act.
1995-01-12 * gdbtk.c gdbtk.tcl: Update/add copyright.Stu Grossman3-24/+58
* gdbtk.tcl (build_framework): Several fixes for filespec widget, including dismiss button, and better error handling. * (create_command_win): Bind button 2 to retrieve selection.
1995-01-12delete references to hex-value.cKen Raeburn2-2/+4
1995-01-12Use new hex-value code in libiberty:Ken Raeburn4-78/+33
* Makefile.in (VMS_OTHER_OBJS): Add ../libiberty/hex.o. (OBJS): Delete hex-value.o. (REAL_SOURCES): Delete hex-value.c. (hex-value.o): Delete dependencies. * hex-value.c: Deleted. * as.c (main): Call hex_init. * expr.c, config/tc-mips.c: Include libiberty.h. Replace hex_value array references with hex_* macros.
1995-01-12* libiberty.h (hex_p): Fix sense of test.Ken Raeburn1-0/+4
1995-01-12Makefile changes for arc, rce, diststuff.Ken Raeburn1-0/+27
Const fixes and hex_value changes to various files.
1995-01-12(ALL_MACHINES, BFD32_BACKENDS): Include arc and rce, appropriately sanitized.Ken Raeburn1-10/+28
(diststuff): Include `headers'. Updated dependencies.
1995-01-12* srec.c, tekhex.c: Include libiberty.h. Delete static array hex_value andKen Raeburn1-329/+554
replace references to it with references to hex_init, hex_p, and hex_value. * tekhex.c (digs): Now const.
1995-01-12* sunos.c (m68k_plt_first_entry, sparc_plt_first_entry): Now const.Ken Raeburn1-4/+4
* elf32-i386.c (elf_i386_plt0_entry, elf_i386_plt_entry): Ditto. * archures.c (archures_init_table): Now const. (bfd_arch_init): Adjusted type of local var `ptable'.
1995-01-12Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-1/+1
* configure.in (enable_shared stuff): Fix typo. Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing) * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
1995-01-12check makefile.in for arc, rce stuffKen Raeburn1-2/+2
1995-01-12const fixesKen Raeburn1-11/+16
1995-01-12 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoidJim Kingdon2-29/+17
compiler warning with dec alpha compiler. * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove extra \n from gdb_test call (this explains why the prompt test that I removed yesterday was there). (user_defined_command_test): Remove extra \n and prompt test. * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL doesn't exist. * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL. Also remove alpha workaround, which turns out to be because SIGABRT == SIGLOST.
1995-01-12 * hosts/symmetry.h: Redefine `shared' to enable compilationPeter Schauer1-0/+7
with the native Dynix cc compiler. * i386dynix.c: Include aoutx.h instead of using routines from aout32.c.
1995-01-12 Add procfs support for Alpha OSF/1-2.x.Peter Schauer4-2/+46
* config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic OSF/1 native support. * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly. (MUNCH_DEFINE): Removed. * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files for procfs support.
1995-01-12 * README: Add note about SPARCworks cc release 3.0 and higher.Peter Schauer6-13/+250
Add procfs support for Alpha OSF/1-2.x. * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic OSF/1 native support. * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly. (MUNCH_DEFINE): Removed. * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files for procfs support. * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1 release 2.x and higher, else alpha-osf1.mh, as the procfs support in release 1.x is incomplete. * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh. * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset, fill_fpgregset): New routines for procfs support. * inftarg.c (_initialize_inftarg): Don't add ptrace support if we have an optional procfs and /proc is accessible. * procfs.c: Include sys/fault.h and sys/syscall.h before including sys/procfs.h. (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL is defined, additionally perform a PIOCSSIG to really terminate the inferior. (create_procinfo): Always return a result. (create_procinfo, do_attach): Don't trace T_IFAULT faults if PROCFS_DONT_TRACE_IFAULT is defined. (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as argument to startup_inferior if it is defined. (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead of tracing exits from exec system calls. Needed for the user level loader under Alpha OSF/1. (do_detach): Clear any pending signal if we want to detach from a process without a signal. (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined, don't issue a PIOCSSIG if pr_cursig already contains the signal we intend to set. (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the pending signals are numbered from 1 instead of 0. (info_proc_mappings): Increase size of output format for addresses if BFD_HOST_64_BIT is defined. (procfs_stop): Renamed from child_stop. (_initialize_procfs): Don't add procfs support if we have an optional procfs and /proc is not accessible.
1995-01-12* gdb.base/sigall.exp: Add workaround for alpha weirdness.Jim Kingdon2-1/+8
1995-01-12 * ldlang.c (lang_place_orphans): Don't ignore files withIan Lance Taylor1-0/+6
just_syms_flag set. Instead, put all their sections in bfd_abs_section_ptr, using the section VMA as the output_offset. PR 6159.
1995-01-12* gdb.base/help.exp: Don't test "help show".Jim Kingdon2-1/+12
1995-01-12Don't use const with reloc_howto_type, since it's now defined to be const.Ken Raeburn2-2/+16
1995-01-12* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init, hex_p,Ken Raeburn2-4/+22
hex_value): New macros and declarations, for hex.c.
1995-01-12Forgot an entry in last checkin:Ken Raeburn1-0/+3
* ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't need to be static.
1995-01-12Change "reloc_howto_type" typedef to be "const", since all uses of it are (orKen Raeburn13-39/+716
should be) anyways.
1995-01-12 * gdbtk.tcl: Add button to control mixed source disassembly.Stu Grossman2-46/+95
* Use text widgets in expr window. The give me more control over layout. * Add auto-updating of exprs in expression window. * Handle expressions out of scope a bit better. * Make selected window pop up to the top when invoked via the menubar. * Make copyright message have raised relief.
1995-01-12 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tclStu Grossman2-2/+17
during startup.
1995-01-12 * array-rom.c: Add support for most commands.Rob Savoye2-2/+116
* monitor.c: Add GDB remote protocol for the hybrid environment on the Array board.
1995-01-12For COFF targets, make sure F_RELFLG is set exactly when no relocs are present,Ken Raeburn4-9/+18
instead of making it depend solely on the target CPU.
1995-01-12Don't generate 68020 addressing modes for a 68000 cpu.Ken Raeburn1-0/+6
1995-01-12Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill2-1/+5
* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
1995-01-12Wed Jan 11 16:29:34 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill3-3/+3
* m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
1995-01-11* gdb.base/help.exp: Replace most of docstring for "define" with ".*".Jim Kingdon2-5/+3
1995-01-11 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That testJim Kingdon2-35/+14
was a vestige of the manual TESTSTRATEGY, and the purpose of it was to make sure that gdb can read a core file. But (a) the "read the corefile" part didn't make it to a1-selftest.exp, we just delete the corefile after creating it, and (b) we test reading corefiles in corefile.exp anyway. Also, this test left around a xgdb process on Solaris. * gdb.base/corefile.exp: Also test backtrace.