OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years agoRemove Prefetch abort for breakpoints. Instead set the state to RESUME.
Nick Clifton [Fri, 16 Feb 2001 22:04:22 +0000 (22:04 +0000)]
Remove Prefetch abort for breakpoints.  Instead set the state to RESUME.

23 years ago2001-02-16 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Fri, 16 Feb 2001 19:22:12 +0000 (19:22 +0000)]
2001-02-16  Kazu Hirata  <kazu@hxi.com>

* vms.c: Fix formatting.

23 years agoObvious fix.
Michael Chastain [Fri, 16 Feb 2001 18:25:56 +0000 (18:25 +0000)]
Obvious fix.
I wrote "gdb/somsolib.c" in ChangeLog.  Should be "somsolib.c".

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

* gdb/somsolib.c (som_solib_add_solib_objfile): Do not use
section relocation feature of syms_from_objfile.  Do my own
section relocation, offsetting each section of the som by
either text_addr - text_link_addr or data_start.

23 years agoMove hardware bug out of 5.1
Andrew Cagney [Fri, 16 Feb 2001 17:44:09 +0000 (17:44 +0000)]
Move hardware bug out of 5.1

23 years agoUpdate paper trail list.
Andrew Cagney [Fri, 16 Feb 2001 17:13:04 +0000 (17:13 +0000)]
Update paper trail list.

23 years ago* target.h (target_fetch_registers): Fix comment.
Mark Kettenis [Fri, 16 Feb 2001 11:25:15 +0000 (11:25 +0000)]
* target.h (target_fetch_registers): Fix comment.

23 years agoSimplify code parsing integers and, in process fix a -Wuninitialized warning.
Andrew Cagney [Fri, 16 Feb 2001 01:27:46 +0000 (01:27 +0000)]
Simplify code parsing integers and, in process fix a -Wuninitialized warning.

23 years ago2001-02-16 Ben Elliston <bje@redhat.com>
Ben Elliston [Thu, 15 Feb 2001 23:03:41 +0000 (23:03 +0000)]
2001-02-16  Ben Elliston  <bje@redhat.com>

* MAINTAINERS: Add myself for common portions.

23 years ago* profiling bug fixes.
Ben Elliston [Thu, 15 Feb 2001 21:14:40 +0000 (21:14 +0000)]
* profiling bug fixes.

2001-02-09  Ben Elliston  <bje@redhat.com>

* (profile_print_pc): Write header out in target byte order.

2001-02-09  Ben Elliston  <bje@redhat.com>

* sim-profile.c (profile_pc_init): Correct bug in loop logic when
adjusting the pc shift value.

23 years agoMake thread messages more consistent in pass/fail cases.
Andrew Cagney [Thu, 15 Feb 2001 05:32:12 +0000 (05:32 +0000)]
Make thread messages more consistent in pass/fail cases.

23 years agoAdd code to preserve processor mode when a prefetch
Nick Clifton [Thu, 15 Feb 2001 02:38:15 +0000 (02:38 +0000)]
Add code to preserve processor mode when a prefetch
abort is signalled after processing a breakpoint.

23 years ago* MAINTAINERS: Add myself to paper trail section.
Jim Kingdon [Thu, 15 Feb 2001 00:50:06 +0000 (00:50 +0000)]
* MAINTAINERS: Add myself to paper trail section.

23 years agoReset processor into ARM mode for any machine type except the early ARMs.
Nick Clifton [Wed, 14 Feb 2001 22:21:20 +0000 (22:21 +0000)]
Reset processor into ARM mode for any machine type except the early ARMs.

23 years agoFix DV bug reported by Intel against the setf instruction.
Jim Wilson [Wed, 14 Feb 2001 20:30:26 +0000 (20:30 +0000)]
Fix DV bug reported by Intel against the setf instruction.
* ia64-ic.tbl: Update from Intel.  Add setf to fr-writers.
* ia64-asmtab.c: Regenerate.

