Ian Lance Taylor
d01a0278a0
* bfd-in.h (bfd_byte, reloc_howto_type): Define here, not...
...
* reloc.c (bfd_byte, reloc_howto_type): here.
* Changed all occurrences of ``const struct reloc_howto_struct''
to be ``reloc_howto_type'' instead.
* bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
Avoids problems with the native Irix 5 compiler.
1995-01-17 21:16:53 +00:00
Ian Lance Taylor
8a51b06cf6
* opncls.c (bfd_openstreamr): New function.
...
* bfd-in2.h: Rebuilt.
1995-01-17 19:26:56 +00:00
Ian Lance Taylor
4c7edd73d9
update copyright
1995-01-17 19:11:06 +00:00
Ian Lance Taylor
89dd4786f1
* remote.texi: Update documentation of set/show mipsfpu.
1995-01-17 19:09:53 +00:00
Ian Lance Taylor
daa4c5f8a1
* config/mips/tm-mips.h (enum mips_fpu_type): New enum.
...
(mips_fpu): Change type to enum mips_fpu_type.
(FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
* mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
Don't initialize.
(mips_fpu_string): New static variable.
(mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
(mips_pop_frame): Likewise.
(mips_extract_return_value): Likewise.
(mips_store_return_value): Likewise.
(mips_set_fpu_command): New static function.
(mips_show_fpu_command): New static function.
(_initialize_mips_tdep): Change handling of set/show mipsfpu.
1995-01-17 19:08:31 +00:00
Jim Kingdon
5ad32be23c
* a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
1995-01-17 16:43:20 +00:00
Jim Kingdon
29f25f6f69
* gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
...
and "ptype" work on variables in files compiled without -g.
Replaces commented out "maint print msymbol" tests.
1995-01-17 16:22:23 +00:00
Jim Kingdon
3fb93d868b
* parse.c (write_exp_msymbol): Use new variables
...
msym_*_symbol_type as type of msymbol expression.
(_initialize_parse): Initialize them.
1995-01-17 16:16:20 +00:00
Ian Lance Taylor
23f61eaae8
* config/tc-mips.c (mips_4650): New static variable.
...
(md_begin): Handle a cpu string of "4650". If mips_4650 was not
initialized, set it to 0.
(append_insn): Don't insert nops around HI and LO on a 4650.
(mips_emit_delays): Likewise.
(mips_ip): Use INSN_ISA mask to check ISA of instruction. Check
for INSN_4650.
(md_longopts): Add m4650 and no-m4650.
(md_parse_option): Handle mips-cpu=4650. Handle -m4650 and
-no-m4650.
* doc/as.texinfo: Document new MIPS options.
1995-01-17 16:13:44 +00:00
Ian Lance Taylor
ea77c26aef
* mips.h (INSN_ISA, INSN_4650): Define.
1995-01-17 15:56:00 +00:00
Ian Lance Taylor
6a5848cd10
* elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
...
(elf_mips_howto_table): Add entries for new relocs.
(mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,
SHT_MIPS_DWARF, and SHT_MIPS_EVENTS.
(mips_elf_fake_sections): Handle sections named .msym, .debug_*
and .MIPS.events.*.
1995-01-17 15:55:55 +00:00
Stan Shebs
dbd9bcaa8b
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
1995-01-17 04:53:00 +00:00
Stan Shebs
0336337260
Revert previous, ill-considered change to defs.h
1995-01-17 04:44:43 +00:00
Stan Shebs
18b46e7c53
General cleanup and simplication of disassembler interface.
...
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 04:36:51 +00:00
Kung Hsu
83d9bb1416
* Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
...
and config/a29k/vx29k.mt.
* configure.in: add new configuration a29k-*-vxworks.
* remote-vx29k.c: new file merged from WRS.
* remote-vx.c: merge changes from WRS.
1995-01-16 23:56:41 +00:00
Kung Hsu
fcad29ce26
* config/a29k/vx29k.mt: new file for new configuration.
...
* config/a29k/tm-vx29k.h: new header file for newconfiguration.
1995-01-16 23:53:02 +00:00
Jim Kingdon
668336262c
* gdb.base/setvar.c (dummy): Call malloc.
1995-01-16 20:14:38 +00:00
Jim Kingdon
24f5d04a56
* gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
...
losing with the irix4 sed.
1995-01-16 17:24:13 +00:00
Jim Kingdon
0c72a5b7ed
* gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
...
ALRM" on irix4.
1995-01-16 17:19:03 +00:00
Steve Chamberlain
d468a1499b
* archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h,
...
config.bfd, configure.in, config/w65.mt: Initial support for the W65.
1995-01-16 05:44:00 +00:00
Steve Chamberlain
c21b376fc6
* archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h,
...
config.bfd, configure.in, config/w65.mt: Initial support for the W65.
1995-01-16 05:39:06 +00:00
Jim Kingdon
d722005e65
* TODO: Remove items about corefile.exp testing new exec-file and
...
backtrace; both are now done. Add items about printing enums.
1995-01-16 03:21:04 +00:00
Steve Chamberlain
66032a390b
* dis-asm.h (prin_insn_w65): Declare.
1995-01-16 02:40:18 +00:00
Steve Chamberlain
08acc8335b
* w65.h: New file.
1995-01-16 02:39:14 +00:00
Steve Chamberlain
4a5947d010
* Makefile.in: Support W65.
...
* configure.in: Ditto.
1995-01-16 01:47:43 +00:00
Steve Chamberlain
26aef5db38
new files.
1995-01-16 01:47:04 +00:00
Steve Chamberlain
d723ade79e
* w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
...
* configure.in: Suppprt for w65,
1995-01-16 01:45:49 +00:00
Steve Chamberlain
be21628de5
* w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
...
* configure.in: Suppprt for w65,
1995-01-16 01:29:48 +00:00
Steve Chamberlain
0a9f255594
new file.
1995-01-16 01:28:40 +00:00
Steve Chamberlain
6c19c2efe3
* Makefile.in: Support W65.
...
* configure.in: Ditto.
1995-01-16 00:55:22 +00:00
Steve Chamberlain
321a78a5a0
New files.
1995-01-16 00:53:05 +00:00
Steve Chamberlain
506f4ede9c
* configure.in (w65-*-*): New target.
...
* Makefile.in: Update.
* scripttempl/w65.sc: New.
* config/coff-w65.mt: New.
1995-01-16 00:51:02 +00:00
Steve Chamberlain
b3235d56dc
add w65 stuff.
1995-01-16 00:42:14 +00:00
Steve Chamberlain
a11a8d55ee
* config/tc-w65.c, config/tc-w65.h, config/w65.mt: Newfiles.
...
* config/obj-coff.h: Cope with w65.
* configure, configure.in: Recognize w65.
1995-01-16 00:40:48 +00:00
Steve Chamberlain
9f744f9110
* configure.in: Add W65 support.
...
* disassemble.c: Likewise.
* w65-opc.h, w65-dis.c: New files.
1995-01-16 00:35:55 +00:00
Steve Chamberlain
16041d5304
Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
...
* 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 23:17:43 +00:00
Steve Chamberlain
a465efbb38
* rldefs.h: Define MINIMAL for __GO32__ and WIN32.
...
* complete.c, display.c, readline.c, rltty.c: Test MINIMAL
instead of __GO32__.
1995-01-15 22:33:04 +00:00
Steve Chamberlain
9560e662d0
Sun Jan 15 13:57:45 1995 Steve Chamberlain <sac@splat>
...
* opncls.c (bfd_fdopenr): Configure for WIN32.
1995-01-15 22:04:02 +00:00
Jim Kingdon
764adcb490
* eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
1995-01-14 20:56:55 +00:00
Jim Kingdon
2d593cdda9
* gdb.base/sigall.exp (test_one_sig): Attempt to recover if
...
"get signal $thissig" test fails.
1995-01-14 18:23:51 +00:00
Jim Kingdon
8248d21bd9
* infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
...
not stop_pc, to proceed.
1995-01-14 18:07:48 +00:00
Jim Kingdon
22b1c54a0c
* eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
1995-01-14 16:48:03 +00:00
Jim Kingdon
770b7c5935
* gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
1995-01-14 16:29:24 +00:00
Stan Shebs
218d43e52e
* Makefile.in (all): Don't make libgdb-files.
...
(libgdb): New action, makes libgdb-files.
1995-01-13 23:31:57 +00:00
Jim Kingdon
b5088d10b5
* infcmd.c (signal_command): Accept "signal 0"; the change to not
...
accept it was accidental. "handle 0" and "info signal 0" remain
illegal, though.
1995-01-13 22:55:37 +00:00
Ken Raeburn
4f7ce2a5ef
note deletion of hex-value.c
1995-01-13 21:02:02 +00:00
Per Bothner
0f8631fbae
* stabsread.c (read_enum_type): When pending enum symbols are
...
put into the enum type, they must be inserted in "backwards
order, in case we've overflowed a struct pending buffer.
1995-01-13 06:24:23 +00:00
Ken Raeburn
203235652d
* app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get' function is
...
scrub_from_file, call scrub_from_file directly, and get gcc's inlining
capability into the act.
1995-01-13 01:05:42 +00:00
Stu Grossman
4604b34cd3
* gdbtk.c gdbtk.tcl: Update/add copyright.
...
* 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-12 23:10:48 +00:00
Ken Raeburn
5d7a878c30
delete references to hex-value.c
1995-01-12 23:09:24 +00:00