deliverable/binutils-gdb.git
21 years ago* config/tc-xstormy16.c (md_cgen_lookup_reloc): Support
DJ Delorie [Fri, 20 Dec 2002 21:14:20 +0000 (21:14 +0000)] 
* config/tc-xstormy16.c (md_cgen_lookup_reloc): Support
BFD_RELOC_XSTORMY16_12.

21 years ago* gas/xstormy16/allinsn.sh: Add tests for 12-bit reloc.
DJ Delorie [Fri, 20 Dec 2002 21:14:04 +0000 (21:14 +0000)] 
* gas/xstormy16/allinsn.sh: Add tests for 12-bit reloc.
* gas/xstormy16/allinsn.s: Likewise.
* gas/xstormy16/allinsn.d: Likewise.

21 years ago* xstormy16.h: Add XSTORMY16_12.
DJ Delorie [Fri, 20 Dec 2002 21:13:42 +0000 (21:13 +0000)] 
* xstormy16.h: Add XSTORMY16_12.

21 years ago* reloc.c: Add BFD_RELOC_XSTORMY16_12.
DJ Delorie [Fri, 20 Dec 2002 21:13:19 +0000 (21:13 +0000)] 
* reloc.c: Add BFD_RELOC_XSTORMY16_12.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
(xstormy16_reloc_map): Add R_XSTORMY16_12.

21 years ago2002-12-20 David Carlton <carlton@math.stanford.edu>
David Carlton [Fri, 20 Dec 2002 18:37:15 +0000 (18:37 +0000)] 
2002-12-20  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/annota2.exp: KFAIL annotate-quit.

21 years ago * agentexpr.texi: Fix typos.
Kazu Hirata [Fri, 20 Dec 2002 09:35:03 +0000 (09:35 +0000)] 
* agentexpr.texi: Fix typos.
* annotate.texi: Likewise.
* fdl.texi: Likewise.

21 years ago * cgen-asm.c (cgen_parse_keyword): Added underscore to symbol character
Doug Evans [Fri, 20 Dec 2002 04:54:30 +0000 (04:54 +0000)] 
* cgen-asm.c (cgen_parse_keyword): Added underscore to symbol character
check to fix false keyword trigger with names such as <keyword>_foo.

21 years ago2002-12-19 Keith Seitz <keiths@redhat.com>
Elena Zannoni [Fri, 20 Dec 2002 03:37:33 +0000 (03:37 +0000)] 
2002-12-19  Keith Seitz  <keiths@redhat.com>

patch committed by Elena Zannoni  <ezannoni@redhat.com>
* thread.c (do_captured_list_thread_ids): Call prune_threads and
target_find_new_threads. Fix for PR mi/669.

21 years ago * arch.c,arch.h,cpuall.h: Regenerate.
Doug Evans [Fri, 20 Dec 2002 02:26:35 +0000 (02:26 +0000)] 
* arch.c,arch.h,cpuall.h: Regenerate.
* cpu.c,cpu.h,decode.c,decode.h,model.c,sem-switch.c,sem.c: Regenerate.
* cpux.c,cpux.h,decodex.c,decodex.h,modelx.c,semx-switch.c: Regenerate.

21 years ago * Makefile.am (CGEN_CPUS): New variable.
Doug Evans [Fri, 20 Dec 2002 01:40:08 +0000 (01:40 +0000)] 
* Makefile.am (CGEN_CPUS): New variable.
(run-cgen-all): New rule.
* Makefile.in: Regenerate.

21 years ago * doc/bfdint.texi: Fix typos.
Kazu Hirata [Fri, 20 Dec 2002 00:35:03 +0000 (00:35 +0000)] 
* doc/bfdint.texi: Fix typos.