23 years agofixes for elf_find_nearest_line
Nick Clifton [Wed, 14 Feb 2001 19:58:45 +0000 (19:58 +0000)]
fixes for elf_find_nearest_line

23 years ago2001-02-11 Michael Chastain <chastain@redhat.com>
Michael Chastain [Wed, 14 Feb 2001 19:54:04 +0000 (19:54 +0000)]
2001-02-11  Michael Chastain  <chastain@redhat.com>

* gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
Helps the test script figure out which demangler is in use.
(dm_type_foo_ref): Ditto.
(dm_type_int_star): Ditto.
(dm_type_long_star): Ditto.
(dm_type_unsigned_int): Ditto.
(dm_type_void): Ditto.
(dm_type_void_star): Ditto.
* gdb.base/cplusfuncs.exp (probe_demangler): New function.
Probe the gdb demangler and set variables to accommodate
formatting differences.
(info_func_regexp): New function.  Same as info_func, but
matches against a regexp.
(info_func): Match against a literal string.
(print_addr_2): New function.  Match against a literal string,
which can be different from the input to gdb.
(print_addr): Simply call print_addr_2 with the same argument twice.
(test_lookup_operator_functions): Use demangler formatting variables.
Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
the tests in the same order as the C++ class declaration.
(test_paddr_operator_functions): Ditto.
(test_paddr_overloaded_functions): Ditto.
(test_paddr_hairy_functions): Use demangler formatting variables.
Add reference to gdb/19 for related tests.
(do_tests): Call probe_demangler.

23 years agoFix initialisation of asection structure
Nick Clifton [Wed, 14 Feb 2001 19:37:05 +0000 (19:37 +0000)]
Fix initialisation of asection structure

23 years agoApply changes to Makefile.in to Makefile.am
Nick Clifton [Wed, 14 Feb 2001 19:18:53 +0000 (19:18 +0000)]
Apply changes to Makefile.in to Makefile.am

23 years ago2001-02-14 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Wed, 14 Feb 2001 19:05:58 +0000 (19:05 +0000)]
2001-02-14  Fernando Nasser  <fnasser@redhat.com>

From 2001-02-09  Martin Hunt  <hunt@redhat.com>
* generic/gdbtk-cmds.c (gdb_load_disassembly): In mixed
mode, source lines should be tagged with source_tag2.

23 years ago * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
Michael Sokolov [Wed, 14 Feb 2001 18:48:40 +0000 (18:48 +0000)]
* configure.in (AC_CHECK_HEADERS): Add sys/file.h.
* configure, config.in: Regenerate.
* corelow.c: Include <sys/file.h> if present.

23 years ago2001-02-14 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 14 Feb 2001 17:29:47 +0000 (17:29 +0000)]
2001-02-14  H.J. Lu  <hjl@gnu.org>

* libcoff-in.h (pe_tdata): Add members target_subsystem and
force_minimum_alignment.

23 years ago* inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
Andrew Cagney [Wed, 14 Feb 2001 16:57:29 +0000 (16:57 +0000)]
* inflow.c (terminal_ours_1): Initialize ``osigtou''.  Only
declare when have SIGTTOU.

23 years ago2001-02-14 Bo Thorsen <bo@suse.de>
Andreas Jaeger [Wed, 14 Feb 2001 10:57:47 +0000 (10:57 +0000)]
2001-02-14  Bo Thorsen  <bo@suse.de>

