OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years ago* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
Alexandre Oliva [Thu, 22 Mar 2001 05:22:04 +0000 (05:22 +0000)]
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.

23 years ago2001-03-22 Ben Elliston <bje@redhat.com>
Ben Elliston [Thu, 22 Mar 2001 04:05:03 +0000 (04:05 +0000)]
2001-03-22  Ben Elliston  <bje@redhat.com>

* cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg
declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional.
* cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused
to allay a compiler warning.

23 years ago2001-03-21 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 22 Mar 2001 02:51:19 +0000 (02:51 +0000)]
2001-03-21  Kazu Hirata  <kazu@hxi.com>

* h8300.h: Fix formatting.

23 years agopaddq and psubq support.
Alan Modra [Thu, 22 Mar 2001 02:27:54 +0000 (02:27 +0000)]
paddq and psubq support.

23 years ago * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
Kevin Buettner [Thu, 22 Mar 2001 02:11:11 +0000 (02:11 +0000)]
* ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
than two instead of generating an error.

23 years ago*** empty log message ***
Jim Blandy [Thu, 22 Mar 2001 01:01:05 +0000 (01:01 +0000)]
*** empty log message ***

23 years ago* cp-valprint.c: Bring formatting into line with GNU coding standards.
Jim Blandy [Thu, 22 Mar 2001 00:58:00 +0000 (00:58 +0000)]
* cp-valprint.c: Bring formatting into line with GNU coding standards.

23 years ago2001-03-21 Diego Novillo <dnovillo@redhat.com>
Diego Novillo [Thu, 22 Mar 2001 00:29:15 +0000 (00:29 +0000)]
2001-03-21  Diego Novillo  <dnovillo@redhat.com>

(_bfd_mips_elf_relocate_section): Give a better error message when
a relocation is not recognized.

