OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
22 years ago * elf64-alpha.c (elf64_alpha_relax_with_lituse): Nop out gpdisp
Richard Henderson [Sun, 9 Sep 2001 20:42:11 +0000 (20:42 +0000)]
    * elf64-alpha.c (elf64_alpha_relax_with_lituse): Nop out gpdisp
        following a call to a near function.

22 years ago * elf64-alpha.c (elf64_alpha_relocate_section): Soft fail
Richard Henderson [Sun, 9 Sep 2001 06:58:06 +0000 (06:58 +0000)]
    * elf64-alpha.c (elf64_alpha_relocate_section): Soft fail
        relocation errors.  Fail gp-relative relocations against
        dynamic symbols.

22 years ago*** empty log message ***
gdbadmin [Sun, 9 Sep 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoFix truncated 2001-08-23 entry.
Mark Kettenis [Sat, 8 Sep 2001 23:34:53 +0000 (23:34 +0000)]
Fix truncated 2001-08-23 entry.

22 years ago* gdbint.texinfo (Host Definition): Remove description of
Mark Kettenis [Sat, 8 Sep 2001 10:53:45 +0000 (10:53 +0000)]
* gdbint.texinfo (Host Definition): Remove description of
MEM_FNS_DECLARED.

22 years ago* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
Mark Kettenis [Sat, 8 Sep 2001 10:50:07 +0000 (10:50 +0000)]
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.

22 years ago* gdbint.texinfo (Host Definition): Remove description of R_OK.
Mark Kettenis [Sat, 8 Sep 2001 10:43:27 +0000 (10:43 +0000)]
* gdbint.texinfo (Host Definition): Remove description of R_OK.

22 years ago* config/arm/xm-linux.h, config/ia64/xm-linux.h,
Mark Kettenis [Sat, 8 Sep 2001 10:39:54 +0000 (10:39 +0000)]
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.

22 years ago* gdbint.texinfo (Host Definition): Remove description of
Mark Kettenis [Sat, 8 Sep 2001 10:28:20 +0000 (10:28 +0000)]
* gdbint.texinfo (Host Definition): Remove description of
HAVE_SIGSETMASK.

22 years ago* gdbtypes.h (struct block): Add forward declaration.
Mark Kettenis [Sat, 8 Sep 2001 10:16:57 +0000 (10:16 +0000)]
* gdbtypes.h (struct block): Add forward declaration.

22 years ago * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULAR
Alan Modra [Sat, 8 Sep 2001 05:47:01 +0000 (05:47 +0000)]
* elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULAR
as well as DEF_DYNAMIC in test for avoided copy relocs.
(allocate_plt_and_got_and_discard_relocs): Likewise.
* elf32-i386.c (elf_i386_relocate_section): Likewise.
(allocate_plt_and_got_and_discard_relocs): Likewise.

22 years ago*** empty log message ***
gdbadmin [Sat, 8 Sep 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* defs.h (enum return_reason): Renumber so that all values are
Andrew Cagney [Fri, 7 Sep 2001 21:33:08 +0000 (21:33 +0000)]
* defs.h (enum return_reason): Renumber so that all values are
negative.
(RETURN_MASK): Negate reason.
(catch_exception_ftype): Declare.
(catch_exceptions): Declare.
* top.c (catcher): New function, based on catch_errors.  Add in
parameter func_uiout and out parameters func_val, func_caught and
func_cleanup.  Change type of func to catch_exceptions_ftype.
Save/restore uiout.
(struct catch_errors_args): Define.
(do_catch_errors): New function.
(catch_errors): Rewrite, use do_catch_errors and catcher.
(catch_exceptions): New function, use catcher.

22 years agoCorrectly parse register values provided by the monitor.
Jim Blandy [Fri, 7 Sep 2001 21:27:36 +0000 (21:27 +0000)]
Correctly parse register values provided by the monitor.
* rom68k-rom.c: #include "value.h".
(is_hex_digit, hex_digit_value, is_whitespace,
rom68k_supply_one_register): New static functions.
(rom68k_supply_register): Call rom68k_supply_one_register, instead
of monitor_supply_register; the latter was incorrectly parsing
the values.
* Makefile.in (rom68k-rom.o): Note that this now #includes value.h.

22 years ago* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
Mark Kettenis [Fri, 7 Sep 2001 15:22:11 +0000 (15:22 +0000)]
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro.  GDB defaults
to using setpgid if available now.

22 years ago * elf32-mips.c (mips_elf_calculate_relocation): Fix overflow handling
Thiemo Seufer [Fri, 7 Sep 2001 05:00:33 +0000 (05:00 +0000)]
* elf32-mips.c (mips_elf_calculate_relocation): Fix overflow handling
of R_MIPS_PC16.

* config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL.
(macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
PIC, BFD_RELOC_16_PCREL for the rest.
(mips_ip): Likewise.
        (md_pcrel_from): return the right offset for the differently shifted
        pcrel relocs.
(md_apply_fix): Handle BFD_RELOC_16_PCREL.

* gas/mips/beq.d: Check branches to external labels.
* gas/mips/beq.s: Likewise.
* gas/mips/bge.d: Likewise.
* gas/mips/bge.s: Likewise.
* gas/mips/bgeu.d: Likewise.
* gas/mips/bgeu.s: Likewise.
* gas/mips/blt.d: Likewise.
* gas/mips/blt.s: Likewise.
* gas/mips/bltu.d: Likewise.
* gas/mips/bltu.s: Likewise.
* gas/mips/elempic.d: Switch from R_MIPS_GNU_REL16_S2 to R_MIPS_PC16.
* gas/mips/empic.d: Likewise.
* gas/mips/empic.s: Likewise.
* gas/mips/telempic.d: Likewise.
* gas/mips/tempic.d: Likewise.

22 years ago*** empty log message ***
gdbadmin [Fri, 7 Sep 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * elf64-mips.c (mips_elf64_howto_table_rel): Fix relocation HOWTO
Thiemo Seufer [Thu, 6 Sep 2001 21:30:15 +0000 (21:30 +0000)]
* elf64-mips.c (mips_elf64_howto_table_rel): Fix relocation HOWTO
definitions.
(mips_elf64_howto_table_rel): Likewise.

22 years ago From Ian Roxborough <irox@redhat.com>
Keith Seitz [Thu, 6 Sep 2001 20:59:18 +0000 (20:59 +0000)]
From Ian Roxborough  <irox@redhat.com>
* configure.in: Use ITCL_LIB_FULL_PATH and
ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
for gdb.
* configure: Regenerated.

22 years agoDon't use error result from find_stab_function_addr().
Kevin Buettner [Thu, 6 Sep 2001 20:50:48 +0000 (20:50 +0000)]
Don't use error result from find_stab_function_addr().

22 years agoFix import symbols for AIX.
Tom Rix [Thu, 6 Sep 2001 15:20:00 +0000 (15:20 +0000)]
Fix import symbols for AIX.

22 years ago2001-09-04 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 6 Sep 2001 12:01:36 +0000 (12:01 +0000)]
2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

        * gdbint.texinfo (Target Architecture Definition): Add
        explanation of TARGET_PRINT_INSN macro.

22 years ago*** empty log message ***
gdbadmin [Thu, 6 Sep 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2001-09-05 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Sep 2001 23:44:44 +0000 (23:44 +0000)]
2001-09-05  Elena Zannoni  <ezannoni@redhat.com>

        * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
        in gdbarch.h.
        (TARGET_PRINT_INSN): Multiarch.
        * gdbarch.h: Regenerate.
        * gdbarch.c: Regenerate.

        * arch-utils.c (legacy_print_insn): New function.
        * arch-utils.h (legacy_print_insn): Export.

        * cris-tdep.c (cris_delayed_get_disassembler): Use
        TARGET_PRINT_INSN, instead of tm_print_insn.
        * d10v-tdep.c (print_insn): Ditto.
        * d30v-tdep.c (print_insn): Ditto.
        * m32r-tdep.c (dump_insn): Ditto.
        * v850-tdep.c (v850_scan_prologue): Ditto.
        * mcore-tdep.c (mcore_dump_insn): Ditto.
        * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.

22 years agoFix typo.
Michael Snyder [Wed, 5 Sep 2001 23:26:21 +0000 (23:26 +0000)]
Fix typo.

22 years ago* gdbtypes.h (struct type): Doc fix.
Jim Blandy [Wed, 5 Sep 2001 23:07:32 +0000 (23:07 +0000)]
* gdbtypes.h (struct type): Doc fix.

22 years ago2001-08-31 Jason Molenda (jmolenda@apple.com)
Michael Snyder [Wed, 5 Sep 2001 23:07:08 +0000 (23:07 +0000)]
2001-08-31  Jason Molenda  (jmolenda@apple.com)

* c-valprint.c (c_val_print):  Second call to check_typedef ()
is no longer necessary.

22 years ago * elf64-alpha.c (SKIP_HOWTO): New.
Richard Henderson [Wed, 5 Sep 2001 03:00:14 +0000 (03:00 +0000)]
    * elf64-alpha.c (SKIP_HOWTO): New.
        (elf64_alpha_howto_table): Use it to remove dead ECOFF relocs.
        Fix sizes of 16-bit mem format relocs.
        (elf64_alpha_reloc_map): Update to match.
        (elf64_alpha_relax_with_lituse): Use GPREL16 as appropriate.
        (elf64_alpha_relax_without_lituse): Likewise.
        (elf64_alpha_check_relocs): Handle GPREL16.
        (elf64_alpha_relocate_section): Likewise.
        * reloc.c (BFD_RELOC_ALPHA_USER_*): Remove.
        (BFD_RELOC_ALPHA_GPREL_HI16, BFD_RELOC_ALPHA_GPREL_LO16): New.
        * bfd-in2.h, libbfd.h: Rebuild.

22 years ago * alpha.h (R_ALPHA_OP*, R_ALPHA_IMMED*, R_ALPHA_GPVALUE): Remove.
Richard Henderson [Wed, 5 Sep 2001 02:54:37 +0000 (02:54 +0000)]
    * alpha.h (R_ALPHA_OP*, R_ALPHA_IMMED*, R_ALPHA_GPVALUE): Remove.
        (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.

22 years ago2001-09-04 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Sep 2001 02:54:15 +0000 (02:54 +0000)]
2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

From Daniel Jacobowitz  <drow@mvista.com>
* dbxread.c (free_header_files): Make global.
(init_header_files): Likewise.
* stabsread.h (free_header_files): Add prototype.
(init_header_files): Likewise.
* mdebugread.c (mdebug_build_psymtabs): Initialize
properly before using the stabs debug reader.

22 years ago * alpha.h (struct alpha_operand): Pack elements into bitfields.
Richard Henderson [Wed, 5 Sep 2001 02:52:17 +0000 (02:52 +0000)]
    * alpha.h (struct alpha_operand): Pack elements into bitfields.

22 years ago2001-09-04 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Sep 2001 02:13:11 +0000 (02:13 +0000)]
2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

From Daniel Jacobowitz  <drow@mvista.com>
* dbxread.c (dbx_symfile_read): Only reinitialize
the psymbol list if mainline or if both static
and global lists are empty.
* dwarf2read.c (dwarf2_build_psymtabs): Likewise.
* dwarfread.c (dwarf_build_psymtabs): Likewise.
* xcoffread.c (xcoff_initial_scan): Likewise.
* os9kread.c (os9k_symfile_read): Likewise.

22 years ago2001-09-04 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Wed, 5 Sep 2001 02:02:44 +0000 (02:02 +0000)]
2001-09-04  Elena Zannoni  <ezannoni@redhat.com>

From Daniel Jacobowitz  <drow@mvista.com>
* mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
a name specially.

22 years ago*** empty log message ***
gdbadmin [Wed, 5 Sep 2001 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

22 years agomerge from gcc
DJ Delorie [Tue, 4 Sep 2001 21:33:56 +0000 (21:33 +0000)]
merge from gcc

22 years ago * elf32-h8300.c (elf32_h8_relax_section): New function.
Jeff Law [Tue, 4 Sep 2001 21:06:01 +0000 (21:06 +0000)]
    * elf32-h8300.c (elf32_h8_relax_section): New function.
        (elf32_h8_relax_delete_bytes): Likewise.
        (elf32_h8_symbol_address_p): Likewise.
        (elf32_h8_get_relocated_section_contents): Likewise.
        (bfd_elf32_bfd_relax_section): Define.
        (bfd_elf32_bfd_get_relocated_section_contents): Likewise.

22 years ago * elf32-h8300.c (special): New function.
Jeff Law [Tue, 4 Sep 2001 17:29:36 +0000 (17:29 +0000)]
    * elf32-h8300.c (special): New function.
        (h8_elf_howto_table): Use it for SPECIAL_FUNCTION field in
        all relocations.
        (elf32_h8_final_link_relocate): Treat R_H8_DIR24A8 like 32bit
        relocations.  Fix problems with the true 24bit reloc R_H8_DIR24R8.
        Fix minor problems with 8bit and 16bit PC relative relocations.

22 years ago * i386-dis.c (grps): Don't print the implicit al/ax/eax register
Alan Modra [Tue, 4 Sep 2001 01:58:07 +0000 (01:58 +0000)]
* i386-dis.c (grps): Don't print the implicit al/ax/eax register
for opcode 0xf6 or 0xf7 forms of mul, imul, div, idiv insns.

22 years ago*** empty log message ***
gdbadmin [Tue, 4 Sep 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2001-08-30 Jeff Holcomb <jeffh@redhat.com>
Jeff Holcomb [Mon, 3 Sep 2001 19:54:33 +0000 (19:54 +0000)]
2001-08-30  Jeff Holcomb  <jeffh@redhat.com>

        * gdb.base/remote.c: Use a small buffer for targets with 16-bit
        ints.

22 years ago2001-09-03 Jeff Holcomb <jeffh@redhat.com>
Jeff Holcomb [Mon, 3 Sep 2001 19:47:48 +0000 (19:47 +0000)]
2001-09-03  Jeff Holcomb  <jeffh@redhat.com>

        * configure.in: Enable libstdc++-v3 for h8300 targets.

22 years ago*** empty log message ***
gdbadmin [Mon, 3 Sep 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
gdbadmin [Sun, 2 Sep 2001 00:00:05 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoMake GDB use libiberty regex implementation.
Mark Kettenis [Sat, 1 Sep 2001 21:38:05 +0000 (21:38 +0000)]
Make GDB use libiberty regex implementation.
* gdb_regex.h: Normalize protection against multiple inclusion.
Include "xregex.h" instead of "gnu-regex.h".
* cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
* cli/cli-decode.c: Likewise.
* Makefile.in (REGEX): Remove.
(GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
(ADD_FILES, ADD_DEPS): Remove $(REGEX).
(POSSLIBS): Remove.
(TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
(irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
gdb_regex.h in list of dependencies.
(gnu-regex.o): Remove rule.
* gnu-regex.c, gnu-regex.h: Remove files.

22 years ago * vms-tir.c: Add missing prototypes.
Andreas Jaeger [Sat, 1 Sep 2001 10:29:27 +0000 (10:29 +0000)]
* vms-tir.c: Add missing prototypes.
* vms-hdr.c: Likewise.
* vms-gsd.c: Likewise.
* vms-misc.c: Likewise.

22 years ago*** empty log message ***
gdbadmin [Sat, 1 Sep 2001 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2001-08-31 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 31 Aug 2001 21:41:10 +0000 (21:41 +0000)]
2001-08-31  H.J. Lu  <hjl@gnu.org>

* elf32-mips.c (_bfd_mips_elf_check_relocs): Report filename
with bad relocation.

22 years ago2001-08-31 Eric Christopher <echristo@redhat.com>
Eric Christopher [Fri, 31 Aug 2001 21:24:28 +0000 (21:24 +0000)]
2001-08-31  Eric Christopher  <echristo@redhat.com>
    Jason Eckhardt  <jle@redhat.com>

* bfd/archures.c: Add mipsisa32 and mipsisa64. Remove mips32,
mips32_4k and mips64.
* bfd/aoutx.h: Remove bfd_mach_mips32, bfd_mach_mips32_4k,
bfd_mach_mips64.  Add bfd_mach_mipsisa32, bfd_mach_mipsisa64.
* bfd/cpu-mips.c: Ditto.
* bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): Ditto.
* bfd/bfd-in2.h: Regenerate.

22 years agomips3264 support
Eric Christopher [Fri, 31 Aug 2001 21:21:54 +0000 (21:21 +0000)]
mips3264 support

22 years ago2001-08-31 Eric Christopher <echristo@redhat.com>
Eric Christopher [Fri, 31 Aug 2001 21:12:34 +0000 (21:12 +0000)]
2001-08-31  Eric Christopher  <echristo@redhat.com>
    Jason Eckhardt    <jle@redhat.com>

* mips-dis.c: Add support for bfd_mach_mipsisa32 and
bfd_mach_mipsisa64. Remove bfd_mach_mips32, bfd_mach_mips32_4k,
bfd_mach_mips64.

22 years ago * tic54x-opc.c: Add default initializers to avoid warnings.
Andreas Jaeger [Fri, 31 Aug 2001 20:05:24 +0000 (20:05 +0000)]
* tic54x-opc.c: Add default initializers to avoid warnings.

* arc-opc.c: Include "sysdep.h" to get stdio.h as include file.
* arc-ext.c: Likewise.

22 years agoDon't let a branch unit nop terminate the prologue scan.
Kevin Buettner [Fri, 31 Aug 2001 19:58:41 +0000 (19:58 +0000)]
Don't let a branch unit nop terminate the prologue scan.

22 years ago * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory
Jakub Jelinek [Fri, 31 Aug 2001 19:20:12 +0000 (19:20 +0000)]
* elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory
value into R_ALPHA_RELATIVE's addend.
(elf64_alpha_finish_dynamic_symbol): Likewise.

22 years agoamend entry to mention only if not USE_REL
Nick Clifton [Fri, 31 Aug 2001 16:24:39 +0000 (16:24 +0000)]
amend entry to mention only if not USE_REL

22 years agoDo not rightshift recomputed addend during relocatable link if not USE_REL.
Nick Clifton [Fri, 31 Aug 2001 16:23:25 +0000 (16:23 +0000)]
Do not rightshift recomputed addend during relocatable link if not USE_REL.

22 years agoFix off-by-one error whilst sweeping vtable relocs
Nick Clifton [Fri, 31 Aug 2001 16:16:14 +0000 (16:16 +0000)]
Fix off-by-one error whilst sweeping vtable relocs

22 years ago2001-08-30 Eric Christopher <echristo@redhat.com>
Eric Christopher [Fri, 31 Aug 2001 06:37:20 +0000 (06:37 +0000)]
2001-08-30  Eric Christopher  <echristo@redhat.com>
    Jason Eckhardt  <jle@redhat.com>

* config.sub: Add support for mipsisa32.

22 years ago2001-08-30 Eric Christopher <echristo@redhat.com>
Eric Christopher [Fri, 31 Aug 2001 05:45:40 +0000 (05:45 +0000)]
2001-08-30  Eric Christopher  <echristo@redhat.com>

* config.sub, config.guess: Import latest from subversions.

22 years ago* gdb.texinfo (`add-symbol-file'): Correct synopsis.
Jim Blandy [Fri, 31 Aug 2001 01:24:24 +0000 (01:24 +0000)]
* gdb.texinfo (`add-symbol-file'): Correct synopsis.
Explain what it means to load relocatable files.

22 years ago* symfile.c (sections_overlap): New function.
Jim Blandy [Fri, 31 Aug 2001 00:40:45 +0000 (00:40 +0000)]
* symfile.c (sections_overlap): New function.
(map_overlay_command): Call sections_overlap, instead of using
incorrect logic to recognize overlapping sections.

22 years ago* symfile.c (load_command): Invalidate the overlay cache.
Jim Blandy [Fri, 31 Aug 2001 00:36:23 +0000 (00:36 +0000)]
* symfile.c (load_command): Invalidate the overlay cache.

22 years ago*** empty log message ***
gdbadmin [Fri, 31 Aug 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jim Blandy [Thu, 30 Aug 2001 23:57:06 +0000 (23:57 +0000)]
*** empty log message ***

22 years ago* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
Mark Kettenis [Thu, 30 Aug 2001 21:53:47 +0000 (21:53 +0000)]
* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.

22 years ago2001-08-30 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 30 Aug 2001 21:26:26 +0000 (21:26 +0000)]
2001-08-30  H.J. Lu  <hjl@gnu.org>

* elf32-mips.c (mips_elf_calculate_relocation): Revert the last
2 changes.
(_bfd_mips_elf_adjust_dynamic_symbol): Allocate dynamic
relocations for weak definitions.

22 years ago * README: Update documentation to reflect recent changes.
Keith Seitz [Thu, 30 Aug 2001 16:36:13 +0000 (16:36 +0000)]
* README: Update documentation to reflect recent changes.
* browser.exp: Load the insight testsuite support library.
* c_variable.exp: Likewise.
* console.exp: Likewise.
* cpp_variable.exp: Likewise.
* srcwin.exp: Likewise.

22 years ago * lib/gdb.exp: Move all insight-related functionality into
Keith Seitz [Thu, 30 Aug 2001 16:34:04 +0000 (16:34 +0000)]
* lib/gdb.exp: Move all insight-related functionality into
separate file.
* lib/insight-support.exp: New file.

22 years ago2001-08-30 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 30 Aug 2001 16:02:40 +0000 (16:02 +0000)]
2001-08-30  H.J. Lu  <hjl@gnu.org>

* Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo.
(BFD32_BACKENDS_CFILES): Add elf32-h8300.c.
* Makefile.in: Rebuild.

22 years ago2001-08-30 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 30 Aug 2001 15:24:18 +0000 (15:24 +0000)]
2001-08-30  H.J. Lu  <hjl@gnu.org>

* elf32-mips.c (mips_elf_calculate_relocation): Don't create
dynamic relocation for undefined weak symbols when creating
executables. Check h->root.root.type, instead of h->root.type.

22 years agoFix for xty_ld symbols
Tom Rix [Thu, 30 Aug 2001 12:48:35 +0000 (12:48 +0000)]
Fix for xty_ld symbols

22 years ago * elf32-h8300.c (h8_elf_howto_table): Add new PC relative
Jeff Law [Thu, 30 Aug 2001 02:15:58 +0000 (02:15 +0000)]
* elf32-h8300.c (h8_elf_howto_table): Add new PC relative
relocations.
(h8_reloc_map): Similarly.
(elf32_h8_final_link_relocate): Remove incorrect overflow tests.
Add support for PC relative relocations.

22 years agoCleanups. Now passes!
Andrew Cagney [Thu, 30 Aug 2001 01:45:30 +0000 (01:45 +0000)]
Cleanups.  Now passes!

22 years ago * elf32-h8300.c: Put all prototypes together.
Jeff Law [Thu, 30 Aug 2001 00:08:12 +0000 (00:08 +0000)]
    * elf32-h8300.c: Put all prototypes together.
        (elf32_h8_info_to_howto): Parameter elf_reloc is used.
        (elf32_h8_final_link_relocate): New function for linker.
        (elf32_h8_relocate_section): Similarly.
        (elf_backend_relocate_section): Define.

22 years ago*** empty log message ***
gdbadmin [Thu, 30 Aug 2001 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* gdb/sid connect fix, etc.
Frank Ch. Eigler [Wed, 29 Aug 2001 20:36:06 +0000 (20:36 +0000)]
* gdb/sid connect fix, etc.

2001-08-29  Frank Ch. Eigler  <fche@redhat.com>

        * config/sid.exp (sid_start): Never set sid verbosity; disable
        expect_background {} that consumed its stdout; tolerate </dev/null.
        Attempt to set endianness override in "sid" protocol mode.  Cleanup.

22 years agomerge from gcc
DJ Delorie [Wed, 29 Aug 2001 20:03:08 +0000 (20:03 +0000)]
merge from gcc

22 years agoApplied Daniel Jacobowitz's patch for reattaching in the presence of
Kevin Buettner [Wed, 29 Aug 2001 19:34:08 +0000 (19:34 +0000)]
Applied Daniel Jacobowitz's patch for reattaching in the presence of
remote SVR4 shared libraries.

22 years ago2001-08-29 Joel Sherrill <joel@OARcorp.com>
Phil Blundell [Wed, 29 Aug 2001 18:47:28 +0000 (18:47 +0000)]
2001-08-29  Joel Sherrill <joel@OARcorp.com>

* configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
default from coff to elf.

22 years agoFix brown-paper-bag thinko in last change.
Jeff Law [Wed, 29 Aug 2001 18:45:18 +0000 (18:45 +0000)]
Fix brown-paper-bag thinko in last change.

22 years agoFix typos in ChangeLog dates.
Jeff Law [Wed, 29 Aug 2001 17:24:40 +0000 (17:24 +0000)]
Fix typos in ChangeLog dates.

22 years ago * h8.h (EF_H8_MACH): New mask for encoded machine type.
Jeff Law [Wed, 29 Aug 2001 17:23:39 +0000 (17:23 +0000)]
    * h8.h (EF_H8_MACH): New mask for encoded machine type.
        (E_H8_MACH_H8300, E_H8_MACH_H8300H, E_H8_MACH_H8300S): New
        machine types.

22 years ago * cpu-h8300.c (h8300_scan, compatible): Prototype.
Jeff Law [Wed, 29 Aug 2001 17:23:16 +0000 (17:23 +0000)]
    * cpu-h8300.c (h8300_scan, compatible): Prototype.
        (h8300_scan): Handle architecture:machine encodings typically
        found in linker scripts.
        * elf.c (prep_headers): Do not try to do H8 machine recognition
        here.
        * elf32-h8300.c:  Add some missing prototypes.
        (elf32_h8_mach, elf32_h8_final_write_processing): New functions.
        (elf32_h8_object_p): Similarly.

22 years agoAdd newline at end of file.
Keith Seitz [Wed, 29 Aug 2001 15:26:38 +0000 (15:26 +0000)]
Add newline at end of file.

22 years ago * targmatch.sed: Delete case statements.
Alan Modra [Wed, 29 Aug 2001 03:39:47 +0000 (03:39 +0000)]
* targmatch.sed: Delete case statements.
* config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for
aix4.3 and above.

22 years ago * Makefile.am (elf32-h8300.lo): New target.
Joern Rennecke [Wed, 29 Aug 2001 01:33:52 +0000 (01:33 +0000)]
* Makefile.am (elf32-h8300.lo): New target.
* config.bfd (h8300*-*-elf): New case.
* configure.in (bfd_elf32_h8300_vec): New case.
* elf.c (prep_headers): Add case for bfd_arch_h8300.
* reloc.c (BFD_RELOC_H8_DIR16A8): New relocation.
(BFD_RELOC_H8_DIR16R8, BFD_RELOC_H8_DIR24A8): Likewise.
(BFD_RELOC_H8_DIR24R8, BFD_RELOC_H8_DIR32A16): Likewise.
* targets.c (bfd_target bfd_elf32_h8300_vec): New extern declaration.
* elf32-h8300.c: New file.
* Makefile.in, bfd-in2.h, libbfd.h, configure: Regenerated.

22 years agoFix comments on `struct frame_info'.
Andrew Cagney [Wed, 29 Aug 2001 00:51:14 +0000 (00:51 +0000)]
Fix comments on `struct frame_info'.

22 years ago * library/bpwin.itb (bp_select): Use standard preferences
Keith Seitz [Wed, 29 Aug 2001 00:23:30 +0000 (00:23 +0000)]
* library/bpwin.itb (bp_select): Use standard preferences
for selection fg & bg, not tixOption database.

* process.itb, tracedlg.tcl: Remove all traces of those
three evil little letters, "t", "i", "x".

22 years ago * library/tracedlg.tcl (build_win): Use libgui's
Keith Seitz [Wed, 29 Aug 2001 00:14:08 +0000 (00:14 +0000)]
* library/tracedlg.tcl (build_win): Use libgui's
Labelledframe instead of tixLabelFrame.
Use iwidgets::scrolledlistbox instead of tixScrolledListbox.
(edit): Check if there is a selection in the listbox
before proceeding.
Escape method callbacks before passing to ActionDlg.

* library/actiondlg.tcl (constructor): Use "gdb_reginfo"

22 years ago*** empty log message ***
gdbadmin [Wed, 29 Aug 2001 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * library/tdump.tcl (class TdumpWin): Inherit from GDBWin
Keith Seitz [Tue, 28 Aug 2001 23:38:01 +0000 (23:38 +0000)]
* library/tdump.tcl (class TdumpWin): Inherit from GDBWin
and ManagedWin.
(constructor): Remove old itcl2 handling code and name the
window.
(build_win): Use iwidgets::scrolledtext instead of
tixScrolledText.
(twin): Remove unused variable. Use itk_component(stext)
instead.
(maxwidth): Remove unused variable.
(destructor): Remove unused method.
(config): Ditto.

22 years ago * library/srcpref.itb (build_win): Use iwidgets::spinint
Keith Seitz [Tue, 28 Aug 2001 23:04:59 +0000 (23:04 +0000)]
* library/srcpref.itb (build_win): Use iwidgets::spinint
instead of tixControl.

22 years ago* gdbint.texinfo: Bring the HTML `top' menu into sync with the
Jim Blandy [Tue, 28 Aug 2001 22:49:55 +0000 (22:49 +0000)]
* gdbint.texinfo: Bring the HTML `top' menu into sync with the
info `top' menu.

22 years ago * library/process.ith (top): Remove unused protected variable.
Keith Seitz [Tue, 28 Aug 2001 22:36:40 +0000 (22:36 +0000)]
* library/process.ith (top): Remove unused protected variable.
Use GDBWin::_top instead.
(lb): Remove unused variable.
(change_context): Remove parameter. It's not needed.
* library/process.itb (constructor): Don't set the variable
"top". It isn't needed. GDBWin has this information.
(buildwin): Get rid of tixScrolledListbox. Use
iwidgets::scrolledlistbox instead.
Loose the balloon help. It annoys more than helps.
(update): Use new scrolledlistbox component.
Split the list of threads BEFORE doing llength. Someone
shoot me if this has to be fixed one more time...
(change_context): Update definition and usage.
(cursor): Use GDBWin::_top instead of our own private copy.

22 years ago * h8.h: New file.
Joern Rennecke [Tue, 28 Aug 2001 22:33:27 +0000 (22:33 +0000)]
* h8.h: New file.

22 years ago * generic/gdbtk-cmds.c (gdb_disassemble_driver): We should be
Keith Seitz [Tue, 28 Aug 2001 22:22:56 +0000 (22:22 +0000)]
* generic/gdbtk-cmds.c (gdb_disassemble_driver): We should be
looking for "thread", not "threads" to determine if we have
a multi-threaded child process.

22 years ago * library/bpwin.itb (build_win): Get rid of tixScrolledWindow
Keith Seitz [Tue, 28 Aug 2001 21:20:20 +0000 (21:20 +0000)]
* library/bpwin.itb (build_win): Get rid of tixScrolledWindow
and use iwidgets::scrolledframe until something better comes
along.

22 years ago * m68hc11-dis.c: Add missing prototypes.
Andreas Jaeger [Tue, 28 Aug 2001 16:27:55 +0000 (16:27 +0000)]
* m68hc11-dis.c: Add missing prototypes.
(forgotten in last checkin)

22 years agoAdd missing prototypes
Nick Clifton [Tue, 28 Aug 2001 09:35:16 +0000 (09:35 +0000)]
Add missing prototypes

22 years ago * ppc-opc.c (icbt): Order correctly.
Matthew Green [Tue, 28 Aug 2001 05:47:29 +0000 (05:47 +0000)]
* ppc-opc.c (icbt): Order correctly.

22 years ago*** empty log message ***
gdbadmin [Tue, 28 Aug 2001 00:00:09 +0000 (00:00 +0000)]
*** empty log message ***