* elf64-x86-64.c: Small formatting fixes and rearrangements of code.
(elf64_86_64_size_info): Struct added to fix a problem
with the hashtable string entries.
(elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
(elf64_x86_64_size_dynamic_sections): A FIXME removed.
(elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
remove the FIXME for this.
(elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
section. Also removed the FIXME for it.
(x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
(ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
(elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.

23 years agoAdd entries for gdb/gdbtk/*/ChangeLog-*.
Eli Zaretskii [Wed, 14 Feb 2001 07:52:04 +0000 (07:52 +0000)]
Add entries for gdb/gdbtk/*/ChangeLog-*.

23 years agoremove spurious whitespace
Nick Clifton [Wed, 14 Feb 2001 03:55:57 +0000 (03:55 +0000)]
remove spurious whitespace

23 years agoPrevent Aborts from happening whilst emulating a SWI
Nick Clifton [Wed, 14 Feb 2001 03:50:46 +0000 (03:50 +0000)]
Prevent Aborts from happening whilst emulating a SWI

23 years agoIt is SYMTAB, not STMTAB.
H.J. Lu [Tue, 13 Feb 2001 23:58:35 +0000 (23:58 +0000)]
It is SYMTAB, not STMTAB.

23 years ago * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
Richard Henderson [Tue, 13 Feb 2001 23:08:09 +0000 (23:08 +0000)]
    * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
        and not user provided.

23 years ago* MAINTAINERS: Update my email address.
Jim Kingdon [Tue, 13 Feb 2001 22:55:31 +0000 (22:55 +0000)]
* MAINTAINERS: Update my email address.

23 years ago2001-02-13 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 13 Feb 2001 22:41:23 +0000 (22:41 +0000)]
2001-02-13  Kazu Hirata  <kazu@hxi.com>

* rs6000-core.c: Fix formatting.

23 years ago2001-02-13 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 13 Feb 2001 22:39:17 +0000 (22:39 +0000)]
2001-02-13  Kazu Hirata  <kazu@hxi.com>

* vms.c (vms_print_symbol): Remove unreachable code.

23 years agoRegenerate
DJ Delorie [Tue, 13 Feb 2001 21:05:09 +0000 (21:05 +0000)]
Regenerate

23 years ago* include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. Rename
DJ Delorie [Tue, 13 Feb 2001 21:01:44 +0000 (21:01 +0000)]
* include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR.  Rename
PEP64AOUTSZ to PEPAOUTSZ.

23 years ago* peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
DJ Delorie [Tue, 13 Feb 2001 19:23:08 +0000 (19:23 +0000)]
* peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
as _bfd_XXi_only_swap_filehdr_out.
(pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
pe->force_minimum_alignment to TRUE.
(pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
PEI_TARGET_SUBSYSTEM.
(pe_print_private_bfd_data): Call
_bfd_XX_print_private_bfd_data_common() instead of
_bfd_pe_print_private_bfd_data_common().
(pe_bfd_copy_private_bfd_data): Call
_bfd_XX_bfd_copy_private_bfd_data_common() instead of
_bfd_pe_bfd_copy_private_bfd_data_common().
(coff_bfd_copy_private_section_data): Define as
_bfd_XX_bfd_copy_private_section_data instead of
_bfd_pe_bfd_copy_private_section_data.
(coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
of a _bfd_pe_get_symbol_info.

* peigen.c: Delete.

* peXXigen.c: Renamed from peigen.c.
(COFF_WITH_XX): Define this macro (will get expanded into
COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
compiled as peigen.c or pepigen.c.
[COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
define the canonical PEP structures and definitions.
(_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
effect, enforce minimum file and section alignments.  If
extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
so, by default, this is a no-op).

* libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
(_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
_bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
_bfd_pefoo if it's not defined.  Use these macros to define
coff swap macros.

* libcoff.h (pe_tdata): Add members target_subsystem and
force_minimum_alignment.

* efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
COFF_WITH_pep.
(PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.

* configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
peigen.lo.

* coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
(AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
PEPAOUTHDR.

* Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
(BFD64_BACKENDS_CFILES): Mention pepigen.c
(peigen.c): Add rule to generate from peXXigen.c.
(pepigen.c): Ditto.
(pepigen.lo): List dependencies for pepigen.lo.

* unwind-ia64.c (unw_decode_x1): Declare code arg with
ATTRIBUTE_UNUSED.
(unw_decode_x2): Ditto.
(unw_decode_x3): Ditto.
(unw_decode_x4): Ditto.

* pe.h (PEPAOUTSZ): Rename from PEP64AOUTSZ.
Rename from PEPAOUTHDR.

23 years ago(elf32_hppa_set_gp): Handle weak $global$.
Alan Modra [Tue, 13 Feb 2001 10:14:14 +0000 (10:14 +0000)]
(elf32_hppa_set_gp): Handle weak $global$.
If $global$ referenced but not defined, set its value here.

23 years agoFix definition of NEGBRANCH
Nick Clifton [Mon, 12 Feb 2001 23:29:49 +0000 (23:29 +0000)]
Fix definition of NEGBRANCH

23 years ago2001-02-09 Bo Thorsen <bo@suse.de>
Jan Hubicka [Mon, 12 Feb 2001 16:54:08 +0000 (16:54 +0000)]
2001-02-09  Bo Thorsen  <bo@suse.de>

* elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
alignment to 3.
(elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
and relocation.
(elf64_x86_64_relocate_section): Fix formatting.
(elf64_x86_64_relocate_section): Fix addend for relocation of
R_X86_64_(8|16|32|PC8|PC16|PC32).

23 years ago * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
Jan Hubicka [Mon, 12 Feb 2001 16:47:13 +0000 (16:47 +0000)]
* elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
* tc-i386.c (i386_displacement): Fix handling of
BFD_RELOC_X86_64_GOTPCREL.
(i386_validate_fix): Likewise.

23 years ago * i386.h (i386_optab): SSE integer converison instructions have
Jan Hubicka [Mon, 12 Feb 2001 16:42:49 +0000 (16:42 +0000)]
* i386.h (i386_optab): SSE integer converison instructions have
64bit versions on x86-64.
* i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
instructions.
(putop): Handle 'Y'

23 years ago2001-02-11 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 12 Feb 2001 00:23:37 +0000 (00:23 +0000)]
2001-02-11  H.J. Lu  <hjl@gnu.org>

* elflink.h (elf_bfd_final_link): Use file_align for STMTAB
alignment.

23 years agofix formatting
Nick Clifton [Sun, 11 Feb 2001 23:21:21 +0000 (23:21 +0000)]
fix formatting

23 years agooops - omitted from previous delta
Nick Clifton [Sun, 11 Feb 2001 23:21:01 +0000 (23:21 +0000)]
oops - omitted from previous delta

23 years agoApply several patches from Maciej W. Rozycki
Nick Clifton [Sun, 11 Feb 2001 23:11:40 +0000 (23:11 +0000)]
Apply several patches from Maciej W. Rozycki

23 years ago * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
Michael Sokolov [Sun, 11 Feb 2001 22:56:42 +0000 (22:56 +0000)]
* Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
directory.
* Makefile.in: Regenerate.

23 years ago * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
Michael Sokolov [Sun, 11 Feb 2001 22:53:28 +0000 (22:53 +0000)]
* Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
* Makefile.in: Regenerate.

23 years ago * gdb.texinfo (Environment): Document that `path' does not change
Eli Zaretskii [Sun, 11 Feb 2001 13:37:32 +0000 (13:37 +0000)]
* gdb.texinfo (Environment): Document that `path' does not change
the value of PATH in GDB's own environment (it did in the past,
but that was changed on March 15, 1994).  Reported by Doug Evans
<dje@transmeta.com>.

23 years ago * NEWS: Document that "info symbol" works with COFF debug info and
Eli Zaretskii [Sun, 11 Feb 2001 06:11:38 +0000 (06:11 +0000)]
* NEWS: Document that "info symbol" works with COFF debug info and
its variants.

* minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
symbols whose SYMBOL_BFD_SECTION is NULL.

23 years ago * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
Eli Zaretskii [Sun, 11 Feb 2001 05:48:30 +0000 (05:48 +0000)]
* gdbint.texinfo: Fix up @itemize lists so that @item is alone on
its line.  Fix markup of commands.  Add an index and index entries.

23 years agoRemove annoying entry....:-)
Nick Clifton [Sat, 10 Feb 2001 22:30:07 +0000 (22:30 +0000)]
Remove annoying entry....:-)

23 years agoRemove extraneous whitespace
Nick Clifton [Sat, 10 Feb 2001 22:26:55 +0000 (22:26 +0000)]
Remove extraneous whitespace

23 years ago Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
Peter Schauer [Sat, 10 Feb 2001 12:01:11 +0000 (12:01 +0000)]
Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
* xcoffsolib.c (xcoff_solib_address):  Renamed from
pc_load_segment_name.  Return NULL if address is not in a shared
library.  Cleanup shared library name construction, using xasprintf.
Format shared library member names consistent with format in exec.c.
(solib_info):  Format shared library member names consistent with
format in exec.c.
* config/rs6000/nm-rs6000.h:  Replace PC_LOAD_SEGMENT with PC_SOLIB,
using xcoff_solib_address for PC_SOLIB definition.
* stack.c (print_frame):  Remove PC_LOAD_SEGMENT code, no longer
needed.

23 years ago * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
Peter Schauer [Sat, 10 Feb 2001 11:12:06 +0000 (11:12 +0000)]
* mipsread.c (read_alphacoff_dynamic_symtab):  Replace alloca calls
with xmalloc calls and cleanups.

23 years ago * rs6000-nat.c (child_xfer_memory): Add missing parameter
Peter Schauer [Sat, 10 Feb 2001 11:05:39 +0000 (11:05 +0000)]
* rs6000-nat.c (child_xfer_memory):  Add missing parameter
'struct mem_attrib *' required by 2001-01-23 change.

23 years ago * elfxx-ia64.c (is_unwind_section_name): New function. Returns
Richard Henderson [Sat, 10 Feb 2001 01:41:06 +0000 (01:41 +0000)]
    * elfxx-ia64.c (is_unwind_section_name): New function.  Returns
        true if section name is an unwind table section name.
        (elfNN_ia64_additional_program_headers): Count each unwind section
        separately.
        (elfNN_ia64_modify_segment_map): Install one unwind program header
        for each unwind separate section.  Note: normally the linker
        script merges the unwind sections that go into a single segment,
        so this still generates at most one unwind program header per
        segment.

        * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
        name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
        (elfNN_ia64_fake_sections): Mark sections with names that start
        with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
        unwind section.

        * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
        Use it to make sh_info in unwind section point to the text section
        it applies to.

23 years agoAdd s390 support
Nick Clifton [Sat, 10 Feb 2001 00:58:38 +0000 (00:58 +0000)]
Add s390 support

23 years agoSuppress extra addition of ImageBase.
Nick Clifton [Fri, 9 Feb 2001 18:38:58 +0000 (18:38 +0000)]
Suppress extra addition of ImageBase.

23 years ago * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
Jakub Jelinek [Fri, 9 Feb 2001 17:53:16 +0000 (17:53 +0000)]
* elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.

23 years ago * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
Jakub Jelinek [Fri, 9 Feb 2001 17:31:11 +0000 (17:31 +0000)]
* elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
(sparc64_elf_relocate_section): Likewise.

23 years ago* elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
Mark Kettenis [Fri, 9 Feb 2001 16:19:25 +0000 (16:19 +0000)]
* elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
similar to R_SPARC_32.
* elf64-sparc.c (sparc64_elf_howto_table): Likewise.

23 years ago2001-02-08 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 9 Feb 2001 06:58:59 +0000 (06:58 +0000)]
2001-02-08  H.J. Lu  <hjl@gnu.org>

* elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
relocation entries for weak definitions when building DSO with
-Bsymbolic.

23 years ago Updates to "make TAGS":
Jim Kingdon [Fri, 9 Feb 2001 01:47:34 +0000 (01:47 +0000)]
Updates to "make TAGS":
* Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
tahoe-tdep.c.
(TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).

23 years ago * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
Richard Henderson [Fri, 9 Feb 2001 00:29:58 +0000 (00:29 +0000)]
    * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
        before visibility.  Locally defined protected symbols are not
        dynamic.

23 years ago * config.bfd: Enable coff64 for rs6000-*. Patch from
Geoffrey Keating [Fri, 9 Feb 2001 00:11:24 +0000 (00:11 +0000)]
* config.bfd: Enable coff64 for rs6000-*.  Patch from
<hzoli@austin.ibm.com>.

23 years ago2001-02-08 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Thu, 8 Feb 2001 19:26:31 +0000 (19:26 +0000)]
2001-02-08  Fernando Nasser  <fnasser@redhat.com>

From 2001-02-06  Martin Hunt  <hunt@redhat.com>
* library/debugwin.itb: Change window name to "Insight Debug"
* library/embeddedwin.ith: Fix debug messages.
* library/locals.tcl: Ditto.
* library/watch.tcl (postMenu): Ditto.
* library/variables.tcl: Ditto.
* library/interface.tcl: Ditto.
* library/regwin.itb: Ditto.
* library/gdbwin.ith: Ditto.
* library/srcbar.itcl: Ditto.

23 years ago * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
Eli Zaretskii [Thu, 8 Feb 2001 11:14:11 +0000 (11:14 +0000)]
* config/djgpp/fnchange.lst: Remove extraneous "too many dots".

23 years agoFrom Dean Luick <luick@cray.com>:
Andrew Cagney [Thu, 8 Feb 2001 06:49:19 +0000 (06:49 +0000)]
From Dean Luick <luick@cray.com>:
* defs.h (continuation): Remove unused global variable.

23 years agoRemove configurations marked as obsolete in 5.0.
Andrew Cagney [Thu, 8 Feb 2001 06:30:25 +0000 (06:30 +0000)]
Remove configurations marked as obsolete in 5.0.

23 years agoAdd __FILE__ and __LINE__ parameter to internal_error() /
Andrew Cagney [Thu, 8 Feb 2001 06:03:54 +0000 (06:03 +0000)]
Add __FILE__ and __LINE__ parameter to internal_error() /
internal_verror().

23 years ago2001-02-08 Ben Elliston <bje@redhat.com>
Chris Demetriou [Thu, 8 Feb 2001 05:22:04 +0000 (05:22 +0000)]
2001-02-08  Ben Elliston  <bje@redhat.com>

        * sim-main.c (load_memory): Pass cia to sim_core_read* functions.
        (store_memory): Likewise, pass cia to sim_core_write*.

23 years agoFrom Mark Kettenis, include <signal.h>.
Andrew Cagney [Thu, 8 Feb 2001 05:06:13 +0000 (05:06 +0000)]
From Mark Kettenis, include <signal.h>.

23 years agoIf stabs info is successfully found, do not attempt to find dwarf2 info
Nick Clifton [Wed, 7 Feb 2001 23:50:04 +0000 (23:50 +0000)]
If stabs info is successfully found, do not attempt to find dwarf2 info
before returning.

23 years agoignore common definitions of function symbols in unlinked archives
Nick Clifton [Wed, 7 Feb 2001 23:42:15 +0000 (23:42 +0000)]
ignore common definitions of function symbols in unlinked archives

23 years agoChange bfd_target_vector from an array to a pointer
Nick Clifton [Wed, 7 Feb 2001 23:16:22 +0000 (23:16 +0000)]
Change bfd_target_vector from an array to a pointer

23 years agoFix printf fmt of long in remote-sim.c.
Andrew Cagney [Wed, 7 Feb 2001 18:37:25 +0000 (18:37 +0000)]
Fix printf fmt of long in remote-sim.c.
mn10300-elf now buildable.

23 years ago* event-top.c: Remove duplicate #include <signal.h>.
Mark Kettenis [Wed, 7 Feb 2001 07:29:38 +0000 (07:29 +0000)]
* event-top.c: Remove duplicate #include <signal.h>.

23 years ago2001-02-06 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 7 Feb 2001 06:19:58 +0000 (06:19 +0000)]
2001-02-06  H.J. Lu  <hjl@gnu.org>

* elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
internal symbols are not dynamic.
* elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.

23 years ago* sol-thread.c (restore_inferior_pid): Save the PID in a freshly
Andrew Cagney [Wed, 7 Feb 2001 03:44:24 +0000 (03:44 +0000)]
* sol-thread.c (restore_inferior_pid): Save the PID in a freshly
allocated buffer.
(save_inferior_pid): Restore the PID from that tempoary
buffer. Delete the buffer.
* utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.

23 years ago* MAINTAINERS: Add ``The Obvious Fix Rule''.
Andrew Cagney [Wed, 7 Feb 2001 03:11:44 +0000 (03:11 +0000)]
* MAINTAINERS: Add ``The Obvious Fix Rule''.

23 years agoAdd Michael Synder to Solaris/SPARC list.
Andrew Cagney [Wed, 7 Feb 2001 03:08:44 +0000 (03:08 +0000)]
Add Michael Synder to Solaris/SPARC list.

23 years agoAddd set_gdbarch_data() method. Update register_gdbarch_data() interface.
Andrew Cagney [Wed, 7 Feb 2001 02:17:48 +0000 (02:17 +0000)]
Addd set_gdbarch_data() method.  Update register_gdbarch_data() interface.

23 years agoRemove elf64-ia64.c from list of backend C files - it is auto-generated.
Nick Clifton [Wed, 7 Feb 2001 01:58:26 +0000 (01:58 +0000)]
Remove elf64-ia64.c from list of backend C files - it is auto-generated.

23 years ago* i960-desc.c: Update all the A macro definitions to the new
DJ Delorie [Wed, 7 Feb 2001 01:16:05 +0000 (01:16 +0000)]
* i960-desc.c: Update all the A macro definitions to the new
stdc-sensitive versions that cgen would have used.

23 years ago2001-02-06 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Wed, 7 Feb 2001 01:11:18 +0000 (01:11 +0000)]
2001-02-06  Fernando Nasser  <fnasser@redhat.com>

Originally from Martin Hunt <hunt@redhat.com>, with modifications
* library/srcwin.itb (_name): Check for errors when invoking
gdb_find_file.
* library/srctextwin.itb (_mtime_changed, location): Ditto.
* generic/gdbtk-cmds.c (gdb_find_file_command): Better error checking.
(full_lookup_symtab): Fix misleading comment.

23 years ago* configure: Output host type to stdout, not stderr.
DJ Delorie [Wed, 7 Feb 2001 01:06:43 +0000 (01:06 +0000)]
* configure: Output host type to stdout, not stderr.

23 years ago * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
Michael Sokolov [Tue, 6 Feb 2001 21:39:46 +0000 (21:39 +0000)]
* ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
fprintf_filtered with correct arguments.

23 years ago2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
Michael Snyder [Tue, 6 Feb 2001 20:05:42 +0000 (20:05 +0000)]
2001-02-06  Michael Snyder  <msnyder@makita.cygnus.com>
Submitted by Paul Hilfinger (hilfingr@gnat.com)
and Andrei Petrov (and@genesyslab.com).
* findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
must be allocated dynamically, since these are no longer constants.
* infcmd.c: Ditto.
* regcache.c: Ditto.
* remote.c: Ditto.
* sol-thread.c: Ditto.
* valops.c: Ditto.
* config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
work-around for a missing Sun header file in solaris for sparc64.

23 years ago2001-02-04 Philip Blundell <philb@gnu.org>
Phil Blundell [Tue, 6 Feb 2001 19:59:06 +0000 (19:59 +0000)]
2001-02-04  Philip Blundell  <philb@gnu.org>

* config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
* config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
GET_THREAD_SIGNALS): Define.
* arm-linux-nat.c (fill_gregset): Correct type of argument.
(supply_gregset): Likewise.
(fill_fpregset): Likewise.
(supply_fpregset): Likewise.

23 years ago2001-02-06 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 6 Feb 2001 19:43:19 +0000 (19:43 +0000)]
2001-02-06  H.J. Lu  <hjl@gnu.org>

* bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic
checking.
(pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
external_PEI_IMAGE_hdr.

23 years ago2001-01-23 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 6 Feb 2001 19:35:48 +0000 (19:35 +0000)]
2001-01-23  H.J. Lu  <hjl@gnu.org>

* include/coff/pe.h (struct external_PEI_DOS_hdr): New.
(struct external_PEI_IMAGE_hdr): New.

23 years ago2001-02-06 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Tue, 6 Feb 2001 19:04:20 +0000 (19:04 +0000)]
2001-02-06  Kazu Hirata  <kazu@hxi.com>

* elf-m10200.c: Fix formatting.

23 years ago * valops.c (value_cast): If casting a scalar to a pointer, do not
David Taylor [Tue, 6 Feb 2001 18:07:48 +0000 (18:07 +0000)]
* valops.c (value_cast): If casting a scalar to a pointer, do not
  issue a message about truncation unless it exceeds the length of
  an address, not the length of a pointer.  This is because what the
  user gives us is an address, not a pointer, and we will ultimately
  convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
  to a pointer.  This allows things like "print *(int *)0x01000234"
  to work without generating a misleading message on a target having
  two byte pointers and four byte addresses.

23 years agoFix spacing.
Christopher Faylor [Tue, 6 Feb 2001 05:04:40 +0000 (05:04 +0000)]
Fix spacing.

23 years ago* win32-nat.c: Change PTR to void * throughout.
Christopher Faylor [Tue, 6 Feb 2001 05:01:04 +0000 (05:01 +0000)]
* win32-nat.c: Change PTR to void * throughout.

23 years ago* signals.h: Removed.
J.T. Conklin [Tue, 6 Feb 2001 04:17:03 +0000 (04:17 +0000)]
* signals.h: Removed.
* event-top.c (#include <signal.h>): Changed from signals.h.
* inflow.c: Likewise.
* mac-xdep.c: Likewise.
* ser-pipe.c: Likewise.
* ser-tcp.c: Likewise.
* standalone.c: Likewise.
* top.c: Likewise.
* utils.c: Likewise.
* Makefile.in: Removed signals.h from dependencies.

23 years agoChange suggested by Dean Luick <luick@cray.com>
Christopher Faylor [Tue, 6 Feb 2001 04:03:23 +0000 (04:03 +0000)]
Change suggested by Dean Luick <luick@cray.com>
* inferior.h (step_over_calls_kind): Remove trailing comma from last enum
element.
(step_over_calls): Declare as extern rather than global.

23 years agoRevert accidental breakage from Nick's 2000-12-16 checkin.
Jim Wilson [Tue, 6 Feb 2001 02:42:20 +0000 (02:42 +0000)]
Revert accidental breakage from Nick's 2000-12-16 checkin.
* ia64-asmtab.c: Revert 2000-12-16 change.

23 years ago2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
Elena Zannoni [Tue, 6 Feb 2001 02:00:44 +0000 (02:00 +0000)]
2001-02-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

      * sh-tdep.c: Update copyright.
      (sh_extract_return_value): Rewrite.
      (sh3e_sh4_extract_return_value): New function.
      (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
      version of the function for sh3e and sh4 CPUs.

23 years ago2001-02-05 Michael Chastain <chastain@redhat.com>
Michael Chastain [Mon, 5 Feb 2001 21:09:21 +0000 (21:09 +0000)]
2001-02-05  Michael Chastain  <chastain@redhat.com>

* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.

23 years ago2001-02-04 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Mon, 5 Feb 2001 02:24:55 +0000 (02:24 +0000)]
2001-02-04  Fernando Nasser  <fnasser@redhat.com>

* library/plugins/plugins.tcl: Fix typos and remove "-transient"
parameter from open command.
* library/plugins/HOW-TO: New file.  Describes how to add a plug-in
window to Insight.