23 years agoMake Linux use the new unified support for hardware breakpoints
Mark Kettenis [Wed, 21 Mar 2001 21:22:49 +0000 (21:22 +0000)]
Make Linux use the new unified support for hardware breakpoints
and watchpoints on x86 targets.
* i386-linux-nat.c: Doc fixes.  Include "gdb_assert.h".
[HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
(DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
appropriate value if not already defined.
(register_u_addr): New function.
(kernel_u_size): New function.
(i386_linux_dr_get, i386_linux_dr_set): New functions.
(i386_linux_dr_set_control, i386_linux_dr_set_addr,
i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
* config/i386/nm-linux.h: Don't include "nm-i386v.h".
(I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
(TARGET_HAS_HARDWARE_WATCHPOINTS,
TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
target_remove_watchpoint): Remove macros.
(i386_stopped_by_watchpoint, i386_insert_watchpoint,
i386_remove_watchpoint): Remove prototypes.
(register_u_addr): New prototype.
(REGISTER_U_ADDR): Define in terms of register_u_addr.
(i386_linux_dr_set_control, i386_linux_dr_set_addr,
i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
(I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
* config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
i386-nat.o.

23 years ago* gdb/linespec.c (find_methods): Whitespace differences aren't
Jim Blandy [Wed, 21 Mar 2001 20:51:16 +0000 (20:51 +0000)]
* gdb/linespec.c (find_methods): Whitespace differences aren't
significant in *un*mangled method names.  Use strcmp_iw to compare
them, not STREQ.  (Fix from Daniel Berlin.)

* gdb/testsuite/gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
unmangled operator names.

23 years agomerge from gcc
DJ Delorie [Wed, 21 Mar 2001 20:12:30 +0000 (20:12 +0000)]
merge from gcc

23 years ago* gdbarch.sh: Allow a non- multi-arch target to override a
Andrew Cagney [Wed, 21 Mar 2001 19:47:44 +0000 (19:47 +0000)]
* gdbarch.sh: Allow a non- multi-arch target to override a
predicate.
* gdbarch.h: Regenerate.

23 years agoAvoid use of ``if ! program''.
Andrew Cagney [Wed, 21 Mar 2001 19:25:03 +0000 (19:25 +0000)]
Avoid use of ``if ! program''.

23 years ago* target.h (enum target_signal): Move definition from here.
Andrew Cagney [Wed, 21 Mar 2001 18:31:48 +0000 (18:31 +0000)]
* target.h (enum target_signal): Move definition from here.
* defs.h (enum target_signal): To here.

* config/arc/tm-arc.h (arc_software_single_step): Change type of
first parameter to enum target_signal.
* config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
* config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
* rs6000-tdep.c (rs6000_software_single_step): Update.

23 years ago2001-03-20 Michael Chastain <chastain@redhat.com>
Michael Chastain [Wed, 21 Mar 2001 17:53:42 +0000 (17:53 +0000)]
2001-03-20  Michael Chastain  <chastain@redhat.com>

* Makefile.in: all-m4 depends on all-texinfo.

23 years ago* frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
Andrew Cagney [Wed, 21 Mar 2001 16:42:39 +0000 (16:42 +0000)]
* frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
already defined.

From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
* stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
or a reference ('a') can be in a pseudo register.
* infcmd.c (do_registers_info): Must take into account the pseudo
registers to print their value.
(registers_info): Likewise.
* stack.c (frame_info): Likewise.
* frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.

23 years ago * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
Eli Zaretskii [Wed, 21 Mar 2001 11:39:23 +0000 (11:39 +0000)]
* gdbint.texinfo (Algorithms): New section "Watchpoints" and new
subsection "x86 Watchpoints".
(Target Architecture Definition): Document
I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
(Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.

23 years ago Unified support for hardware breakpoints and watchpoints on
Eli Zaretskii [Wed, 21 Mar 2001 11:36:58 +0000 (11:36 +0000)]
Unified support for hardware breakpoints and watchpoints on
x86 targets:

* config/i386/nm-i386.h: New file.

* config/i386/nm-i386.h: (i386_cleanup_dregs)
(i386_insert_watchpoint, i386_remove_watchpoint)
(i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
(i386_stopped_data_address, i386_insert_hw_breakpoint)
(i386_remove_hw_breakpoint): Declare prototypes.
[I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
Define if not already defined.
(TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
(STOPPED_BY_WATCHPOINT, target_stopped_data_address)
(target_insert_watchpoint, target_remove_watchpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
to call the appropriate i386_* functions.

* i386-nat.c: New file.

* i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
(I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
(I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
(dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
(maint_show_dr): New variables.
(i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
(i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
(i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
(i386_remove_watchpoint, i386_region_ok_for_watchpoint)
(i386_stopped_data_address, i386_stopped_by_hwbp)
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
functions.
(_initialize_i386_nat): New function.
[I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
`show-debug-regs', sets maint_show_dr to non-zero value and
activates debugging print-outs in functions which insert, remove,
and test watchpoints and hardware breakpoints.

* Makefile.in (i386-nat.o): New target.
(ALLDEPFILES): Add i386-nat.o.

23 years ago* i386-tdep.c: Add back _initialize_i386_tdep prototype with
Mark Kettenis [Wed, 21 Mar 2001 11:22:24 +0000 (11:22 +0000)]
* i386-tdep.c: Add back _initialize_i386_tdep prototype with
appropriate comment.

23 years agoPrevent NULL pointer dereference.
Alan Modra [Wed, 21 Mar 2001 08:09:25 +0000 (08:09 +0000)]
Prevent NULL pointer dereference.

23 years agoUpdate Linux/Alpha port to use new Linux threads support.
Kevin Buettner [Tue, 20 Mar 2001 21:40:47 +0000 (21:40 +0000)]
Update Linux/Alpha port to use new Linux threads support.

23 years ago* Makefile.in: Clean up dependencies on ../include/demangle.h.
Jim Blandy [Tue, 20 Mar 2001 21:23:38 +0000 (21:23 +0000)]
* Makefile.in: Clean up dependencies on ../include/demangle.h.
(demangle_h): New variable.
(jv-typeprint.o, jv-valprint.o, linespec.o): Use it.

23 years ago Add support for cgen machine determination.
Patrick Macdonald [Tue, 20 Mar 2001 20:56:34 +0000 (20:56 +0000)]
  Add support for cgen machine determination.

        * cgen-dis.in (print_insn_@arch@): Add support for target machine
        determination via CGEN_COMPUTE_MACH.
        * fr30-desc.c: Regenerate.
        * fr30-dis.c: Regenerate.
        * fr30-opc.h: Regenerate.
        * m32r-desc.c: Regenerate.
        * m32r-dis.c: Regenerate.
        * m32r-opc.h: Regenerate.
        * m32r-opinst.c: Regenerate.

23 years ago2001-03-20 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 20 Mar 2001 18:24:30 +0000 (18:24 +0000)]
2001-03-20  H.J. Lu  <hjl@gnu.org>

* configure.in: Remove the redundent AC_ARG_PROGRAM.
* configure: Rebuild.

23 years ago* libiberty/cp-demangle.c (struct demangling_def): New fields:
Jim Blandy [Tue, 20 Mar 2001 18:22:38 +0000 (18:22 +0000)]
* libiberty/cp-demangle.c (struct demangling_def): New fields:
is_constructor and is_destructor.
(demangling_new): Initialize them.
(demangle_ctor_dtor_name): Set them, if we detect a constructor
or destructor.
(demangle_v3_with_details, is_gnu_v3_mangled_ctor,
is_gnu_v3_mangled_dtor): New functions.

* include/demangle.h (enum gnu_v3_constructor_kinds,
is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
is_gnu_v3_mangled_dtor): New declarations.

23 years agoChange SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().
Andrew Cagney [Tue, 20 Mar 2001 18:16:28 +0000 (18:16 +0000)]
Change SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP_P().

23 years agoReplace abort() with internal_error().
Andrew Cagney [Tue, 20 Mar 2001 17:48:17 +0000 (17:48 +0000)]
Replace abort() with internal_error().

23 years agoDo not enable alignment checking when loading unaligned thumb instructions.
Nick Clifton [Tue, 20 Mar 2001 17:48:02 +0000 (17:48 +0000)]
Do not enable alignment checking when loading unaligned thumb instructions.

23 years agoZap -Wuninitialized warnings.
Andrew Cagney [Tue, 20 Mar 2001 17:19:04 +0000 (17:19 +0000)]
Zap -Wuninitialized warnings.

23 years ago* mmap support for common simulators
Frank Ch. Eigler [Tue, 20 Mar 2001 17:13:39 +0000 (17:13 +0000)]
* mmap support for common simulators

2001-03-16  Frank Ch. Eigler  <fche@redhat.com>

Add support for mmap-based memory regions.
* sim-memopt.c (mmap_next_fd): New global.
(sim_memory_init): Reinitialize it.
(OPTION_MEMORY_MAPFILE, memory_option_handler): Support new
"--memory-mapfile FILE" option.  Check for some errors.
(do_memopt_add): Conditionally do mmap instead of malloc for
backing store of simulated memory.  Check for more errors.
(do_simopt_delete, sim_memory_uninstall): Corresponding cleanup.
* sim-memopt.h (munmap_length): New member of _sim_memopt.
* configure.in: Look for mmap/fstat related functions and headers.
* config.in, configure: Regenerated.

23 years agomerge from gcc
DJ Delorie [Tue, 20 Mar 2001 17:09:17 +0000 (17:09 +0000)]
merge from gcc

23 years ago* linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
Jim Blandy [Tue, 20 Mar 2001 16:17:22 +0000 (16:17 +0000)]
* linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
than asking for sym_class's type; that's circuitous.  Remove
sym_class, since the last use of it is gone.

23 years ago* gdb.threads/linux-dp.exp: Recognize an additional message
Jim Blandy [Tue, 20 Mar 2001 15:54:34 +0000 (15:54 +0000)]
* gdb.threads/linux-dp.exp: Recognize an additional message
generated by GDB when it doesn't understand how to debug threads
on the target system.

23 years ago * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
Andreas Schwab [Tue, 20 Mar 2001 10:11:07 +0000 (10:11 +0000)]
* elf32-m68k.c (elf_m68k_relocate_section): Don't need the
relocation value when resolving a reference from a debugging
section.

23 years ago * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
Eli Zaretskii [Tue, 20 Mar 2001 09:46:00 +0000 (09:46 +0000)]
* breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
Correct the order of calls to ui_out_field_string and
ui_out_list_begin when bs->old_val is NULL.

23 years agoConditionally include nlist.h in solib-legacy.c for older *BSD systems.
Kevin Buettner [Tue, 20 Mar 2001 02:57:42 +0000 (02:57 +0000)]
Conditionally include nlist.h in solib-legacy.c for older *BSD systems.

23 years agoFix ``make'' problems when building cross debugger.
Kevin Buettner [Tue, 20 Mar 2001 02:37:55 +0000 (02:37 +0000)]
Fix ``make'' problems when building cross debugger.

23 years agoFix 2 bugs with parsing the resource dependency tables.
Jim Wilson [Tue, 20 Mar 2001 02:32:27 +0000 (02:32 +0000)]
Fix 2 bugs with parsing the resource dependency tables.
* ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
notestr if larger than xsect.
(in_class): Handle format M5.
* ia64-asmtab.c: Regnerate.

23 years agomalloc() -> xmalloc.
Andrew Cagney [Tue, 20 Mar 2001 01:37:10 +0000 (01:37 +0000)]
malloc() -> xmalloc.
Move malloc() decl to utils.c

23 years agoMove realoc() decl to utils.c. s/realloc()/xrealloc()/.
Andrew Cagney [Tue, 20 Mar 2001 00:54:43 +0000 (00:54 +0000)]
Move realoc() decl to utils.c.  s/realloc()/xrealloc()/.

23 years agoMove free() decl to utils.c.
Andrew Cagney [Tue, 20 Mar 2001 00:28:23 +0000 (00:28 +0000)]
Move free() decl to utils.c.

23 years agoAdd proc-service.o to NATDEPFILES.
Kevin Buettner [Tue, 20 Mar 2001 00:05:04 +0000 (00:05 +0000)]
Add proc-service.o to NATDEPFILES.

23 years agoZap __STDC__ references.
Andrew Cagney [Mon, 19 Mar 2001 23:31:41 +0000 (23:31 +0000)]
Zap __STDC__ references.

23 years ago* TODO: List known problems with TUI.
Andrew Cagney [Mon, 19 Mar 2001 23:19:23 +0000 (23:19 +0000)]
* TODO: List known problems with TUI.

23 years agoJimmy Guo stepping down.
Andrew Cagney [Mon, 19 Mar 2001 21:16:01 +0000 (21:16 +0000)]
Jimmy Guo stepping down.

23 years ago* remote.c (remote_cisco_section_offsets): Do not cast result from
Andrew Cagney [Mon, 19 Mar 2001 21:01:06 +0000 (21:01 +0000)]
* remote.c (remote_cisco_section_offsets): Do not cast result from
bfd_get_section_name.
(compare_sections_command): Ditto.
(remote_cisco_section_offsets): Make ``p'' a const pointer.
(compare_sections_command): Ditto for ``sectname''.

23 years ago* valops.c (hand_function_call): Simplify computation of the
Andrew Cagney [Mon, 19 Mar 2001 20:08:16 +0000 (20:08 +0000)]
* valops.c (hand_function_call): Simplify computation of the
address of the pushed argument.

23 years ago* p-exp.y (parse_number): Avoid shift overflow when ``long''.
Andrew Cagney [Mon, 19 Mar 2001 19:05:21 +0000 (19:05 +0000)]
* p-exp.y (parse_number): Avoid shift overflow when ``long''.
Code copied from c-exp.y.

23 years agoDocument a native system printing output outside of the MI as a known
Andrew Cagney [Mon, 19 Mar 2001 18:20:04 +0000 (18:20 +0000)]
Document a native system printing output outside of the MI as a known
bug.

23 years agoDon't try to read past end of info buffer, and correct test results.
Alan Modra [Mon, 19 Mar 2001 12:20:10 +0000 (12:20 +0000)]
Don't try to read past end of info buffer, and correct test results.

23 years agoFix register name printed in warning message.
Alan Modra [Mon, 19 Mar 2001 11:28:20 +0000 (11:28 +0000)]
Fix register name printed in warning message.

23 years agoFix solib support so that non-svr4-solib-host x svr4-solib-target will work.
Kevin Buettner [Mon, 19 Mar 2001 07:01:03 +0000 (07:01 +0000)]
Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.

23 years agoFix solib support so that non-svr4-solib-host x svr4-solib-target will work.
Kevin Buettner [Mon, 19 Mar 2001 05:46:27 +0000 (05:46 +0000)]
Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.

23 years agoFix NetBSD 1.4 build problem.
Kevin Buettner [Mon, 19 Mar 2001 05:15:32 +0000 (05:15 +0000)]
Fix NetBSD 1.4 build problem.

23 years ago2001-03-17 Michael Chastain <chastain@redhat.com>
Michael Chastain [Sun, 18 Mar 2001 21:35:58 +0000 (21:35 +0000)]
2001-03-17  Michael Chastain  <chastain@redhat.com>

* win32-nat.c (child_attach): check args for NULL before passing
to strtoul.  This fixes PR gdb/43.

23 years agoFix a typo.
H.J. Lu [Sun, 18 Mar 2001 02:56:20 +0000 (02:56 +0000)]
Fix a typo.

23 years ago* i387-nat.h: Doc Fix.
Mark Kettenis [Sat, 17 Mar 2001 23:02:10 +0000 (23:02 +0000)]
* i387-nat.h: Doc Fix.

23 years ago* i386-tdep.c: Fix formatting.
Mark Kettenis [Sat, 17 Mar 2001 22:28:33 +0000 (22:28 +0000)]
* i386-tdep.c: Fix formatting.
(i386_get_frame_setup, i386_follow_jump, codestream_read,
codestream_seek, codestream_fill, skip_trampoline_code,
gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
prototypoes.

23 years ago* config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
Mark Kettenis [Sat, 17 Mar 2001 22:24:00 +0000 (22:24 +0000)]
* config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove.  It's
no longer used.  Also remove associated FIXME.

23 years agoAdd support for m/M methods - pure multi-arch. These do not have
Andrew Cagney [Sat, 17 Mar 2001 00:31:22 +0000 (00:31 +0000)]
Add support for m/M methods - pure multi-arch. These do not have
macros and take a gdbarch parameter.

23 years ago* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
J.T. Conklin [Fri, 16 Mar 2001 22:34:46 +0000 (22:34 +0000)]
* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
h8300_frame_args_address from frame_args_address.
(FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
from frame_locals_address.
(PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
from print_register_hook.
(h8300_frame_args_address): Declare.
(h8300_frame_find_saved_regs): Declare.
(h8300_frame_locals_address): Declare.
(h8300_frame_saved_pc): Declare.
(h8300_pop_frame): Declare.
(h8300_print_register_hook): Declare.
* h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
(h8300_frame_args_address): Renamed from frame_args_address.
(h8300_frame_locals_address): Renamed from frame_locals_address.
(h8300_pop_frame): Renamed from pop_frame.
(h8300_print_register_hook): Renamed from print_register_hook.
-------------------------------------------------------------------

23 years ago2001-03-12 Michael Chastain <chastain@redhat.com>
Michael Chastain [Fri, 16 Mar 2001 20:04:02 +0000 (20:04 +0000)]
2001-03-12  Michael Chastain  <chastain@redhat.com>

* gdb.c++/derivation.exp: Use the 'runto' library function.

23 years ago2001-03-12 Michael Chastain <chastain@redhat.com>
Michael Chastain [Fri, 16 Mar 2001 20:00:04 +0000 (20:00 +0000)]
2001-03-12  Michael Chastain  <chastain@redhat.com>

* gdb.c++/annota2.exp: Fix regular expression for "post-query".

23 years agoFix syntax errors.
Nick Clifton [Fri, 16 Mar 2001 18:49:32 +0000 (18:49 +0000)]
Fix syntax errors.

23 years agoAdd new opcodes
Nick Clifton [Fri, 16 Mar 2001 18:42:26 +0000 (18:42 +0000)]
Add new opcodes

23 years agoChange type of ``storage_needed'' from unsigned int to long.
Kevin Buettner [Fri, 16 Mar 2001 18:06:44 +0000 (18:06 +0000)]
Change type of ``storage_needed'' from unsigned int to long.

23 years ago2001-02-24 Michael Chastain <chastain@redhat.com>
Michael Chastain [Fri, 16 Mar 2001 17:59:58 +0000 (17:59 +0000)]
2001-02-24  Michael Chastain  <chastain@redhat.com>

* gdb.c++/ref-types.exp: Change handwritten code to library
function 'runto'.

23 years agoFix warning message
Nick Clifton [Fri, 16 Mar 2001 17:34:31 +0000 (17:34 +0000)]
Fix warning message

23 years ago2001-03-16 Orjan Friberg <orjanf@axis.com>
Orjan Friberg [Fri, 16 Mar 2001 09:05:16 +0000 (09:05 +0000)]
2001-03-16  Orjan Friberg  <orjanf@axis.com>

* gdb.base/signals.exp: Set count to 0 explicitly.

23 years agoMisc. cleanups.
Kevin Buettner [Fri, 16 Mar 2001 03:52:12 +0000 (03:52 +0000)]
Misc. cleanups.

23 years ago* tweak
Frank Ch. Eigler [Fri, 16 Mar 2001 03:20:26 +0000 (03:20 +0000)]
* tweak

2001-03-15  Frank Ch. Eigler  <fche@redhat.com>

* sim-core.c (sim_core_map_attach): Correct overlap-related
error messages.

23 years agoFix accidental loss of bit 7 in peoples names
Hans-Peter Nilsson [Fri, 16 Mar 2001 03:00:24 +0000 (03:00 +0000)]
Fix accidental loss of bit 7 in peoples names

23 years agomerge from gcc
DJ Delorie [Thu, 15 Mar 2001 22:02:06 +0000 (22:02 +0000)]
merge from gcc

23 years ago*** empty log message ***
Mark Salter [Thu, 15 Mar 2001 21:47:38 +0000 (21:47 +0000)]
*** empty log message ***

23 years ago(gdb_load): Add support for additional target_info: gdb_download_size
Mark Salter [Thu, 15 Mar 2001 21:46:57 +0000 (21:46 +0000)]
(gdb_load): Add support for additional target_info: gdb_download_size
and gdb_load_timeout.

23 years agomerge from gcc
DJ Delorie [Thu, 15 Mar 2001 21:07:01 +0000 (21:07 +0000)]
merge from gcc

23 years ago2001-03-15 Martin Hunt <hunt@redhat.com>
Martin Hunt [Thu, 15 Mar 2001 19:44:30 +0000 (19:44 +0000)]
2001-03-15  Martin Hunt  <hunt@redhat.com>
* library/browserwin.itb: Change all references to freeze_me,
thaw_me and Top to _freeze_me, _thaw_me, and _top to match
changes to managedwin.

* library/kod.itb: Ditto.

23 years ago*** empty log message ***
Mark Salter [Thu, 15 Mar 2001 18:51:56 +0000 (18:51 +0000)]
*** empty log message ***

23 years ago(gdb_target_cmd): Add explicit error return.
Mark Salter [Thu, 15 Mar 2001 18:51:25 +0000 (18:51 +0000)]
(gdb_target_cmd): Add explicit error return.
(gdb_target_monitor): Add check of gdb_target_cmd return value.

23 years ago * library/mempref.itb (MemPref::build_win): Correctly set initial
Tom Tromey [Thu, 15 Mar 2001 18:31:38 +0000 (18:31 +0000)]
* library/mempref.itb (MemPref::build_win): Correctly set initial
value of combobox.
* library/memwin.itb: Added copyright header.
(MemWin::constructor): Set defaults from preference database.
(MemWin::reconfig): Update preference database.
* library/prefs.tcl (pref_save): Save `mem' preferences.
(pref_set_defaults): Define default memory preferences.

23 years ago2001-03-15 Martin Hunt <hunt@redhat.com>
Martin Hunt [Thu, 15 Mar 2001 18:02:14 +0000 (18:02 +0000)]
2001-03-15  Martin Hunt  <hunt@redhat.com>

* linespec.c (decode_line_1): Remove trailing quote
when parsing double quotes.

23 years agoPass NULL for the mem_attrib argument in the to_xfer_memory calls.
Kevin Buettner [Thu, 15 Mar 2001 17:42:00 +0000 (17:42 +0000)]
Pass NULL for the mem_attrib argument in the to_xfer_memory calls.

23 years agoAdd list of targets being obsoleted.
Andrew Cagney [Thu, 15 Mar 2001 17:06:00 +0000 (17:06 +0000)]
Add list of targets being obsoleted.

23 years agoAdd ``attrib'' parameter to *xfer_memory() functions.
Andrew Cagney [Thu, 15 Mar 2001 16:55:15 +0000 (16:55 +0000)]
Add ``attrib'' parameter to *xfer_memory() functions.

23 years agoDon't assume non-PIC to PIC call stubs are unneeded just because
Alan Modra [Thu, 15 Mar 2001 13:47:56 +0000 (13:47 +0000)]
Don't assume non-PIC to PIC call stubs are unneeded just because
the function happens to have a plabel.

23 years agoNote Harris 88k is obsolete in news file.
Andrew Cagney [Thu, 15 Mar 2001 01:07:51 +0000 (01:07 +0000)]
Note Harris 88k is obsolete in news file.

23 years agoInclude regcache.h
Andrew Cagney [Wed, 14 Mar 2001 23:23:16 +0000 (23:23 +0000)]
Include regcache.h

23 years agoUpdate target list.
Andrew Cagney [Wed, 14 Mar 2001 22:05:34 +0000 (22:05 +0000)]
Update target list.

23 years agoLink with libintl, needed by libopcodes.
Andrew Cagney [Wed, 14 Mar 2001 21:51:31 +0000 (21:51 +0000)]
Link with libintl, needed by libopcodes.

23 years agomerge from gcc
DJ Delorie [Wed, 14 Mar 2001 21:30:22 +0000 (21:30 +0000)]
merge from gcc

23 years agoFix minor formatting bugs.
DJ Delorie [Wed, 14 Mar 2001 20:46:12 +0000 (20:46 +0000)]
Fix minor formatting bugs.

23 years agoSynchronise with copyright dates on FSF GCC versions of these files
Nick Clifton [Wed, 14 Mar 2001 19:45:29 +0000 (19:45 +0000)]
Synchronise with copyright dates on FSF GCC versions of these files

23 years ago * linespec.c (decode_line_1): Skip argptr over a leading
Keith Seitz [Wed, 14 Mar 2001 18:36:45 +0000 (18:36 +0000)]
* linespec.c (decode_line_1): Skip argptr over a leading
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.

23 years agoAdd entry of ia64-aix-nat.c.
Kevin Buettner [Wed, 14 Mar 2001 18:21:04 +0000 (18:21 +0000)]
Add entry of ia64-aix-nat.c.

23 years agoEliminate some uses of __STDC__.
Andrew Cagney [Wed, 14 Mar 2001 16:42:30 +0000 (16:42 +0000)]
Eliminate some uses of __STDC__.

23 years agoformatting fix
Nick Clifton [Wed, 14 Mar 2001 02:33:30 +0000 (02:33 +0000)]
formatting fix

23 years agoFix typos in ChangeLogs; add coff/external.h; fix copyright dates
Nick Clifton [Wed, 14 Mar 2001 02:27:44 +0000 (02:27 +0000)]
Fix typos in ChangeLogs; add coff/external.h; fix copyright dates

23 years agoEliminate ARCH_NUM_REGS.
Andrew Cagney [Tue, 13 Mar 2001 23:31:14 +0000 (23:31 +0000)]
Eliminate ARCH_NUM_REGS.

23 years agoFix typos in ChangeLogs; fix dates in copyright notices
Nick Clifton [Tue, 13 Mar 2001 22:58:38 +0000 (22:58 +0000)]
Fix typos in ChangeLogs; fix dates in copyright notices

23 years ago2001-03-13 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Tue, 13 Mar 2001 22:29:14 +0000 (22:29 +0000)]
2001-03-13  Fernando Nasser  <fnasser@redhat.com>

From Steven Johnson <sjohnson@neurizon.net>
* cli/cli-script.c (define_command): Fix setting of post hooks.