21 years ago * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
Alan Modra [Fri, 20 Dec 2002 00:09:54 +0000 (00:09 +0000)] 
* acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
* configure.in (build-warnings): Likewise.
(Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.

21 years ago*** empty log message ***
gdbadmin [Fri, 20 Dec 2002 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago * ldmain.c (main): Re-order link_info initialization. Init all
Alan Modra [Thu, 19 Dec 2002 23:11:19 +0000 (23:11 +0000)] 
* ldmain.c (main): Re-order link_info initialization.  Init all
fields.

21 years ago * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
Alan Modra [Thu, 19 Dec 2002 23:05:39 +0000 (23:05 +0000)] 
* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
bit-fields.  Rearrange to put all like types together.

21 years agodaily update
Alan Modra [Thu, 19 Dec 2002 23:00:04 +0000 (23:00 +0000)] 
daily update

21 years ago * README <building ar>: Don't use libibery's needed_list or
Alan Modra [Thu, 19 Dec 2002 22:42:38 +0000 (22:42 +0000)] 
* README <building ar>: Don't use libibery's needed_list or
required_list, instead link libiberty/*.o.

21 years ago * Makefile.tpl: Revert HJL's change.
Nathanael Nerode [Thu, 19 Dec 2002 20:27:11 +0000 (20:27 +0000)] 
* Makefile.tpl: Revert HJL's change.
* Makefile.in: Regenerated.
* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
always.

21 years agoRemove outdated FIXME comment.
Kevin Buettner [Thu, 19 Dec 2002 19:02:57 +0000 (19:02 +0000)] 
Remove outdated FIXME comment.

21 years ago2002-12-19 David Carlton <carlton@math.stanford.edu>
David Carlton [Thu, 19 Dec 2002 18:56:14 +0000 (18:56 +0000)] 
2002-12-19  David Carlton  <carlton@math.stanford.edu>

* linespec.c (decode_line_1): Move code into decode_all_digits.
(decode_all_digits): New function.

21 years ago * exec.c (print_section_info): Select a format string to use with
Kevin Buettner [Thu, 19 Dec 2002 18:49:27 +0000 (18:49 +0000)] 
* exec.c (print_section_info): Select a format string to use with
local_hex_string_custom() based upon the value of TARGET_ADDR_BIT.

21 years agoClarify and extend the documentation in the Machine Dependent, WIN32 section.
Nick Clifton [Thu, 19 Dec 2002 17:25:02 +0000 (17:25 +0000)] 
Clarify and extend the documentation in the Machine Dependent, WIN32 section.

21 years ago * doc/binutils.texi: Fix typos.
Kazu Hirata [Thu, 19 Dec 2002 14:39:30 +0000 (14:39 +0000)] 
* doc/binutils.texi: Fix typos.

21 years ago * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
Andreas Schwab [Thu, 19 Dec 2002 11:05:14 +0000 (11:05 +0000)] 
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
* Makefile.in: Regenerate.

21 years ago * doc/as.texinfo (Invoking): Typo fix.
Alan Modra [Thu, 19 Dec 2002 05:47:45 +0000 (05:47 +0000)] 
* doc/as.texinfo (Invoking): Typo fix.
* config/tc-tic54x.c (encode_operand): Comment typo fix.

21 years ago2002-12-18 Michael Chastain <mec@shout.net>
Michael Chastain [Thu, 19 Dec 2002 05:10:45 +0000 (05:10 +0000)] 
2002-12-18  Michael Chastain  <mec@shout.net>

* gdb.c++/annota2.exp: Add copyright year 2002.

21 years ago * coff-h8300.c: Include libiberty.h.
Alan Modra [Thu, 19 Dec 2002 01:58:53 +0000 (01:58 +0000)] 
* coff-h8300.c: Include libiberty.h.
(h8300_reloc16_extra_cases): Check the hash table creator before
referencing h8300 specific fields.  Stash the hash table pointer
in a local var.  Comment typo fixes.
(h8300_bfd_link_add_symbols): Likewise.

21 years ago * doc/c-alpha.texi: Fix typos.
Kazu Hirata [Thu, 19 Dec 2002 01:11:31 +0000 (01:11 +0000)] 
* doc/c-alpha.texi: Fix typos.
* doc/c-arm.texi: Likewise.
* doc/c-d10v.texi: Likewise.
* doc/c-i370.texi: Likewise.
* doc/c-i960.texi: Likewise.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-ns32k.texi: Likewise.
* doc/c-pdp11.texi: Likewise.
* doc/c-pj.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-sparc.texi: Likewise.
* doc/c-tic54x.texi: Likewise.
* doc/c-v850.texi: Likewise.
* doc/c-vax.texi: Likewise.
* doc/internals.texi: Likewise.

21 years ago2002-12-18 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 19 Dec 2002 00:50:33 +0000 (00:50 +0000)] 
2002-12-18  H.J. Lu <hjl@gnu.org>

* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

* configure.in (build_prefix): New. Substitute.

21 years ago*** empty log message ***
gdbadmin [Thu, 19 Dec 2002 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Wed, 18 Dec 2002 23:04:35 +0000 (23:04 +0000)] 
daily update

21 years ago[ opcodes/ChangeLog ]
Chris Demetriou [Wed, 18 Dec 2002 22:52:48 +0000 (22:52 +0000)] 
[ opcodes/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two
"dror" entries, and reorder the remaining "dror" and "ror" entries.

[ gas/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR,
use hardware rotate ops as appropriate.  In M_DROL_I, M_DROR_I,
M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and
arrange not to issue warnings about use of AT when AT is not
actually used.

[ gas/testsuite/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/rol.s: Add ".set noat" and some new instructions to test.
* gas/mips/rol64.s: Likewise.
* gas/mips/rol.l: New file.
* gas/mips/rol.d: Adjust to use rol.l and for rol.s changes.
* gas/mips/rol64.l: New file.
* gas/mips/rol64.d: Adjust to use rol64.l and for rol64.s changes.
* gas/mips/rol-hw.d: New file.
* gas/mips/rol-hw.l: New file.
* gas/mips/rol64-hw.d: New file.
* gas/mips/rol64-hw.l: New file.
* gas/mips/mips.exp: Run rol-hw and rol64-hw tests.

21 years agokill bogus line between the last 2 entries
Chris Demetriou [Wed, 18 Dec 2002 21:11:30 +0000 (21:11 +0000)] 
kill bogus line between the last 2 entries

21 years ago * Makefile.tpl: Don't let real targets depend on phony targets.
Nathanael Nerode [Wed, 18 Dec 2002 18:35:31 +0000 (18:35 +0000)] 
* Makefile.tpl: Don't let real targets depend on phony targets.
* Makefile.in: Regenerate.

21 years ago2002-12-18 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Wed, 18 Dec 2002 18:03:42 +0000 (18:03 +0000)] 
2002-12-18  Andrew Cagney  <ac131313@redhat.com>

* frame.c (deprecated_update_current_frame_pc_hack): Replace
deprecated_update_current_frame_pc_hack.
(deprecated_update_frame_base_hack): New function.
* frame.h (deprecated_update_frame_pc_hack): Replace
(deprecated_update_frame_base_hack): Declare.
* infrun.c (normal_stop): Update.

21 years agoAdd win32 library search path.
Nick Clifton [Wed, 18 Dec 2002 16:56:19 +0000 (16:56 +0000)] 
Add win32 library search path.

21 years agoAdd win32 machine depending section.
Nick Clifton [Wed, 18 Dec 2002 16:25:02 +0000 (16:25 +0000)] 
Add win32 machine depending section.

21 years agoTest the auto importing direct from a dll functionality.
Nick Clifton [Wed, 18 Dec 2002 16:05:10 +0000 (16:05 +0000)] 
Test the auto importing direct from a dll functionality.

21 years ago2002-12-18 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Wed, 18 Dec 2002 15:23:22 +0000 (15:23 +0000)] 
2002-12-18  Andrew Cagney  <ac131313@redhat.com>

* rs6000-tdep.c (rs6000_init_extra_frame_info): Use
frame_extra_info_zalloc.
(rs6000_frame_args_address): Use get_frame_extra_info.
(frame_get_saved_regs): Use get_frame_saved_regs.
(frame_initial_stack_address): Use get_frame_saved_regs and
get_frame_extra_info.
(frame_initial_stack_address): Use get_frame_extra_info.

21 years ago * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
Alan Modra [Wed, 18 Dec 2002 13:47:03 +0000 (13:47 +0000)] 
* bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
dst_mask comments.
* bfd-in2.h: Regenerate.

21 years ago * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
Alan Modra [Wed, 18 Dec 2002 13:16:35 +0000 (13:16 +0000)] 
* elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
code a little.  Comment on dynamic relocs against section symbols.

21 years ago2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Wed, 18 Dec 2002 05:23:49 +0000 (05:23 +0000)] 
2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
* Makefile.in: Regenerate.

21 years ago*** empty log message ***
gdbadmin [Wed, 18 Dec 2002 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2002-12-17 David Carlton <carlton@math.stanford.edu>
David Carlton [Tue, 17 Dec 2002 23:24:57 +0000 (23:24 +0000)] 
2002-12-17  David Carlton  <carlton@math.stanford.edu>

* gdb.c++/try_catch.cc: Add marker comments.
* gdb.c++/try_catch.exp: Get line numbers from marker comments.
* gdb.c++/m-data.cc: Delete namespace __gnu_test.
* gdb.c++/m-static.cc: Ditto.
* gdb.c++/m-static1.cc: Ditto.
* gdb.c++/try_catch.cc: Ditto.

21 years agoDon't use NUM_REGS to determine array size.
Kevin Buettner [Tue, 17 Dec 2002 23:13:31 +0000 (23:13 +0000)] 
Don't use NUM_REGS to determine array size.

21 years agodaily update
Alan Modra [Tue, 17 Dec 2002 23:00:04 +0000 (23:00 +0000)] 
daily update

21 years ago* armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
Richard Earnshaw [Tue, 17 Dec 2002 22:11:31 +0000 (22:11 +0000)] 
* armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
All uses changed
(ARM_NBSD_JB_ELELMENT_SIZE): Similarly.

21 years ago * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
Jason Merrill [Tue, 17 Dec 2002 20:38:05 +0000 (20:38 +0000)] 
    * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
        previous 'make bootstrap'.
        * Makefile.in: Regenerate.

21 years ago2002-12-17 David Carlton <carlton@math.stanford.edu>
David Carlton [Tue, 17 Dec 2002 18:34:06 +0000 (18:34 +0000)] 
2002-12-17  David Carlton  <carlton@math.stanford.edu>

* symtab.c (lookup_partial_symbol): Don't search past the end of
the partial symbols.

21 years ago2002-12-17 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Tue, 17 Dec 2002 17:27:45 +0000 (17:27 +0000)] 
2002-12-17  Andrew Cagney  <ac131313@redhat.com>

* stack.c (frame_info): Use get_frame_saved_regs.
* breakpoint.c (until_break_command): Use get_frame_pc.

21 years agoDon't search for data import when auto-import is disabled.
Nick Clifton [Tue, 17 Dec 2002 12:16:38 +0000 (12:16 +0000)] 
Don't search for data import when auto-import is disabled.

21 years agoDuplicate --keep-locals entry in order to prevent it being confused with -k.
Nick Clifton [Tue, 17 Dec 2002 12:02:41 +0000 (12:02 +0000)] 
Duplicate --keep-locals entry in order to prevent it being confused with -k.

21 years agoUse LD_PATHMAX+1 to account for trailing '\0'.
Nick Clifton [Tue, 17 Dec 2002 11:01:25 +0000 (11:01 +0000)] 
Use LD_PATHMAX+1 to account for trailing '\0'.

21 years agoDuplicate entry for --compact-implib so that it is not confused with -c.
Nick Clifton [Tue, 17 Dec 2002 10:03:52 +0000 (10:03 +0000)] 
Duplicate entry for --compact-implib so that it is not confused with -c.

21 years ago2002-12-16 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Tue, 17 Dec 2002 07:27:53 +0000 (07:27 +0000)] 
2002-12-16  Chris Demetriou  <cgd@broadcom.com>

        * tconfig.in: Include "gdb/callback.h" and "gdb/remote-sim.h".

21 years ago* xstormy16-asm.c (parse_immediate16): Add prototype.
DJ Delorie [Tue, 17 Dec 2002 04:48:38 +0000 (04:48 +0000)] 
* xstormy16-asm.c (parse_immediate16): Add prototype.

21 years ago * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
Hans-Peter Nilsson [Tue, 17 Dec 2002 04:31:04 +0000 (04:31 +0000)] 
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.

21 years ago * configure.host (ia64-*-hpux*): Support 64 bit targets using
Alan Modra [Tue, 17 Dec 2002 04:17:21 +0000 (04:17 +0000)] 
* configure.host (ia64-*-hpux*): Support 64 bit targets using
the HP compiler's "long long".

21 years ago* xstormy16-asm.c: Regenerate.
DJ Delorie [Tue, 17 Dec 2002 03:57:49 +0000 (03:57 +0000)] 
* xstormy16-asm.c: Regenerate.

21 years ago* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
DJ Delorie [Tue, 17 Dec 2002 03:57:00 +0000 (03:57 +0000)] 
* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.

21 years ago* config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation
DJ Delorie [Tue, 17 Dec 2002 03:55:46 +0000 (03:55 +0000)] 
* config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation
has already been set up, use it.

21 years ago* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
DJ Delorie [Tue, 17 Dec 2002 03:54:15 +0000 (03:54 +0000)] 
* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
and R_XSTORMY16_HI16) howto entries.
(xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
(xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
determine the start of the second reloc table.

21 years agoRevert debugging change
Christopher Faylor [Tue, 17 Dec 2002 02:52:57 +0000 (02:52 +0000)] 
Revert debugging change

21 years ago* configure.in: Remove --enable-shared option. It shouldn't be used for gdb.
Christopher Faylor [Tue, 17 Dec 2002 02:52:32 +0000 (02:52 +0000)] 
* configure.in: Remove --enable-shared option.  It shouldn't be used for gdb.
* configure: Regenerate.

21 years ago* mh-cygwin: Don't build libtermcap if it doesn't exist.
Christopher Faylor [Tue, 17 Dec 2002 01:55:28 +0000 (01:55 +0000)] 
* mh-cygwin: Don't build libtermcap if it doesn't exist.

21 years ago* config/cygwin.cache: Prime mbstate_t.
Christopher Faylor [Tue, 17 Dec 2002 01:52:14 +0000 (01:52 +0000)] 
* config/cygwin.cache: Prime mbstate_t.

21 years ago * ChangeLog-9295: Fix a typo.
Kazu Hirata [Tue, 17 Dec 2002 01:13:56 +0000 (01:13 +0000)] 
* ChangeLog-9295: Fix a typo.
* README: Likewise.
* config/tc-d10v.c: Fix a comment typo.
* config/tc-dlx.c: Likewise.
* config/tc-h8300.h: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-tic80.h: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-z8k.c: Likewise.
* config/tc-z8k.h: Likewise.
* testsuite/gas/h8300/cmpsi2.s: Likewise.

21 years agoReplace complain() with complaint().
Kevin Buettner [Tue, 17 Dec 2002 00:39:08 +0000 (00:39 +0000)] 
Replace complain() with complaint().

21 years ago*** empty log message ***
gdbadmin [Tue, 17 Dec 2002 00:00:35 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Mon, 16 Dec 2002 23:00:05 +0000 (23:00 +0000)] 
daily update

21 years ago2002-12-16 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 16 Dec 2002 20:39:23 +0000 (20:39 +0000)] 
2002-12-16  Andrew Cagney  <ac131313@redhat.com>

* config/arc/arc.mt, config/arc/tm-arc.h: Delete.
* config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete.
* config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete.
* config/i386/i386aix.mh, config/i386/i386aix.mt: Delete.
* config/i386/i386m3.mh, config/i386/i386m3.mt: Delete.
* config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete.
* config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete.
* config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete.
* config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete.
* config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete.
* config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete.
* config/i960/mon960.mt, config/i960/nindy960.mt: Delete.
* config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete.
* config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete.
* config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete.
* config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete.
* config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete.
* config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete.
* config/m88k/delta88.mh, config/m88k/delta88.mt: Delete.
* config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete.
* config/m88k/m88k.mh, config/m88k/m88k.mt: Delete.
* config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete.
* config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete.
* config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete.
* config/m88k/xm-dgux.h: Delete.
* fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete.
* i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete.
* os9kread.c, remote-bug.c, remote-nindy.c: Delete.
* remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete.
* d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete.
* ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete.
* ch-valprint.c: Delete.

21 years ago2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 16 Dec 2002 20:03:17 +0000 (20:03 +0000)] 
2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>

        * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
        to see whether we are using the new -environment-directory
        command which resets via -r or the old version of the command
        which may prompt the user.  Part of fix for gdb/741.

21 years ago2002-11-23 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 16 Dec 2002 19:58:06 +0000 (19:58 +0000)] 
2002-11-23  H.J. Lu <hjl@gnu.org>

* accross.m4: New.

21 years agoRemove obsolete testsuite code.
Andrew Cagney [Mon, 16 Dec 2002 19:33:54 +0000 (19:33 +0000)] 
Remove obsolete testsuite code.

21 years agoAdd support to skip import libraries for performance reasons and instead
Nick Clifton [Mon, 16 Dec 2002 18:02:16 +0000 (18:02 +0000)] 
Add support to skip import libraries for performance reasons and instead
use the direct auto-import of dll's

21 years ago * hppa-hpux-tdep.c: New file.
Joel Brobecker [Mon, 16 Dec 2002 16:51:47 +0000 (16:51 +0000)] 
    * hppa-hpux-tdep.c: New file.
        * hppa-tdep.c (hppa_gdbarch_init): call the registered osabi-
        specific initialization routines.
        * Makefile.in (ALLDEPFILES): Add hppa-hpux-tdep.c.
        (hppa-hpux-tdep.o): Add rule.
        * config/pa/hppahpux.mt (TDEPFILES): Add hppa-hpux-tdep.o.
        * config/pa/hppa64.mt (TDEPFILES): Likewise.

21 years agoFix the reading of the debugging information of Tru64/Alpha binaries that
Nick Clifton [Mon, 16 Dec 2002 16:25:06 +0000 (16:25 +0000)] 
Fix the reading of the debugging information of Tru64/Alpha binaries that
are produced by recent Compaq compilers.

21 years ago * config/tc-d30v.c (check_range): Warning fixes, formatting.
Alan Modra [Mon, 16 Dec 2002 09:57:49 +0000 (09:57 +0000)] 
* config/tc-d30v.c (check_range): Warning fixes, formatting.
Simplify sign extension.  Remove redundant unsigned < 0 test.
* config/tc-i960.c (md_ri_to_chars): Prototype.
* config/tc-mcore.c (md_pseudo_table): Fix typo.
(dump_literals): Init brarsym, and test later instead of isforce.

21 years ago * hppa.h (completer_chars): #if 0 out.
Alan Modra [Mon, 16 Dec 2002 09:57:03 +0000 (09:57 +0000)] 
* hppa.h (completer_chars): #if 0 out.

21 years ago * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.
Alan Modra [Mon, 16 Dec 2002 09:54:39 +0000 (09:54 +0000)] 
* config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.
(parse): Constify line and lineptr.
(md_begin): Calculate endop here.

21 years ago * ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
Alan Modra [Mon, 16 Dec 2002 09:54:12 +0000 (09:54 +0000)] 
* ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
keyword.

21 years ago * ns32k.h (struct ns32k_opcode): Constify "name", "operands" and
Alan Modra [Mon, 16 Dec 2002 09:53:48 +0000 (09:53 +0000)] 
* ns32k.h (struct ns32k_opcode): Constify "name", "operands" and
"default_args".
(struct not_wot): Constify "args".
(struct not): Constify "name".
(numopcodes): Delete.
(endop): Delete.

21 years ago*** empty log message ***
gdbadmin [Mon, 16 Dec 2002 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Sun, 15 Dec 2002 23:35:50 +0000 (23:35 +0000)] 
daily update

21 years ago * infrun.c (handle_inferior_event): Rearrange code to resume if
Daniel Jacobowitz [Sun, 15 Dec 2002 20:38:52 +0000 (20:38 +0000)] 
* infrun.c (handle_inferior_event): Rearrange code to resume if
no catchpoint triggers for an event.

21 years ago * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKED
Daniel Jacobowitz [Sun, 15 Dec 2002 20:15:56 +0000 (20:15 +0000)] 
* infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKED
and TARGET_WAITKIND_VFORKED cases.

21 years ago * infrun.c (handle_inferior_event): Assume that catchpoints
Daniel Jacobowitz [Sun, 15 Dec 2002 20:08:02 +0000 (20:08 +0000)] 
* infrun.c (handle_inferior_event): Assume that catchpoints
are not affected by DECR_PC_AFTER_BREAK.

21 years ago * target.c (update_current_target): Don't inherit DONT_USE.
Daniel Jacobowitz [Sun, 15 Dec 2002 19:00:33 +0000 (19:00 +0000)] 
* target.c (update_current_target): Don't inherit DONT_USE.
* target.h (struct target_ops): Remove DONT_USE.
(target_next): Remove macro.

21 years ago* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
Mark Kettenis [Sun, 15 Dec 2002 16:05:37 +0000 (16:05 +0000)] 
* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6.  Fixes PR cli/654.

21 years ago*** empty log message ***
gdbadmin [Sun, 15 Dec 2002 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

21 years agodaily update
Alan Modra [Sat, 14 Dec 2002 23:00:05 +0000 (23:00 +0000)] 
daily update

21 years ago * doc/binutils.texi: Add missing parenthesis.
Dave Anglin [Sat, 14 Dec 2002 21:17:41 +0000 (21:17 +0000)] 
* doc/binutils.texi: Add missing parenthesis.

21 years ago* arm-tdep.c (convert_from_extended): New argument to hold the
Richard Earnshaw [Sat, 14 Dec 2002 10:42:05 +0000 (10:42 +0000)] 
* arm-tdep.c (convert_from_extended): New argument to hold the
type of floating point result we want to convert to.  Make input
argument const.  Fix all callers.
(convert_to_extended): Similarly.
(arm_extract_return_value): Now takes a regcache argument.  Change
code to use regcache accessor functions.  Correctly extract
smaller-than-word results on big-endian machines.
(arm_store_return_value): Now takes a regcache argument.  Change
code to use regcache accessor functions.  Correctly zero/sign extend
smaller than word results before storing into r0.
(arm_gdbarch_init): Register new-style extract_return_value and
store_return_value functions.

21 years ago * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
Jason Merrill [Sat, 14 Dec 2002 08:35:49 +0000 (08:35 +0000)] 
    * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.
        * Makefile.in: Regenerate.

21 years ago*** empty log message ***
gdbadmin [Sat, 14 Dec 2002 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

21 years ago2002-12-13 Michael Snyder <msnyder@to-limbo.toronto.redhat.com>
Michael Snyder [Fri, 13 Dec 2002 23:28:28 +0000 (23:28 +0000)] 
2002-12-13  Michael Snyder  <msnyder@to-limbo.toronto.redhat.com>

* thread-db.c (thread_from_lwp): Uniquify error msg.
(lwp_from_thread): Ditto.
(check_event): Ditto.
(find_new_threads_callback): Ditto.
(thread_db_pid_to_str): Ditto.

21 years ago2002-12-13 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Fri, 13 Dec 2002 23:18:56 +0000 (23:18 +0000)] 
2002-12-13  Andrew Cagney  <ac131313@redhat.com>

* frame.h (get_frame_saved_regs): Declare.
(frame_saved_regs_zalloc): Change return type to CORE_ADDR
pointer.
* frame.c (get_frame_saved_regs): New function.
(frame_saved_regs_zalloc): Return the allocated saved_regs.

21 years agodaily update
Alan Modra [Fri, 13 Dec 2002 23:00:06 +0000 (23:00 +0000)] 
daily update

21 years ago2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Fri, 13 Dec 2002 22:59:14 +0000 (22:59 +0000)] 
2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
* Makefile.in: Regenerate.

21 years ago2002-12-13 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Fri, 13 Dec 2002 21:57:40 +0000 (21:57 +0000)] 
2002-12-13  Andrew Cagney  <ac131313@redhat.com>

* frame.c (deprecated_update_current_frame_pc_hack): New
function.
* frame.h (deprecated_update_current_frame_pc_hack): Declare.
* infrun.c (normal_stop): Use said function instead of directly
modifying the frame's PC.

This page took 0.038873 seconds and 4 git commands to generate.